a simple blockchain written in python for teaching and learning with following key functions:
- PoW (Prove of Work, 挖矿算法)
- Valid the chain and resolve conflicts (挖矿一致性)
pip install -r requirement
python blockchain.py
https://learnblockchain.cn/2017/10/27/build_blockchain_by_python/
add a frontend support for better usage.