Pro Web Dashboard • Market Telemetry • Dex Scanner • CoinGecko Chart
Built for Intercom Task (Trac Systems)
trac16rx782grsr53w6j5pldfvryjau4clau7p7snnkjun65xaz9kjx9qd4n3hy
SC-BRIDGE TERMINAL is a localhost-first dashboard designed to feel like a pro trading console:
- 📡 Realtime market telemetry (CoinGecko)
- 📊 Chart timeframes (7D / 30D / 90D)
- 🔎 Token scanner by CA / Mint (DexScreener)
- ⚡ Server-side caching to reduce CoinGecko 429 rate-limit issues
- 🖥️ Clean pro UI (mobile-friendly)
- ✅ Pro dark dashboard UI
- ✅ CoinGecko price telemetry (cached)
- ✅ Lightweight chart rendering
- ✅ DexScreener CA scanner (Solana supported)
- ✅ Node.js API proxy (keeps keys & calls server-side)
- ✅ Anti rate-limit cache system (stability-first)
- ✅ Mobile-ready layout (VPS friendly)
git clone https://github.com/nusnuga/SC-BRIDGE-TERMINAL.git
cd SC-BRIDGE-TERMINAL/ui/collinnpm installnode server/index.jsnpm run dev -- --hostLocal:
http://localhost:5173
VPS:
http://YOUR_SERVER_IP:5173
GET /api/healthGET /api/coingecko/simple_priceGET /api/coingecko/market_chart
- CoinGecko can return
429(rate limit) - Server caching reduces spam & keeps UI stable
- Dex scanner requires valid CA / Mint
- This tool does not guarantee accuracy or profits
- React + Vite
- Node.js (API Proxy)
- CoinGecko API
- DexScreener API
- Lightweight Charts
- ✅ UI: Stable
- ✅ API: Running
- ✅ Chart: Working
- ✅ VPS Deploy: Success


