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.
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
# build electron application for production
npm run build
GPLv3