IOTA wallet.rs Swift Binding
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
Installation
Building the binding requires Xcode 11 or later or a Swift 5.5 toolchain or later with Swift Package Manger.
Swift Package Manager
Run swift build
in the root directory of this project.
Tests
Run swift test
in the root directory of this project