multiversx-sc

Crates.iomultiversx-sc
lib.rsmultiversx-sc
version0.54.0
sourcesrc
created_at2023-01-12 13:32:15.053493
updated_at2024-11-06 17:37:49.862508
descriptionMultiversX smart contract API
homepagehttps://multiversx.com/
repositoryhttps://github.com/multiversx/mx-sdk-rs
max_upload_size
id757134
size1,652,552
Bianca Ialangi (BiancaIalangi)

documentation

https://docs.multiversx.com/

README

Smart contract base crate

crates.io

This is the main crate for building smart contracts for the MultiversX blockchain.

It contains the interface that the smart contract sees and can use. No implementation details are available from this crate alone.

no-std

The crate supports both std and no-std builds. Building for the blockchain is done with no-std, while for debugging std is used.

Using a heap allocator is possible but discouraged. Use the "alloc" feature if you need it.

Commit count: 9036

cargo fmt