Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 474 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 474 Bytes

Blockchain Python

Practicing building a blockchain by building one in Python and using FastApi as the server to communicate with.

Setup

Install the necessary requirements by running the following command

$ pip install -r requirements.txt

Run Server

To start the server run the following command from root

$ uvicorn main:app --reload

API

To access the FastApi urls goto the following link in your browser

http://127.0.0.1:8000/docs