Skip to content

Dlibl/wallet-ios

 
 

Repository files navigation

Toncoin Wallet (iOS)

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

  1. Install Xcode 14.3.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. Install Bazel 5.4.0
brew install build-system/bazel.rb
  1. Install OpenSSL 1.1
brew install [email protected]
  1. Install pkg-config
brew install pkg-config
  1. Generate Xcode project

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

export BAZEL_CACHE_DIR="path/to/existing/directory"
sh wallet_env.sh make wallet_project

About

Standard wallet for iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 47.2%
  • C++ 25.3%
  • Objective-C++ 12.8%
  • Objective-C 11.0%
  • C 2.5%
  • Starlark 0.6%
  • Other 0.6%