A simple Python command-line tool to check wallet balance on Ethereum and Base networks.
- Get wallet balance using public RPC endpoints
- Supports Ethereum and Base networks
- Lightweight and easy to use
git clone https://github.com/Mabolla/wallet-balance-cli.git
cd wallet-balance-cli
# wallet-balance-cli
Simple Python CLI tool to check ETH & Base network wallet balance
## ▶ Usage
Terminalden aşağıdaki gibi çalıştırabilirsiniz:
python main.py <wallet_adresi>
Örnek:
python main.py 0x94705a9d675daa924f9190eca4c05ed6b12d5345
Bu komut cüzdanın hem Ethereum hem Base ağındaki bakiyesini gösterir.
## ✅ Upcoming Features
- 🚀 Token balance sorgulama (ETH, ERC20, USDC, USDT vb.)
- 🔁 Base ve Ethereum ağında işlem geçmişi görüntüleme
- 💸 Gas ücret hesaplama & Base Bridge önerisi
- 🤝 Topluluk katkılarına açık (Pull Request bekleniyor!)
docs: README'ye Upcoming Features bölümü eklendi