Token Dashboard
Monitor your deployed tokens with turnip's built-in dashboard. Track token performance, holder data, and transaction history in real-time.
Launch Dashboard
Start the token monitoring dashboard:
$ turnip dashboardStarting Turnip Token Dashboard... Connected to Helius RPC (mainnet-beta) Loading deployed tokens... ✓ Dashboard running at http://localhost:3030 Press Ctrl+C to exit
Dashboard Features
Token Portfolio
View all your deployed tokens in one place with current market cap, holder count, and 24h volume.
Price Charts
Real-time price charts powered by Helius webhooks and Jupiter price feeds.
Holder Analytics
Track holder distribution, top holders, and wallet activity over time.
Transaction Feed
Live stream of buys, sells, and transfers with instant notifications.
Dashboard Layout
┌─────────────────────────────────────────────────────────────────────┐ │ TURNIP TOKEN DASHBOARD Connected: mainnet │ ├─────────────────────────────────────────────────────────────────────┤ │ │ │ ┌─ YOUR TOKENS ──────────────┐ ┌─ PRICE CHART ────────────────┐ │ │ │ │ │ │ │ │ │ $CCAT $0.0045 +124% │ │ ▲ │ │ │ │ $MYST $0.0012 +45% │ │ ▲ ▲ ▲ │ │ │ │ $GEOV $0.0089 +89% │ │ ▲ ▲ ▲ ▲ │ │ │ │ │ │ ▲ ▲▲ ▲▲▲ │ │ │ │ Total Value: 2.5 SOL │ │▲ ▲ ▲▲▲ │ │ │ │ │ │ │ │ │ └────────────────────────────┘ └──────────────────────────────┘ │ │ │ │ ┌─ HOLDERS ──────────────────┐ ┌─ LIVE TRANSACTIONS ──────────┐ │ │ │ │ │ │ │ │ │ Top 10: 45% supply │ │ ● BUY 0.5 SOL → 12.3k │ │ │ │ Top 50: 78% supply │ │ ● SELL 0.2 SOL ← 5.1k │ │ │ │ Unique: 234 │ │ ● BUY 1.2 SOL → 29.8k │ │ │ │ │ │ ● BUY 0.1 SOL → 2.4k │ │ │ └────────────────────────────┘ └──────────────────────────────┘ │ │ │ │ [Q] Quit [R] Refresh [T] Toggle Token [E] Export │ └─────────────────────────────────────────────────────────────────────┘
Dashboard Commands
turnip dashboardLaunch the interactive terminal dashboard
turnip dashboard --token <mint>Open dashboard focused on a specific token
turnip listList all deployed tokens without launching the full dashboard
turnip stats <mint>Get quick stats for a specific token
turnip export --format csvExport token data to CSV or JSON format
Notifications
Set up notifications for important token events:
# In your .env file ENABLE_NOTIFICATIONS=true # Discord Webhook (optional) DISCORD_WEBHOOK_URL="https://discord.com/api/webhooks/..." # Telegram Bot (optional) TELEGRAM_BOT_TOKEN="..." TELEGRAM_CHAT_ID="..."
Notification triggers:
Large buys - Alert when buy exceeds configurable threshold
New holders - Track holder growth milestones
Price alerts - Get notified at target prices
Whale movements - Track large holder activity
