This repository contains a cross-platform GUI for controlling and observing stats from a locally-running belnet. See also beldex-network.
Build deps:
Clone the repo:
$ git clone https://github.com/victor-tucci/Belnet-gui
Build the project:
$ yarn install --frozen-lockfile
$ yarn dist
builds from ci can be obtained from our ci server
To avoid being asked to start/stop the belnet daemon on every start of this GUI you can set the environment variable
DISABLE_AUTO_START_STOP=anything
on your system or before starting the GUI.