multiversx-sc-snippets 0.55.0

MultiversX framework for building smart contract interaction snippets
Documentation
1
2
3
4
5
6
7
8
9
10
# MultiversX transaction snippets

Provides basic functionality for interacting with smart contracts directly from Rust.

It is a base on top of which little interaction programs (or snippets) can be written. Can be used in:
- interactors,
- web servers (in Rust),
- front-end (WebAssembly, via wasm-bindgen/Rust).

It is largely a wrapper around `multiversx-sdk` and `multiversx-sc`, combining the two.