Skip to content

Team-Hycon/hycon-gui

Repository files navigation

Hycon Wallet

Hycon Wallet - Desktop app

Github All Releases Build Status

Key Features

  • Create and recover wallets
  • Check wallet balance
  • Supports Ledger Nano S, Ledger Blue and Digital BitBox hardware wallets - only for 64-bit operating systems
  • Supports Hierarchical Deterministic key creation and transfer protocol
  • 2 Factor Authentication
  • 8 languages support (English, Korean, Chinese, French, Vietnamese, Japanese, Mongolian and Russian)

Download

You can download latest installable version of Hycon Wallet for Windows, macOS and Linux.

Future Features

  • Support for Trezor hardware wallet
  • Automatic updates
  • More remote node choices
  • UI/UX changes

FAQ

  • Can I use my old wallet?

Yes, you can. Because all of our wallets (full node, chrome extension and desktop) use same mnemonic words.

  • How long should I wait until I can use this application to make transfers?

Right away. It doesn't need to sync since it connects to a fully synced remote nodes automatically.

  • Does it support hardware wallets?

Yes. Currently it supports Ledger Nano S, Ledger Blue and Digital BitBox and will add other hardware wallet supports later.

  • Why doesn't it show the button to interact with my hardware wallet?

Hardware wallets are not supported in 32-bit systems due to security concerns.

For developers

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Team-Hycon/hycon-gui

# Go into the repository
$ cd hycon-gui

# Install common dependencies
$ npm install

# Go into desktop app directory
$ cd hummingbird-desktop

# Install electron dependencies
$ npm install

# Compile and pack typescript codes (from `hummingbird-desktop` directory)
$ npm build

# Run the app (from `hummingbird-desktop` directory)
$ npm start

Packaging installation files

npm dist

Testing

Test files are located at test directory.

npm test

Issues & Pull Requests

If you have an issue, feel free to add it to the Issues tab. If you'd like to help us out, the Pull Request tab is a great place to start.

If you have found a security bug, please contact us at security@glosfer.com.