/gdax_clone

A Coinbase Bitcoin Exchange clone built on Vue/Vuex with xstream for websocket stream and a Go backend.

Primary LanguageVue

gdax_clone

A GDAX Bitcoin Exchange clone built on Vue/Vuex with xstream for websocket stream and a Go backend. Compare to https://www.gdax.com/trade/BTC-USD (API Docs here: https://docs.gdax.com/)

Build Setup

From static folder:

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build