Skip to content

MyHush/hush-ng

Repository files navigation

Hush Next-Generation

The Next Generation Hush GUI will include an integrated experience for users to do tasks related to their wallets and having conversations with Hush Contacts, i.e. sending + receiving HushList memos.

This wallet supports Shielded Addresses and Shielded Transactions.

Currently we are focused on HushList-related operations, since other basic wallets exist. This codebase uses the Electron framework to enable cross-platform support and supports Linux, Mac and Windows.

Preview

Hush-NG preview

Installing + Running Hush-NG

You must have NodeJS and npm installed: https://nodejs.org/en/download/

# clone repo
git clone https://github.com/MyHush/hush-ng
cd hush-ng

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

Building Electron Binaries

# build electron application for production
npm run build

License

GPLv3