A tool for analyzing and managing cryptocurrency wallets across multiple networks.
- Install dependencies:
npm install
- Enter your ethereum addresses in the
.txt
files in theaddresses
folder. - Start the application:
npm start
Launches a local website where you can view and analyze all statistics described below through a browser. Features include:
- Column sorting
- Highlighting of low balances
- and many other useful features.
Analyze wallet activity with detailed metrics.
Supports the following networks:
- ZkSync
- Starknet
- LayerZero
- Zora
- Aptos
- Linea
For each network, the tool provides:
- Balances in Ether or stablecoins
- Transaction count
- Unique days, weeks, and months of activity
- First and last transaction dates
- Total gas spent
- Chain-specific details
Note: Results are displayed in the console and saved to a CSV file.
Displays balances of native tokens (e.g., ETH, BNB) and stablecoins (USDT, USDC, DAI) in supported networks:
- Ethereum
- Arbitrum
- Optimism
- Polygon
- Binance Smart Chain (BSC)
- Avalanche
Provides detailed metrics for Ethereum Virtual Machine (EVM) compatible networks:
- Transaction count
- Unique days, weeks, and months of activity
- First and last transaction dates
- Total gas spent
- Rename
.env.example
to.env
. - Add your Moralis API key in the
.env
file.
If you would like to contribute to this project, please leave a star in the repo.
This project is licensed under the MIT License. For more information, see the LICENSE file.