opendexd
. Developers who want to build services on top of opendexd
, should check out the node's API Documentation.opendexd
and are recommended for developers that are unsure what tools to use.opendexd
..vscode
folder within the folder where you've cloned opendexd
will automatically provide debug configurations and general settings that are helpful when developing opendexd
.opendexd
Setupopendexd
on file changedist
folder with nodemon
:opendexd
to testnetopendexd
instance you are developing on to testnet. Combined with above restarting mechanism, this lets you instantly see how your changes behave in a real-world trading environment.exit
or open a second terminal.docker stop testnet_opendexd_1
.opendex.conf
in ~/.opendexd
to contain the following:opendexd
instance and it should connect to the running testnet docker environment. You can check that everything works with ~/opendexd/bin$ ./opendex-cli -p 18886 getinfo
.