Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerogs/blockchain
run a local blockchain with fake cryptocurrencie that interacts with an API.
https://github.com/kerogs/blockchain
Last synced: 22 days ago
JSON representation
run a local blockchain with fake cryptocurrencie that interacts with an API.
- Host: GitHub
- URL: https://github.com/kerogs/blockchain
- Owner: kerogs
- License: mpl-2.0
- Created: 2024-11-18T00:32:10.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-18T01:21:59.000Z (about 1 month ago)
- Last Synced: 2024-11-18T02:29:38.863Z (about 1 month ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blockchain
run a local blockchain with fake cryptocurrencie that interacts with an API.## main.py ?
This file is just for fun, modify it, and execute it to perform actions on the blockchain. You can give money, make transactions.## Use ?
1. Start the api with ``py ./api.py``.
1. See doc with this URL : ``localhost:8000/docs``