Tracks any public Ethereum wallet address and displays comprehensive wallet information in a clean dashboard interface.
- ETH Balance - Current Ethereum balance for any wallet
- Token Balances - ERC-20 token holdings and balances
- Transaction History - Complete transaction records
- Transfer Tracking - Incoming and outgoing transfers
- USD Value - Real-time conversion of balances to USD
- User enters wallet address
- Fetch ETH balance
- Fetch transaction history
- Convert ETH → USD
- Display clean dashboard
- HTML, CSS, JavaScript
- Optional: React + Tailwind
- JavaScript
- Web3.js or Ethers.js
- Etherscan API - Transaction history and wallet data
- CoinGecko API - Real-time ETH to USD price conversion
- Clone repository
- Add API keys in
config.js- Etherscan API key
- (Optional) CoinGecko API key
- Open
index.htmlin browser or run local server
Get your API keys:
- Etherscan API - Free tier available
- CoinGecko API - Free tier available