Categorygithub.com/ExchangeUnion/xud-launcher
repositorypackage
2.0.0-rc.4+incompatible
Repository: https://github.com/exchangeunion/xud-launcher.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

xud-launcher

The xud-launcher is a thin wrapper of xud-docker launcher which enables running any branch of xud-docker since version 2. It will keep a low update frequency, and it will be embedded in our GUI and CLI applications.

Build

On *nix platform

make

On Windows platform

mingw32-make

Run

On *nix platform

export BRANCH=master
export NETWORK=mainnet
./xud-launcher setup

On Windows platform (with CMD)

set BRANCH=master
set NETWORK=mainnet
./xud-launcher setup

On Windows platform (with Powershell)

$Env:BRANCH = "master"
$Env:NETWORK = "mainnet"
./xud-launcher setup