Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-r-r-o-w/simple-blockchain
Simple Blockchain implementation with a web frontend to understand its working
https://github.com/a-r-r-o-w/simple-blockchain
Last synced: about 1 month ago
JSON representation
Simple Blockchain implementation with a web frontend to understand its working
- Host: GitHub
- URL: https://github.com/a-r-r-o-w/simple-blockchain
- Owner: a-r-r-o-w
- Created: 2022-04-25T14:33:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T18:30:02.000Z (over 2 years ago)
- Last Synced: 2024-12-05T17:41:55.759Z (about 1 month ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Blockchain
This is an implementation of a simple blockchain to understand how blockchains work.
A web frontend is implemented to help in visualization.
```
git clone https://github.com/a-r-r-o-w/simple-blockchain.git
cd simple-blockchainpython3 -m venv .simple-blockchain-venv
source .simple-blockchain-venv/bin/activate
pip3 install -r requirements.txtcd src
python3 app.py
```