isoflt/simple-blockchain
Simple blockchain demonstrating basic features - Created functions to add blocks, transactions, and encryption under one class. Each transaction is treated as a block. The Bitcoin blockchain has multiple transaction records in one block until the pre-determined storage size of a block is full, after which a new block is created and chained, but in this simple example each transaction is treated as a block.
Python
Stargazers
No one’s star this repository yet.