Let's dive into Blockchain
What’s Blockchain?
To put it bluntly, a chain of blocks made up of data.
A block contains 3 things:
hash
the hash of the previous block
data
Peeling layers of abstractions:
When a block is created its hash is calculated which is unique to each ...
sakshambhatt.hashnode.dev3 min read