Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A GUI for interacting with the vDexNode.

NotificationsYou must be signed in to change notification settings

Volentix/vDexNode-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

standard-readme compliant

Download

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.

image_2019-11-01_10-24-39

Table of Contents

Disclaimer

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.

Download

You can download the latest release of the applicationhere

Development

Prerequisites

For the application to work, it isrecommended to use theYARN package manager, however, with theNPM, the application will also work.

1. Node.js

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.

2. Package manager

Option 1: NPM

If you installed the Node.js correctly you already have the latestNPM installed.

Option 2: YARN (recommended)
Ubuntu
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
MacOS

It is assumed that brew is already installed

brew install yarn
Other

You can follow the instructions from official website:YARN

3. Quasar

If you don't have a quasar installed use the following command:

npm install -g @quasar/cli

Installation

# 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

Usage

Fill the .env file

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

Running

# Go to the project folder if you're not therecd vDexNode-GUI# Run the appquasar dev -m electron# oryarn run dev

Other commands

yarn run lintyarn run docsyarn runtest#Under development

Build

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

Contributing

Seethe contributing file!

PRs accepted.

Small note: If editing the Readme, please conform to thestandard-readme specification.

Any optional sections

License

MIT © Volentix Labs.


[8]ページ先頭

©2009-2025 Movatter.jp