https://github.com/shreyansh26/blockchain
Simple Blockchain implementation in Python
https://github.com/shreyansh26/blockchain
blockchain consensus-algorithm proof-of-work
Last synced: 6 months ago
JSON representation
Simple Blockchain implementation in Python
- Host: GitHub
- URL: https://github.com/shreyansh26/blockchain
- Owner: shreyansh26
- Created: 2018-01-31T12:28:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T12:29:13.000Z (over 8 years ago)
- Last Synced: 2025-01-14T02:14:24.723Z (over 1 year ago)
- Topics: blockchain, consensus-algorithm, proof-of-work
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockchain
A Blockchain implementation in Python.
## Requirements
* Python 3.6
## To test-
1. Open the terminal and run `python3.6 restapi.py`
2. Open up **Postman**
3. Test the various endpoints