/haveno-ui

Haveno user interface

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Haveno User Interface

Development

Prerequisites

  1. Node 16.x
  2. yarn 1.x
  3. Run user1-daemon-local and envoy proxy by following these instructions

Install dependencies

yarn

Configure environment variables

Copy .env.example to a file called .env and point the environment variables to the envoy proxy.

Start the app in watch mode

yarn watch

Tests

yarn test

Storybook

yarn storybook

App Data Folder

The UI's data folder can be cleared to reset the UI state, located at:

  • Mac: ~/Library/Application Support/haveno-ui/
  • Linux: ~/.local/share/haveno-ui/
  • Windows: ~\AppData\Roaming\haveno-ui\