Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blockchaincommons/bcswiftwally

Thin Swift wrapper around LibWally.
https://github.com/blockchaincommons/bcswiftwally

Last synced: 15 days ago
JSON representation

Thin Swift wrapper around LibWally.

Awesome Lists containing this project

README

        

# BCSwiftWally

**NOTE:** This repository is no longer maintained. Please use [BCLibsSwift](https://github.com/BlockchainCommons/BCLibsSwift.git).

---

Thin Swift wrapper around [LibWally](https://github.com/ElementsProject/libwally-core), a collection of useful primitives for cryptocurrency wallets.

This was originally fork of [LibWally Swift](https://github.com/blockchain/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](https://github.com/BlockchainCommons/BCSwiftFoundation).

## Dependencies

```sh
$ brew install autoconf autogen gsed
```

## Build

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

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