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
- Host: GitHub
- URL: https://github.com/notshrirang/blockchain-implementation-from-scratch-backend
- Owner: NotShrirang
- License: apache-2.0
- Created: 2023-07-21T15:33:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T16:03:53.000Z (over 2 years ago)
- Last Synced: 2025-06-11T03:15:23.533Z (about 1 year ago)
- Topics: blockchain, blockchain-technology, fastapi
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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