--
Opinionated Swift wrapper around LibWally, a collection of useful primitives for cryptocurrency wallets.
This is a fork of LibWally Swift. It has a new build system for building a universal XCFramework for use with MacOSX, Mac Catalyst, iOS devices, and the iOS simulator across Intel and Apple Silicon (ARM).
Also supports particular enhancements used by Blockchain Commons from our fork of libwally-core: bc-libwally-core, in the bc-maintenance branch.
$ brew install autoconf autogen gsed
$ git clone https://github.com/blockchaincommons/BCLibWallySwift.git
$ cd BCLibWallySwift
$ ./build.sh
The resulting frameworks are build/CLibwally.xcframework
and build/LibWally.xcframework
. Add both to your project.
These examples were outdated and have been removed.