- Staking
- Governance
- Ledger integration
- Flexible customization
- QR scanner
- Mnemonic-free private key security (is coming soon)
To do this, we need to write the following in the terminal:
git clone https://github.com/haqq-network/haqq-wallet.git
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
You must .env.example should be copied with
cp .env.example .env
and then must be substitute own config values.
To run the application, write the following in the terminal:
// to start android dev application
yarn android
// to start iOS dev application
yarn ios
- Design system
- Typography
- Icons
- Colors and styles
- Native elements
- Common elements
- Lottie json animations
Please check the general guidelines for contributing: docs/contribution.md