Home

Awesome

BCSwiftWally

NOTE: This repository is no longer maintained. Please use BCLibsSwift.


Thin Swift wrapper around LibWally, a collection of useful primitives for cryptocurrency wallets.

This was originally fork of LibWally Swift, but since has greatly diverged. 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).

For higher-level functions and more, see BCSwiftFoundation.

Dependencies

$ brew install autoconf autogen gsed

Build

$ git clone https://github.com/blockchaincommons/BCSwiftWally.git
$ cd BCSwiftWally
$ ./build.sh

The resulting framework is build/BCWally.xcframework. Add to your project.