multiversx-sc-meta-lib

Crates.iomultiversx-sc-meta-lib
lib.rsmultiversx-sc-meta-lib
version0.54.0
sourcesrc
created_at2024-07-06 13:51:34.400336
updated_at2024-11-06 17:38:05.482702
descriptionMultiversX smart contract meta-programming tools and build system
homepagehttps://multiversx.com/
repositoryhttps://github.com/multiversx/mx-sdk-rs
max_upload_size
id1294072
size290,048
Bianca Ialangi (BiancaIalangi)

documentation

https://docs.multiversx.com/

README

Smart contract meta crate support

crates.io

The library that provides all the functionality of the individual contracts meta crates.

The purpose of the contract meta crates is to produce the contract ABI. Because of their access to the ABI, they have other ABI-based responsibilities, such as:

  • generating the wasm crates,
  • building the contracts,
  • performing validations not possible otherwise,
  • generating snippets,
  • etc.

For more about the build process, see https://docs.multiversx.com/developers/developer-reference/sc-build-reference/

Commit count: 9036

cargo fmt