Realtime Web Dashboard + Agent Signal + CA Token Scanner
Built for Intercom Task (Trac Systems)
- Trac Address: trac1dl85m4zfwya0hgajw6r37s0dcvfct2cszs7wjw8fzp42stlx0dsqcp6zqy
This project is a localhost-based trading dashboard that provides:
- Real-time market data (CoinGecko)
- Token analysis via CA / Mint (DexScreener)
- Lightweight trading agent (EMA + RSI + Momentum)
- Realtime feed via WebSocket
All in a clean dark UI (no CLI required).
- Sidechannels: fast, ephemeral P2P messaging
- SC-Bridge: local WebSocket control for agents/tools
- Protocol Ready: deterministic state + agent communication
- No CLI Needed: fully web-based control
- ⚡ Realtime Price Feed (WebSocket)
- 🔎 Token Checker by CA / Mint Address
- 📊 Auto Technical Analysis (EMA, RSI, Momentum)
- 🤖 Agent Signal (BUY / SELL / WAIT)
- 🌐 DexScreener Integration
- 🎯 Clean Dark UI (Pro Style)
Frontend (Vanilla JS UI)
│
▼
Backend (Node.js + Express)
│
├── CoinGecko API
├── DexScreener API
└── WebSocket Server
git clone https://github.com/comand87/intercom-agent-console.git
cd intercom-agent-consolenpm installnpm starthttp://localhost:3000
Supports:
- Solana (Mint Address)
- EVM (Contract Address)
Returns:
- Price
- Liquidity
- Volume
- Pair info
- DexScreener link
The trading agent uses:
- EMA crossover
- RSI threshold
- Momentum strength
- 🟢 BUY
- 🔴 SELL
- 🟡 WAIT
- WebSocket-based updates
- No refresh needed
- Lightweight + fast
- No wallet required
- No transaction execution
- Read-only analysis mode
- Safe for testing tokens
- SC-Bridge control panel
- Swap simulation
- Multi-chain support (SOL + EVM)
- Copy trading agent
- Rug / honeypot detector
MIT License
Built by @comand87
For Intercom Task - Trac Systems
This is a functional demo + prototype showcasing:
- Realtime data processing
- Agent-based trading signals
- SC-Bridge-ready architecture



