Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Latest commit

 

History

History

transfer-events-analysis

transfer events analysis through eth_getLogs


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.


install dependencies

virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt

add API keys

please add your env info to the .env file:

cp .env_example .env
vim .env

start jupyter server

jupyter notebook

◼️



resources