Dashboard monitoring untuk NARA multi-agent miner dengan real-time stats & balance.
- 💰 Balance Display - Main wallet, mining wallets, grand total NARA
- 📊 Real-time Stats - Submit count, errors, rewards
- 📝 Live Log - 10 baris log terbaru
- 🎯 Round Info - Pertanyaan dan status round
- 🔄 Auto Refresh - Update otomatis tiap 30 detik
- 🌙 Dark Mode - Default dark theme
- 🚀 1-Click Deploy - Script deploy ke Vercel
cd nara-dashboard
# Dapatkan token di https://vercel.com/account/tokens
./deploy.sh YOUR_VERCEL_TOKENcd nara-dashboard
git init
git add .
git commit -m "Initial commit"
# Buat repo di GitHub, lalu:
git remote add origin https://github.com/YOUR_USERNAME/nara-dashboard.git
git push -u origin mainLalu:
- Buka vercel.com
- Login dengan GitHub
- Click "Add New Project"
- Import
nara-dashboardrepo - Click "Deploy" 🎉
Kalo mau liat balance juga, tambahkan di Vercel Dashboard:
NARA_RPC_URL=https://mainnet-api.nara.build/
nara-dashboard/
├── src/
│ ├── app/
│ │ ├── api/status/route.ts # API endpoint
│ │ └── page.tsx # Dashboard UI
│ └── ...
├── vercel.json # Vercel config
└── package.json
npm install
npm run dev
# Buka http://localhost:3000- Dashboard ini read-only dari log file miner
- Untuk fitur advanced (balance, wallet list), perlu tambah API routes
- Auto-refresh tiap 30 detik via client-side polling
Dibuat dengan ❤️ untuk NARA miners! ⛏️