Update README.md

This commit is contained in:
steinkirch.eth 2023-03-11 13:47:35 -08:00 committed by GitHub
parent 297d100f45
commit 9abc43f81c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```
<br>
---
@ -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).
* 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).