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

https://github.com/notshrirang/blockchain-implementation-from-scratch-backend

Blockchain working simulated using Python
https://github.com/notshrirang/blockchain-implementation-from-scratch-backend

blockchain blockchain-technology fastapi

Last synced: about 2 months ago
JSON representation

Blockchain working simulated using Python

Awesome Lists containing this project

README

          

# blockchain-implementation-from-scratch-backend
Blockchain working simulated using Python.

This is backend.

Frontend: https://github.com/NotShrirang/blockchain-implementation-from-scratch-frontend

## Clone the repo:
```
git clone https://github.com/NotShrirang/blockchain-implementation-from-scratch-backend
```
```
cd blockchain-implementation-from-scratch-backend
```

## Install dependencies:
```
pip install -r requirements
```

## Start the server:
```bash
uvicorn main:app --reload
```
Go to http://127.0.0.1:8000

## For endpoints go to http://127.0.0.1:8000/docs