https://github.com/aarcex3/microchain
A simple blockchain restapi made in python
https://github.com/aarcex3/microchain
blockchain python rest-api simple
Last synced: 12 months ago
JSON representation
A simple blockchain restapi made in python
- Host: GitHub
- URL: https://github.com/aarcex3/microchain
- Owner: aarcex3
- Created: 2024-07-28T23:42:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T03:25:15.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T09:45:32.353Z (over 1 year ago)
- Topics: blockchain, python, rest-api, simple
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Blockchain
A simple blockchain in python made following [this](https://hackernoon.com/learn-blockchains-by-building-one-117428612f46) tutorial implemented in FastAPI