Hiyorimi / wallet-ios

Standard wallet for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toncoin Wallet (iOS)

This is the source code and build instructions for a Toncoin Wallet implementation for iOS.

  1. Install Xcode 12.5.1
https://apps.apple.com/app/xcode/id497799835

Make sure to launch Xcode at least once and set up command-line tools paths (Xcode — Preferences — Locations — Command Line Tools)

  1. Build the app (IPA)

Note: It is recommended to use an artifact cache to optimize build speed. Prepend any of the following commands with

BAZEL_CACHE_DIR="path/to/existing/directory"
sh wallet_env.sh make wallet_app
  1. If needed, generate Xcode project
sh wallet_env.sh make wallet_project

About

Standard wallet for iOS

License:GNU General Public License v2.0


Languages

Language:Swift 47.2%Language:C++ 25.4%Language:Objective-C++ 12.8%Language:Objective-C 11.0%Language:C 2.5%Language:Starlark 0.6%Language:Shell 0.3%Language:CMake 0.2%Language:Makefile 0.0%