Skip to content

Moon-developer/Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Blockchain class object and FastApi server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages