https://github.com/shearichard/python-blockchain-sandbox
Experiments with Blockchain in Python
https://github.com/shearichard/python-blockchain-sandbox
blockchain blockchain-demos flask python
Last synced: about 1 month ago
JSON representation
Experiments with Blockchain in Python
- Host: GitHub
- URL: https://github.com/shearichard/python-blockchain-sandbox
- Owner: shearichard
- Created: 2022-10-14T19:05:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T19:06:02.000Z (over 3 years ago)
- Last Synced: 2025-12-09T23:35:21.323Z (7 months ago)
- Topics: blockchain, blockchain-demos, flask, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Blockchain Sandbox
A blockchain implementation written in Python.
Based on https://www.geeksforgeeks.org/create-simple-blockchain-using-python/ .