Go to file
Satinder Grewal 9f303ee453 Merge pull request #4 from siulynot/v0.2
V0.2
2017-08-13 13:57:03 +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 renamed: img/cryptologo/btc.png -> img/cryptologo/BTC.png 2017-08-12 15:35:39 -04:00
js renamed: img/cryptologo/btc.png -> img/cryptologo/BTC.png 2017-08-12 15:35:39 -04:00
ReadMe.md ReadMe update 2017-08-03 19:59:04 +12:00
index.html inventory data shows in ui table 2017-08-12 01:29:57 +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