Skip to content

YuAnWu0000/cryptoExchange

Repository files navigation

cryptoExchange

Implement real-time order book and candlestick charts like a crypto exchange (integrate crypto.com API by using websocket.)

Demo video

See Crypto.com API doc here.

Project Setup

yarn

Compile and Hot-Reload for Development

yarn dev

Lint with ESLint

yarn lint

Compile and Minify for Production

yarn build

Serve dist

npm install -g serve
serve -s dist

About

實時更新的加密貨幣訂單簿+K線圖(websocket)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published