0.9.3 • Published 8 months ago

alphadex-backend v0.9.3

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

AlphaDEX API/Websockets Server

A basic API and Websocket server for the AlphaDEX decentralised exchange on Radix DLT.

Alpha version

This software is still under active development and may contain many bugs.

How to use

Node.js and NPM

You will need to have node.js and npm installed. If you dont, you can follow the instructions here.

AlphaDEX-Backend repo

Clone the AlphaDEX Backend repo into a folder of your choice.

git clone https://github.com/AlphaDEX-XRD/AlphaDEX-Backend.git

Start the AlphaDEX-Backend server

To start the server, go into the AlphaDEX-Backend folder and run

npm start

You should see the server starting and outputting some logs.

Stop the AlphaDEX-Backend server

You can stop the server at any time by pressing Ctrl(Command)-C.