Just anathor simple implementation of blockchain.
Notes can be found here.
- First install dependencies using
pip
pip install -r requirements.txt --no-cache-dir
- Since its built on Fast-Api, you can just run
uvicorn server:app
OR use Docker compose
docker-compose up -d
If building through docker compose, port 8080 will be opened on localmachine
Endpoints at /docs
- Register your node [can be skipped]
- Mine