- Notifications
You must be signed in to change notification settings - Fork3
A GUI for interacting with the vDexNode.
Volentix/vDexNode-GUI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
vDexNode GUI
The application allows you to manage a vDexNode node running in a openDHT network using a set of smart contracts of the EOS blockchain platform.
Disclaimer: this is a test network and the sole purpose of this network is for R&D purposes.The network might not work as intended and you temporarily might not receive VTX at all on a certain day or until issues are resolved.Please report if you have not received your VTX but do not expect this VTX as guaranteed.
You can download the latest release of the applicationhere
For the application to work, it isrecommended to use theYARN package manager, however, with theNPM, the application will also work.
If you don't have Node.js installed in your system you can follow the official instructions to do that:Node.js install
You can install anyLTS orCurrent version on your machine.
If you installed the Node.js correctly you already have the latestNPM installed.
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg| sudo apt-key add -echo"deb https://dl.yarnpkg.com/debian/ stable main"| sudo tee /etc/apt/sources.list.d/yarn.listsudo apt updatesudo apt install yarn
It is assumed that brew is already installed
brew install yarn
You can follow the instructions from official website:YARN
If you don't have a quasar installed use the following command:
npm install -g @quasar/cli
# Clone the repogit clone https://github.com/Volentix/vDexNode-GUI.git# Go to the project foldercd vDexNode-GUI# Install dependencies# if you are using YARNyarn#if you are using NPMnpm install
You can just copy the.env.template
file in the root folder and rename it to.env
file.
NODES_API=http://95.216.0.79:9080INSTALLER=https://raw.githubusercontent.com/Volentix/vDexNode-GUI/master/ubuntu-installer/install.shREADME=https://github.com/Volentix/vDexNode/blob/master/README.mdNODE_WAY=readme#NODE_WAY=installer# mainnet endpointEOS_ENDPOINT=https://eos.greymass.com# testnet endpoint# EOS_ENDPOINT=https://api.kylin.alohaeos.com
# Go to the project folder if you're not therecd vDexNode-GUI# Run the appquasar dev -m electron# oryarn run dev
yarn run lintyarn run docsyarn runtest#Under development
If you have all the certificates installed in your system, you can build the binaries for several platforms.
yarn run build# build for current user electron platformyarn run build-all# build for all electron platforms linux|mac|windows|darwinyarn run build-linux# build for linux electron platformyarn run publish# build for current user electron platform and upload the binaries as a release on GitHubyarn run publish-all# Build for all electron platforms and upload the binaries as a release on githubyarn run publish-linux# build for linux electron platform and upload the binary as a release on github
PRs accepted.
Small note: If editing the Readme, please conform to thestandard-readme specification.
About
A GUI for interacting with the vDexNode.