Skip to content

simpleapples/py-blockchain-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBlockchainCLI Build Status

中文文档

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.

Releases

No releases published

Packages

No packages published

Languages