EVM Balance Checker - A software with which you can instantly check your ETH balance in blockchains such as: Ethereum, zkSync, Arbitrum, Optimism and Scroll.
You can receive data and give wallets to the software via Excel.
- Install Python 3.11+.
git clone https://github.com/holmenov/EVM-Balance-Checker.git.cd EVM-Balance-Checker.pip install -r requirements.txt.- Set the settings in
settings.py. - Paste your wallets address in
wallets.xlsx. - Launch
main.pyand wait results.
