gyaneshanand/Basic_BlockChain
Implementation Of Basic BlockChain. Blockchain is an immutable, sequential chain of records called Blocks. They can contain transactions, files or any data you like, really. But the important thing is that they’re chained together using hashes.
Python