Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beldex-coin/belnet-gui
https://github.com/beldex-coin/belnet-gui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beldex-coin/belnet-gui
- Owner: Beldex-Coin
- Created: 2022-07-26T06:58:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T11:57:57.000Z (about 1 year ago)
- Last Synced: 2023-12-20T15:04:34.231Z (about 1 year ago)
- Language: TypeScript
- Size: 2.6 MB
- Stars: 1
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Belnet GUI
This repository contains a cross-platform GUI for controlling and observing stats from a locally-running belnet. See also [beldex-network](https://github.com/Beldex-Coin/belnet).
## Build Instructions
Build deps:* [nvm](https://github.com/nvm-sh/nvm) or [asdf](https://github.com/asdf-vm/asdf)
* git
* wine (for windows builds)
Clone the repo:$ git clone https://github.com/victor-tucci/Belnet-gui
Build the project:
$ yarn install --frozen-lockfile
$ yarn dist### CI Builds
builds from ci can be obtained from our [ci server](https://deb.beldex.io)
### Env variables
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.