Go to file
Satinder Grewal 887917f75d Update ReadMe.md 2017-08-18 02:04:16 +12:00
assets/bin/osx electron updates, readme update 2017-08-18 00:42:02 +12:00
gui electron enabled with basic setup 2017-08-17 23:47:38 +12:00
ipc electron update, shepherd-ipc base started 2017-08-18 01:22:31 +12:00
private electron update, shepherd-ipc base started 2017-08-18 01:22:31 +12:00
.gitignore electron enabled with basic setup 2017-08-17 23:47:38 +12:00
ReadMe.md Update ReadMe.md 2017-08-18 02:04:16 +12:00
main.js electron update, shepherd-ipc base started 2017-08-18 01:22:31 +12:00
package-lock.json electron update, shepherd-ipc base started 2017-08-18 01:22:31 +12:00
package.json electron update, shepherd-ipc base started 2017-08-18 01:22:31 +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 marketmaker daemon compiled and running on your machine.

You can find instructions to install marketmaker 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.3
npm install
npm start

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.3
git pull