A web version of my Wallet Watcher Android app for checking Ethereum wallet balances and token holdings.
- Ethereum wallet balance checking
- Token holdings display with USD values
- Clean, responsive web interface
- Backend: Django 5.2.5, Python 3.13
- Database: PostgreSQL
- Frontend: Django Templates, HTML, CSS, JavaScript
- API Integration: Ethplorer API for blockchain data
- Configuration: Environment-based settings with python-decouple
The application follows Django's MVC pattern with:
- Models for data structure and database interaction
- Views handling business logic and API integration
- Templates for user interface rendering
- PostgreSQL for data persistence
- External API integration for real-time blockchain data
Wallet data is fetched from the Ethplorer API, which provides real-time Ethereum blockchain information, including wallet balances, token holdings, and market prices.
Developer: Vadym Tantsiura
Contact: [email protected] | @VTantsiura

