Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dev-jang/blockchain

BlockChain in Python
https://github.com/dev-jang/blockchain

postman python3

Last synced: about 2 months ago
JSON representation

BlockChain in Python

Awesome Lists containing this project

README

        

# BlockChain

Developing a Block-Chain with Python.


## Testing process

#### Using Postman

1. Block mining: http://Server_IP:5000/mine
2. Transaction(POST): http://Server_IP:5000/transactions/new

body(json)

{
"sender" : "d4ee26eee15148ee92c6cd394edd974e",
"recipient" : "someone-other-address",
"amount" : 5
}

3. Several mining proceedings after the transaction.
4. Check the entire chain: http://Server_IP:5000/chain


## Reference
https://github.com/dvf/blockchain
https://medium.com/caulink/%ED%8C%8C%EC%9D%B4%EC%8D%AC%EC%9C%BC%EB%A1%9C-%EB%B8%94%EB%A1%9D%EC%B2%B4%EC%9D%B8-%EB%A7%8C%EB%93%A4%EA%B8%B0-part-1-4386dbc735e