koifinance / Nix-GUI

NIX GUI Wallet
GNU General Public License v2.0
7 stars 6 forks source link
gui nix

Logo

NIX Desktop GUI

UI Preview

What is NIX?


NIX is a multi-layered privacy currency which utilizes an interoperable platform model to fuel privacy focused decentralized applications (dApps).

Key Features


For more information, please visit NixPlatform.io or read the whitepaper.

Guides & Documentation

Links & Resources


This repository is the user interface that works in combination with Nix Core.

Development

Boostrapping for development:

git clone https://github.com/nixcore/Nix-GUI
cd nix-gui
yarn install

Development with Electron

  1. Run ng serve to start the dev server.
  2. Run yarn run start:electron:dev -testnet -opendevtools to start the electron application. Daemon will be updated and launched automatically.
    • Note: this command will auto-refresh the client on each saved change
    • -testnet – for running on testnet (omit for running the client on mainnet)
    • -opendevtools – automatically opens Developer Tools on client launch

Interact with nix-core daemon

You can directly interact with the daemon ran by the Electron version.

./nix-cli -testnet getblockchaininfo

Running

Start Electron

Package Electron

Copyright (c) 2017-2018 The NIX Core Developers Copyright (c) 2017-2018 The Particl Developers