Skip to content

tonkeeper/wallet

Repository files navigation

Tonkeeper Wallet

License Release

tonkeeper.com

Welcome to Tonkeeper repository. If you have questions or suggestions, please file an Issue.

Install dependencies

$ yarn install
For iOS run
$ yarn pods
$ yarn start:mobile
$ yarn run:ios
For Android run
$ yarn adb
$ yarn start:mobile
$ yarn run:android

More information about android build in android readme.

Adding icons

All icon files are named according to ic-name-24.svg scheme. And placed in src/assets/icons/svg.

After adding the icon, run the convert command

$ yarn icons

To convert you need librsvg.

If librsvg not already installed, run

$ brew install librsvg

License

The code and data files in this distribution are licensed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See https://www.gnu.org/licenses/ for a copy of this license.

See LICENSE file.

This project is tested with Browserstack.