Go to file
Satinder Grewal 3402c2aec1 coins list updates
- coins list updated with all the coins in jl777 repo for marketmaker
- drop down coins list is now being taken from js script
- disabled coins are hidden from drop down list
2017-08-11 21:07:42 +12: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 coins list updates 2017-08-11 21:07:42 +12:00
js coins list updates 2017-08-11 21:07:42 +12:00
ReadMe.md ReadMe update 2017-08-03 19:59:04 +12:00
index.html coins list updates 2017-08-11 21:07:42 +12: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