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>
---