mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-16 13:42:24 -04:00
Update README.md
This commit is contained in:
parent
297d100f45
commit
9abc43f81c
1 changed files with 13 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue