Go to file
Satinder Grewal 4a401e8315 electron enabled with basic setup 2017-08-17 23:47:38 +12:00
gui electron enabled with basic setup 2017-08-17 23:47:38 +12:00
.gitignore electron enabled with basic setup 2017-08-17 23:47:38 +12:00
ReadMe.md ReadMe update 2017-08-03 19:59:04 +12:00
main.js electron enabled with basic setup 2017-08-17 23:47:38 +12:00
package-lock.json electron enabled with basic setup 2017-08-17 23:47:38 +12:00
package.json electron enabled with basic setup 2017-08-17 23:47:38 +12:00
renderer.js electron enabled with basic setup 2017-08-17 23:47:38 +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