/market-tick-dashboard

Simple crypto market tick dashboard

Primary LanguageGo

market-tick-dashboard

Crypto market tick dashboard. Displays real-time tick price across two exchanges with a configurable list of tokens.

Demo

Backend

  • Run Go backend
cd backend
go run main.go
  • Need to have Redis setup:
# from project root
docker-compose up

Frontend

  • Run Next.js dashboard
cd app
npm install
npm run dev

Specification

  • Symbol style example: BTC-USDT (originally on Binance: BTCUSDT, Kucoin: BTC-USDT)