A graphical user interface for interacting with a xud-docker environment.
- Node v12.1.0+
- Yarn
yarn
- Make a copy of
.env.example
and name it.env
. - Set a value for
REACT_APP_API_URL
to match with the url you have an xud-docker-api accessible. yarn start
- If the connection between the dashboard and xud-docker-api cannot be established, try navigating to the
REACT_APP_API_URL
via the browser and accepting its certificate.
yarn test
yarn lint