add quick tx scraper script

This commit is contained in:
osiris account 2023-03-12 16:29:56 -07:00
parent d84dd7aea9
commit ed7d717e0f
4 changed files with 187 additions and 1 deletions

View file

@ -81,6 +81,7 @@ cd scripts
poetry run python decode_calldata.py
```
<br>
#### get token transfer events logs and wallet balances
@ -93,6 +94,17 @@ poetry run python get_transfer_logs_and_wallets_balance_for_a_token.py
```
<br>
#### scrape transfer events for token data
1. add info to `.env`
2. run
```
cd scripts
poetry run python scrape_transfer_events.py
```
<br>