NIX is a multi-layered privacy currency which utilizes an interoperable platform model to fuel privacy focused decentralized applications (dApps).
NIX utilizes a custom built privacy library that integrates Zerocoin/Stealthoutputs/Bulletproofs and TOR support. This allows transaction privacy in its fullest and most trustless form.
NIX aims to create a privatized DEX platform built on top of already developed DEX volumes to conduct privatized atomic swaps through use of NIX’s privacy library.
Ghost Protocol and Ghost Vault to enhance privacy features.
For more information, please visit NixPlatform.io or read the whitepaper.
This repository is the user interface that works in combination with Nix Core
.
git clone https://github.com/nixcore/Nix-GUI
cd nix-gui
yarn install
ng serve
to start the dev server.yarn run start:electron:dev -testnet -opendevtools
to start the electron application. Daemon will be updated and launched automatically.
-testnet
– for running on testnet (omit for running the client on mainnet)-opendevtools
– automatically opens Developer Tools on client launchYou can directly interact with the daemon ran by the Electron version.
./nix-cli -testnet getblockchaininfo
yarn run start:electron:fast
– disables debug messages for faster startup (keep in mind using :fast
disables auto-reload of app on code change)yarn run package:win
– Windowsyarn run package:mac
– OSXyarn run package:linux
– LinuxCopyright (c) 2017-2018 The NIX Core Developers Copyright (c) 2017-2018 The Particl Developers