Coding a Blockchain: An Introduction to Blockchains
In this part, we'll begin coding our blockchain. We'll :
Learn about hash functions a core element in the architecture of blockchains.
Use hash functions to construct Blocks.
Link the blocks together to build a Blockchain.
Run the blockchain.
T...
franciscofigueira.hashnode.dev10 min read