haveno-dex / haveno-ui

Haveno user interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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\

About

Haveno user interface

License:Apache License 2.0


Languages

Language:TypeScript 99.2%Language:JavaScript 0.6%Language:HTML 0.2%Language:Shell 0.0%