Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 229 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 229 Bytes

Setup and run

Add ETH_RPC_URL=<your RPC url> to env.sh

source env.sh

python -m venv venv

source venv/bin/activate

python -m pip install --upgrade pip

python -m pip install -r requirements.txt

jupyter-lab