Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 220 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 220 Bytes

ivo-chain

Custom blockchain implementation

Setup

virtualenv -p python3.7 venv
source venv/bin/activate
pip install -r requirements.txt

Run locally

python run.py --port=5000

Have fun 🤓