Skip to content

GraoMelo/hathor-wallet-mobile

 
 

Repository files navigation

Hathor Wallet Mobile

Install

npm install

npm run node-hack

Run

npm run ios to open on iOS simulator, or npm run ios -- --simulator "iPhone 11"

To list all available simulators, use xcrun simctl list devices.

Run linter

npm run lint

Translations

We use the ttag lib for i18n. Check out the docs here.

Run npm run locale-update-pot to update the pot file (locale/texts.pot).

Run msgmerge pt-br/texts.po texts.pot -o pt-br/texts.po to merge a pot file with a po file.

Finally, run make i18n to compile all po files to json files.

License

Code released under the MIT license.

About

Hathor official mobile wallet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.9%
  • Objective-C 1.7%
  • Java 1.2%
  • Other 1.2%