# gitbitex-web **Repository Path**: fuhd/gitbitex-web ## Basic Information - **Project Name**: gitbitex-web - **Description**: GitBitEX数字货币交易所WEB端开源项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitbitex.com:8080/trade/BTC-USDT - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 19 - **Created**: 2019-11-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

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 * git clone https://gitee.com/gitbitex/gitbitex-spot * Create database and make sure **BINLOG[ROW format]** enabled * Execute ddl.sql * Modify conf.json * Run go build * Run ./gitbitex-spot ### Web * git clone https://gitee.com/gitbitex/gitbitex-web * Run `npm install` * Run `npm start` * Run `npm run build` to build production ## 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)