Before getting into building the blockchain, you need to understand some of the basics of blockchain. As the name suggests, A Blockchain is a “chain of Blocks”. Each block contains a “Block Number”, “Nonce”, “Information (data)” where particular transaction takes place, “Previous Hash” and, “hash”. All the Blocks in the…