py-blockchain-cli
py-blockchain-cli copied to clipboard
A simple blockchain command line interface
PyBlockchainCLI 
中文文档
A simple blockchain command-line interface without using any 3rd party library.
Screenshot

Features
- Mining block with data
- Distributed peer-to-peer Network
- Proof-of-work system
- Blockchain validation
Installation
Only support python 3.6+
Run
# clone this repository
git clone [email protected]:simpleapples/py-blockchain-cli.git
# Go into the project folder
cd py-blockchain-cli
# Run main.py
python3 main.py
Contributing
Please submit a pull request to contribute.
License
This project is licensed under the MIT License.