hu1024 / gitbitex-web

An Open Source Cryptocurrency Exchange Web Base VUE

Home Page:https://gitbitex.com:8080/trade/BTC-USDT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitBitEx is an open source cryptocurrency exchange.

Demo

We deployed a demo version on a cloud server (2 Cores CPU 4G RAM). All programs run on this server. include (mysql,kafka,redis,gitbitex-spot,nginx,web...).

https://gitbitex.com:8080/trade/BTC-USDT

Dependencies

vue vuex vue-router vue-property-decorator typescript webpack

Install

Server

Web

Configure BackEnd

  • Configure back-end host in gulpfile.js use proxy
apiProxy = 'https://gitbitex.com:8080/';
  • Configure websocket host in src/script/constant.ts
static SOCKET_SERVER = 'wss://gitbitex.com:8080/ws';

Problems?

Please let me know if you have any problems. You can submit an issue or send me an email (liyongsheng@me.com)

About

An Open Source Cryptocurrency Exchange Web Base VUE

https://gitbitex.com:8080/trade/BTC-USDT


Languages

Language:TypeScript 54.7%Language:CSS 26.7%Language:HTML 14.9%Language:JavaScript 3.7%