Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 302 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 302 Bytes

BlockChain_Demo

A python programed blockchain demo

This is a BlockChain algorithm demo in Python. Other language works of course. The Block class creates blocks including previous hash and a new hash generated from transaction and previous hash if one of the transaction changes, all will change.