Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 239 Bytes

File metadata and controls

3 lines (2 loc) · 239 Bytes

Python-Simple-Blockchain

Python simple blockchain, each block can contain data concatenated into a single string, the previous generated block hash, the datetime of the generation of the current block, and the hash of the block itself.