Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 583 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 583 Bytes

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.