Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 610 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 610 Bytes

Uni FFI for Indy Besu VDR

Indy-VDR library uses uniffi to generate bindings for Kotlin, Python, Swift languages.

Requirements

  • Rust of version 1.70.0 or higher.

Build

In order to generate language specific bindings, run the following commands with replacing a target language <kotlin|python|swift>:

cargo build --release
cargo run --bin uniffi-bindgen generate --library target/release/libindy_besu_vdr_uniffi.dylib --language <kotlin|python|swift> --out-dir out

The check out directory which will contain generated bindings.