Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/blockchaincommons/bcswiftwally
- Owner: BlockchainCommons
- Created: 2021-11-30T10:16:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T10:53:02.000Z (over 1 year ago)
- Last Synced: 2024-11-06T17:15:30.758Z (2 months ago)
- Language: Swift
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.