Skip to content

tonkeeper/wallet

This branch is up to date with develop.

Folders and files

NameName
Last commit message
Last commit date
Feb 14, 2024
Oct 23, 2023
May 26, 2024
May 9, 2024
Nov 13, 2023
Mar 12, 2023
Dec 22, 2023
Jul 19, 2023
Oct 23, 2023
Jun 7, 2023
May 24, 2024

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.