/fastest-evm-balance-checker

The fastest balance checker for EVM networks on planet Earth

Primary LanguageGo

Balance checker for EVM networks

12 networks, 1000 wallets, 5 seconds

Untitled.1.mp4

Available Networks

Arbitrum, Arbitrum Nova, Base, Blast, BSC, Ethereum, Fantom, Linea, Optimism, Polygon, Scroll, Zora. However, you can add any EVM network

Setup

  • In the file wallets.txt we enter wallet addresses on a new line

Installation

To ensure everything is displayed correctly, it is better to use VS Code or Windows Terminal

Open cmd and write:

  1. cd path/to/project
  2. go mod download

Launch

go run .

Or, if you wish, you can first build the project and then open the .exe file (nothing will change, the above option is easier)

go build .
P.S. Of course, you can make a checker even faster than this, but I just wanted to test go