Skip to content

haqq-network/haqq-wallet

Repository files navigation

HAQQ Wallet

HAQQ Wallet is non-custodial wallet for the HAQQ Network ecosystem




  • Staking
  • Governance
  • Ledger integration
  • Flexible customization
  • QR scanner
  • Mnemonic-free private key security (is coming soon)

Download

Installing and running the project

First of all we need to clone the repository

To do this, we need to write the following in the terminal:

git clone https://github.com/haqq-network/haqq-wallet.git

Installing the required libraries

To install the necessary libraries, you need to register the following in the same terminal:

cd haqq-wallet && yarn

All the necessary libraries will be downloaded for you, if you use mac os, after the download is completed, you must write the following:

cd ios && pod install

Creation .env file

You must .env.example should be copied with

cp .env.example .env

and then must be substitute own config values.

Application launch

To run the application, write the following in the terminal:

// to start android dev application
yarn android

// to start iOS dev application
yarn ios

Assets, typography and design links

Contribution

Please check the general guidelines for contributing: docs/contribution.md