/manta-sdk

Manta Network SDK

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Manta Network SDK

The SDK includes Javascript bindings to the Wallet API.

Javascript Wallet Bindings

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.