Skip to content

tysonwu/market-tick-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Simple crypto market tick dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published