Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 949 Bytes

File metadata and controls

36 lines (23 loc) · 949 Bytes

Greenlight SDK Swift Bindings

The Greenlight SDK enables mobile developers to integrate a non-custodial hosted wallet into their apps with a very shallow learning curve. More information can be found here: blockstream/greenlight

This repository maintains the Blockstream gl-sdk's official Swift bindings.

👨‍🔧 Installation

We support integration via the Swift Package Manager.

Swift Package Manager

Installation via Xcode

Via File > Add Packages..., add

https://github.com/blockstream/gl-sdk-swift.git

as a package dependency in Xcode.

Installation via Swift Package Manifest

Add the following to the dependencies array of your Package.swift:

.package(url: "https://github.com/blockstream/gl-sdk-swift.git", from: "0.1.0"),

.