ExchangeUnion / xud-ui

XUD UI - a graphical user interface & desktop app for xud-docker 🌈
GNU Affero General Public License v3.0
2 stars 1 forks source link
windows

XUD UI

A graphical user interface for interacting with a xud-docker environment.

Features

v1.0.0

v1.1.0

v1.2.0

v1.3.0

v1.4.0

v1.5.0

v2.0.0

Getting started

[proxy]
disabled = false
expose-ports = ["8889"]

Application logs

Logs are written to the following locations

Application data

Application data is stored in the following locations

Development

Requirements

Install dependencies

yarn

Start in development mode

Windows (Powershell)

($env:HTTPS = "true") -and (yarn start)

Linux, macOS (Bash)

HTTPS=true yarn start

Tests

yarn test

Lint

yarn lint

Building an executable

yarn build to build for an OS the command is executed from.