# py-blockchain-cli **Repository Path**: buluefox/py-blockchain-cli ## Basic Information - **Project Name**: py-blockchain-cli - **Description**: Python实现的区块链命令行界面 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 30 - **Created**: 2018-06-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyBlockchainCLI [![Build Status](https://travis-ci.org/simpleapples/py-blockchain-cli.svg?branch=master)](https://travis-ci.org/simpleapples/py-blockchain-cli) [中文文档](README_zh.md) A simple blockchain command-line interface without using any 3rd party library. # Screenshot ![](http://ww1.sinaimg.cn/large/6ae0adaely1fpb0l9rznog20fo0d8gqg.gif) # Features - Mining block with data - Distributed peer-to-peer Network - Proof-of-work system - Blockchain validation # Installation Only support python 3.6+ # Run ```bash # clone this repository git clone git@github.com: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.