A comprehensive analytics dashboard for tracking Base ecosystem DeFi protocols, TVL metrics, yield farming opportunities, and protocol performance across the Base blockchain
- Real-time TVL Tracking: Monitor Total Value Locked across major Base DeFi protocols
- Yield Farming Analytics: Track APY/APR rates and farming opportunities
- Protocol Comparison: Side-by-side analysis of DeFi protocols on Base
- Historical Data: Charts and trends for protocol performance over time
- Portfolio Tracking: Monitor your DeFi positions across Base ecosystem
- Risk Assessment: Evaluate protocol safety and smart contract risks
- Uniswap V3 on Base
- Aerodrome Finance
- BaseSwap
- SushiSwap on Base
- Aave V3 on Base
- Compound V3
- Moonwell
- Beefy Finance
- Yearn Finance
- Convex Finance
- Frontend: React.js, TypeScript, Tailwind CSS
- Backend: Node.js, Express.js
- Database: PostgreSQL, Redis for caching
- Blockchain: Web3.js, Ethers.js for Base network interaction
- APIs: The Graph Protocol, DefiLlama, CoinGecko
git clone https://github.com/wearedood/base-ecosystem-tracker.git
cd base-ecosystem-tracker
npm install
cp .env.example .env
# Configure your environment variables
npm run devCreate a .env file with the following variables:
BASE_RPC_URL=https://mainnet.base.org
THE_GRAPH_API_KEY=your_api_key
DEFILLAMA_API_KEY=your_api_key
COINGECKO_API_KEY=your_api_key
DATABASE_URL=postgresql://localhost:5432/base_tracker
REDIS_URL=redis://localhost:6379We welcome contributions to improve Base ecosystem analytics! Please see our Contributing Guidelines for details.
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ for the Base ecosystem