Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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``