# gitbitex-spot **Repository Path**: fuhd/gitbitex-spot ## Basic Information - **Project Name**: gitbitex-spot - **Description**: GitBitEx是一个高性能的开源数字货币交易系统 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitbitex.com:8080/trade/BTC-USDT - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 62 - **Created**: 2019-11-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

[![Go Report Card](https://goreportcard.com/badge/github.com/gitbitex/gitbitex-spot)](https://goreportcard.com/report/github.com/gitbitex/gitbitex-spot) GitBitEx is an open source cryptocurrency exchange. ## Architecture

## 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 * MySql (**BINLOG[ROW format]** enabled) * Kafka * Redis ## Install ### Server * git clone https://github.com/gitbitex/gitbitex-spot.git * 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://github.com/gitbitex/gitbitex-web.git * Run `npm install` * Run `npm start` * Run `npm run build` to build production ## Problems? Please let me know if you have any problems. You can submit an issue or send me an email (greensheng2001@gmail.com) or Telegram (https://t.me/greensheng)