Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 667 Bytes

File metadata and controls

18 lines (12 loc) · 667 Bytes

trade engine

This repo contains the Coincube Trade Engine module.

Getting Started

In order to get up and running with this repo:

Database Submodule

This repo contains one submodule which needs to be pulled down before you will be able to work.

In order to pull in the submodule you will need to run:

`git submodule init`
`git submodule update`

Please be sure to push submodule changes to remote

Git Submodule Tutorial #1
Git Submodule Tutorial #2