https://github.com/rhdeck/rs-check-erc20
Check balances of a wallet in ERC 20 with web3.py
https://github.com/rhdeck/rs-check-erc20
Last synced: 11 months ago
JSON representation
Check balances of a wallet in ERC 20 with web3.py
- Host: GitHub
- URL: https://github.com/rhdeck/rs-check-erc20
- Owner: rhdeck
- Created: 2022-02-20T21:44:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T22:05:03.000Z (over 4 years ago)
- Last Synced: 2025-03-15T09:41:37.322Z (over 1 year ago)
- Language: Python
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rs-check-erc20
Check balances of a wallet in ERC 20 with web3.py
## Prerequisites
1. Reasonably current Python (3.9 or newer is best)
2. PyPi packages installed in scope:
1. `web3`
2. `pandas`
3. `openpyxl`
## Installation
1. Make sure you have the prerequisites either globally installed or, if you have pipenv, run `pipenv install`
2. That's about it. Run `python main.py` or `pipenv run python main.py` to scan the contract and generate the `output.xlsx` workbook with appropriate sheets
## Updating
This is designed for learning, so view `main.py` to see the inputs. Note that this script does not take command line arguments at this time.