Go to file
administrator 3bb6c9599d new file: img/cryptologo/MONA.png
renamed:    img/cryptologo/usd.png -> img/cryptologo/USD.png
	new file:   img/cryptologo/kLQYily.png
	modified:   index.html
2017-08-08 14:09:33 -04:00
css Portfolio input control activated 2017-08-01 03:18:24 +12:00
fonts Portfolio gui update 2017-07-28 00:00:37 +12:00
img new file: img/cryptologo/MONA.png 2017-08-08 14:09:33 -04:00
js orderbook call interval changed to 3 sec 2017-08-03 19:56:03 +12:00
ReadMe.md ReadMe update 2017-08-03 19:59:04 +12:00
index.html new file: img/cryptologo/MONA.png 2017-08-08 14:09:33 -04:00

ReadMe.md

DEX Ugly GUI

Before starting make sure you have iguana daemon compiled and running on your machine.

You can find instructions to install iguana here:

https://github.com/SuperNETorg/komodo/wiki/Setting-up-Liquidity-Provider-(LP)-Node#installing-liquidity-provider-lp-node-on-ubuntudebian-system

Setup

Once running, follow these steps:

git clone https://github.com/SuperNETorg/dexuglygui.git
cd dexuglygui
git checkout v0.2

It will download "dexuglygui". Open "dexuglygui", and from there open "index.html" file in your web browser.

Update

To update, follow these steps:

cd dexuglygui
git checkout v0.2
git pull