An general purpose, stand alone, RESTful exchange engine written in Node.js. Has the ability to support any number and type of order books and assets. The order matching algorithm is also configurable from the default FIFO algorithm.
- Node.js + npm
- mongodb
git clone https://github.com/hyobyun/exchangeengine.git
- cd to the repository directory exchangeengine
cd exchangeengine
npm install
- Create config file:
cp config_template.js config.js
- At a minimum, configure your mongodb creds & uri in config.js
nano config.js
- Run it!
node index.js
npm test