https://github.com/kerogs/blockchain
run a local blockchain with fake cryptocurrencie that interacts with an API.
https://github.com/kerogs/blockchain
Last synced: 11 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T17:37:27.000Z (over 1 year ago)
- Last Synced: 2025-01-30T13:14:15.526Z (over 1 year ago)
- Language: Python
- Size: 16.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``