Blockchain Network Simulator

This is a blockchain network simulator in Python.

🔥 Getting Started

virtualenv venv
source venv/bin/activate
make requirements
pip install -e .

💡 How to use it

Tests

make test
make quality