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

Latest commit

 

History

History
52 lines (29 loc) · 805 Bytes

File metadata and controls

52 lines (29 loc) · 805 Bytes

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