maarteNNNN / ldex-ui

Trading application for LDEX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ldex-ui

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/ldex-ui.git
  3. cd ldex-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 ldex-ui/lisk-dex-electron
  3. npm run electron

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

About

Trading application for LDEX

License:MIT License


Languages

Language:JavaScript 86.0%Language:CSS 11.8%Language:HTML 1.3%Language:Shell 0.9%