Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-blockchain

python3 -m venv .simple-blockchain-venv
source .simple-blockchain-venv/bin/activate
pip3 install -r requirements.txt

cd src
python3 app.py
```