Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dev-jang/blockchain
- Owner: Dev-Jang
- Created: 2019-06-23T12:53:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T23:49:41.000Z (about 5 years ago)
- Last Synced: 2024-04-18T06:28:09.497Z (9 months ago)
- Topics: postman, python3
- Language: Python
- Homepage: http://Server_IP:5000/mine
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/newbody(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