项目作者: mitchellciupak
项目描述 :
A blockchain based crypto currency
高级语言: HTML
项目地址: git://github.com/mitchellciupak/Mitchcoin.git
Mitchcoin
A blockchain based crypto currency developed in python and Ethereum
Operation
Getting Started
- Add/Create ‘nodes.json’ (Current Example: 5000-5003)
- Open files in dir and run through python console
- Using Postman, create genisis block using http://127.0.0.1:5000/get-chain
- http://127.0.0.1:5000/get node
Send and Receive Mitcoins
- (Post) http://127.0.0.1:5000/add-transaction
- (Get) http://127.0.0.1:5000/mine_block
- (Get) http://127.0.0.1:5000/replace_chain
ICO
Read about Mitchcoin ICO on Ethereium at ICO
Resources
Postman
Anaconda