From 9abc43f81c6de490900245e1f3d603e2931497ae Mon Sep 17 00:00:00 2001 From: "steinkirch.eth" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Sat, 11 Mar 2023 13:47:35 -0800 Subject: [PATCH] Update README.md --- web3toolkit/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/web3toolkit/README.md b/web3toolkit/README.md index f91ef95..b0eed5d 100644 --- a/web3toolkit/README.md +++ b/web3toolkit/README.md @@ -83,6 +83,18 @@ poetry run python decode_calldata.py +#### get token transfer events logs and wallet balances + +1. add info to `.env` +2. run +``` +cd scripts +poetry run python get_transfer_logs_and_wallets_balance_for_a_token.py +``` + + + +
--- @@ -133,4 +145,4 @@ pip install --no-binary ethereum-etl * a web3.py instance can be configured via middleware (sitting between the web3 methods and the provider). * middlewares use an onion metaphor: each layer may affect both the request and response from the provider. * each middleware layer gets invoked before the request reaches the provider, and then processes the result after the provider returns, in reverse order. -* we often use `geth_poa_middleware`, to run with geth's Proof-of-Authority (PoA) consensus. this adds support for more than 32 bytes in each block (the `extraData` field). \ No newline at end of file +* we often use `geth_poa_middleware`, to run with geth's Proof-of-Authority (PoA) consensus. this adds support for more than 32 bytes in each block (the `extraData` field).