Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T19:06:02.000Z (over 2 years ago)
- Last Synced: 2025-01-09T19:30:59.535Z (about 1 month ago)
- Topics: blockchain, blockchain-demos, flask, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- 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/ .