GitBitEx is an open source cryptocurrency exchange.
TODO
- MySql (BINLOG[ROW format] enabled)
- Kafka
- Redis
- git clone https://github.com/harlanasimov/gitbitex-spot.git
- Create database and make sure BINLOG[ROW format] enabled
- Execute ddl.sql
- Modify conf.json
- Run go build
- Run ./gitbitex-spot
- git clone https://github.com/harlanasimov/gitbitex-web.git
- Run
npm install - Run
npm start - Run
npm run buildto build production