
Cheikh Seck
January 27, 2023Introduction In episode 19, Bill designed and implemented the data structure for an account on his blockchain. This type will have a nonce field to ensure incoming transactions are valid and performed in order. Since the database will be stored in memory and not on disk, the balances in these accounts are reconstructed with information from previous transactions and the genesis block.
In this video, Bill takes all the theories discussed in this series and applies them by launching his first blockchain node.
Continue reading