Go to file
Jack Grigg 56093730fe Rust backend tests 2019-07-02 10:02:26 +01:00
ZcashLightClientKit Set up a Swift shim to the Rust FFI 2019-07-02 10:02:21 +01:00
ZcashLightClientKit.xcodeproj Rust backend tests 2019-07-02 10:02:26 +01:00
ZcashLightClientKitTests Rust backend tests 2019-07-02 10:02:26 +01:00
rust Set up a Swift shim to the Rust FFI 2019-07-02 10:02:21 +01:00
.gitignore Empty iOS Framework 2019-06-28 10:09:53 +01:00
Cargo.lock
Cargo.toml
LICENSE
README.md Update README 2019-07-02 10:02:26 +01:00

README.md

Zcash iOS Framework

Build dependencies

Install Rust, and then cargo-lipo:

$ cargo install cargo-lipo
$ rustup target add aarch64-apple-ios x86_64-apple-ios