Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 613 Bytes

File metadata and controls

31 lines (21 loc) · 613 Bytes

PPT-Chain

Just anathor simple implementation of blockchain.

Notes can be found here.

How to run

  1. First install dependencies using pip
   pip install -r requirements.txt --no-cache-dir
  1. 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

How to make it work?

Endpoints at /docs

  1. Register your node [can be skipped]
  2. Mine