/hive.py

Ethereum Hive Simulators Python Library

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Ethereum Hive Simulators Python Library

Write hive simulators using python

Run tests

Fetch and build hive:

git clone https://github.com/ethereum/hive.git
cd hive
go build -v .

Run hive in dev mode

./hive --dev --client go-ethereum,lighthouse-bn,lighthouse-vc

Run tests

pytest