Leasehold / lisk-dex-ui

Lisk DEX Trading Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lisk-dex-ui

This repo has been deprecated. Please use https://github.com/Leasehold/ldex-ui instead.

Requirements

How to run from source (recommended)

Running this application directly from source on your own desktop is the most secure way to trade.

To run for the first time (for traders):

  1. Using the terminal, navigate to the directory where you want to install this app.
  2. Clone this repository: git clone https://github.com/Leasehold/lisk-dex-ui.git
  3. cd lisk-dex-ui/lisk-dex-electron
  4. npm install
  5. npm run build-prod
  6. npm run electron

To run every other time:

  1. Using the terminal, navigate to the directory where you installed the app.
  2. cd lisk-dex-ui/lisk-dex-electron
  3. npm run electron

For development, use npm run start and view the running application at http://localhost:3000/

About

Lisk DEX Trading Application

License:MIT License


Languages

Language:JavaScript 85.7%Language:CSS 11.8%Language:HTML 1.5%Language:Shell 1.0%