The Official Desktop Wallet for Managing Helix tokens (HLX) developed by the Helix Network Organization. The wallet is built based on the Trinity Wallet.
- Latest release: v1.0.0
- License: GPLv3
Special thanks to all of the IOTA Contributors!
- Node.js (10.16.0)
- Electron (npm install electron -g)
- Yarn >= v1.16.0
- Python 2.7
On Windows platforms you'll need to install build tools to compile native modules:
# Install Visual C++ Build Tools and Python 2.7
npm install --global --production windows-build-tools --vs2015
# Install OpenSSL VC++ Static 64bit Library
git clone https://github.com/Microsoft/vcpkg C:\src\vcpkg
cd C:\src\vcpkg
.\bootstrap-vcpkg.bat
.\vcpkg install openssl:x64-windows-static
Additionally on Windows 7 install .NET Framework 4.5.1
On Linux platforms you'll need to install additional packages to compile native modules:
sudo apt install build-essential libudev-dev libusb-1.0-0 libusb-1.0-0-dev
sudo apt install gcc-4.8 g++-4.8 && export CXX=g++-4.8
- Clone this repo
git clone https://github.com/netobjex/wallet.git
- Go to the wallet directory
cd wallet
- Install dependencies
yarn run install-app
- Run desktop application
yarn run start
- Package app for windows , mac and linux
cd src/desktop
yarn run build
# For windows
yarn run compile:win
# For linux
yarn run compile:linux
# For mac, You should be on mac OS
Discuss Nautilus Wallet in our discord.
Awesome ❤️ ❤️. See our contribution guidelines.
See our licence information here