53 releases (12 breaking)

new 0.51.1 Jul 6, 2024
0.50.6 Jul 5, 2024
0.48.0-alpha.1 Mar 27, 2024
0.45.2 Dec 18, 2023
0.39.8 Mar 29, 2023

#876 in Magic Beans

Download history 1422/week @ 2024-03-13 1126/week @ 2024-03-20 692/week @ 2024-03-27 1046/week @ 2024-04-03 802/week @ 2024-04-10 591/week @ 2024-04-17 711/week @ 2024-04-24 629/week @ 2024-05-01 1054/week @ 2024-05-08 908/week @ 2024-05-15 1309/week @ 2024-05-22 870/week @ 2024-05-29 910/week @ 2024-06-05 1039/week @ 2024-06-12 858/week @ 2024-06-19 665/week @ 2024-06-26

3,576 downloads per month
Used in 14 crates (12 directly)

GPL-3.0-only

2MB
46K SLoC

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.

Dependencies

~0.9–1.5MB
~29K SLoC