0.20.1 • Published 5 years ago

dappctrlgui v0.20.1

Weekly downloads
7
License
GPL-3.0-only
Repository
github
Last release
5 years ago

Build Statusnpm version Dependency Status FOSSA Status Maintainability

Privatix Network GUI

This GUI provide user interface for Privatix Agent and Privatix Client.

This GUI based on electronjs.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Install prerequisite software:

Installation steps

Clone the dapp-gui repository using git:

git clone https://github.com/Privatix/dapp-gui.git
cd dapp-gui
git checkout master

If Windows is a target OS, install windows-build-tools:

npm install --global --production windows-build-tools

Install dependencies:

npm install

Checking installation succeed:

npm run build
npm start

Tests

Running the tests

Tests are run using the following command:

npm test

Packaging

  • Linux:

    npm run package-linux
  • MacOS:

    npm run package-mac
  • Win:

    npm run package-win

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL-3.0 License - see the COPYING file for details.