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.
We support integration via the Swift Package Manager.
Via File > Add Packages..., add
https://github.com/blockstream/gl-sdk-swift.git
as a package dependency in Xcode.
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"),.