A graphical user interface for interacting with a xud-docker environment.
- Node v12.1.0+
- Yarn
yarn
- Make a copy of
.env.exampleand name it.env. - Set a value for
REACT_APP_API_URLto 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_URLvia the browser and accepting its certificate.
yarn test
yarn lint