The SDK includes Javascript bindings to the Wallet API.
The core logic of the wallet is written in Rust and built from manta-rs
. To integrate it into Javascript we use the wasm-bindgen
crate to build the WASM Foreign-Function Interface and then call the WASM functions from Javascript.
Note: Data Library has been deprecated and moved to manta-parameters
.