Skip to content

opendexnetwork/opendex-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opendex-launcher

Discord License: AGPL v3

opendex-launcher is a lightweight binary launcher for opendex-docker, responsible for starting, stopping & updating containers, as well as orchestrating various flows, like creating an opendex environment. It is designed with stability in mind, not requiring frequent updates. It is embedded in opendex-desktop as well as opendex-docker. opendex-launcher also allows developers to run any branch of opendex-docker.

Requirements

docker & docker-compose >= 18.09 (we recommend following the official install instructions to ensure compatibility)

Build

On *nix platform

make

On Windows platform

mingw32-make

Run

On *nix platform

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

On Windows platform (with CMD)

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

On Windows platform (with Powershell)

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

About

A lightweight OpenDEX launcher backed by opendex-docker

Resources

License

Stars

Watchers

Forks

Packages

No packages published