Wallet analytics dashboard for on-chain traders. Search any address to view PnL, win rate, trading activity, and token-level performance across supported networks.
Replace the image above with your latest screenshot.
- Wallet search with live analytics
- PnL and win-rate calculations
- Recent trade activity feed
- Token-level performance table
- Network usage insights
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- Ethers
Install dependencies:
npm installRun the development server:
npm run devOpen http://localhost:3000 in your browser.
Create a .env.local file in the project root:
NEXT_PUBLIC_COVALENT_API_KEY=your_covalent_key
NEXT_PUBLIC_DEXSCREENER_API_KEY=your_dexscreener_keyNEXT_PUBLIC_DEXSCREENER_API_KEY is optional. The app will still work without it, but you may hit rate limits.
src/app- App Router pages, API routes, and layoutsrc/components- UI components and view compositionsrc/lib/apis- External API clients (Covalent, Dexscreener)src/lib/analytics- PnL, win rate, and trader classification logicsrc/lib/services- Wallet analysis pipeline
npm run dev
npm run build
npm run start
npm run lintAnalytics are derived from on-chain transactions and third-party data sources. Values are estimates and may differ from exchange or wallet UIs.
