multiversx-sc

Crates.iomultiversx-sc
lib.rsmultiversx-sc
version0.51.1
sourcesrc
created_at2023-01-12 13:32:15.053493
updated_at2024-07-06 15:23:15.828759
descriptionMultiversX smart contract API
homepagehttps://multiversx.com/
repositoryhttps://github.com/multiversx/mx-sdk-rs
max_upload_size
id757134
size1,668,808
Andrei Marinica (andrei-marinica)

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: 8481

cargo fmt