Project to study the Total Value Locked.
git clone https://github.com/lyc0603/blockchain_event.git
cd blockchain_event
chmod +x setup_repo.sh
./setup_repo.sh
. venv/bin/activate
or follow the step-by-step instructions below between the two horizontal rules:
- MacOS / Linux
python3 -m venv venv- Windows
python -m venv venv- MacOS / Linux
. venv/bin/activate- Windows (in Command Prompt, NOT Powershell)
venv\Scripts\activate.batpip install toml
pip install -e ".[dev]"pre-commit installConnect to a full node using ssh with port forwarding flag -L on:
ssh -L 8545:localhost:8545 satoshi.doc.ic.ac.ukAssign URI value to WEB3_PROVIDER_URI in a new terminal:
set -xg WEB3_PROVIDER_URI http://localhost:8545