Swift binding for the official wallet.rs Rust library for IOTA Ledger.
The Swift binding links and communicates with the official Rust implementation IOTA Wallet Library
Building the binding requires Xcode 11 or later or a Swift 5.5 toolchain or later with Swift Package Manger.
- Right now there's no support for
arm64-ios-simulator
, in order to run it, run Xcode withRosetta
and you should be able to getSwiftUI
previews as well as run on simulator.
Run swift build
in the root directory of this project.
Run swift test
in the root directory of this project