in this notebook, we leverage ethreum RPC methods (endpoints), particularly eth_getLogs
, to retrieve and parse transfer events logs for a given erc20 token, calculating balances and token holders.
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
please add your env info to the .env
file:
cp .env_example .env
vim .env
jupyter notebook
◼️