python3 -m venv venv
./venv/bin/activate
pip install -r requirements.txt
-
install rethink DB using brew or docker https://rethinkdb.com/
-
Go to admin server http://localhost:8080/?#tables, Create DB name
torn
with tables
addresses
with indexaddress
dest
txns
ETHERSCAN_API_KEY=... python main.py