66 releases (15 breaking)

new 0.54.5 Nov 28, 2024
0.53.2 Oct 2, 2024
0.52.1 Jul 31, 2024
0.48.0-alpha.1 Mar 27, 2024
0.39.8 Mar 29, 2023

#691 in Magic Beans

Download history 775/week @ 2024-08-08 843/week @ 2024-08-15 919/week @ 2024-08-22 1251/week @ 2024-08-29 478/week @ 2024-09-05 743/week @ 2024-09-12 744/week @ 2024-09-19 1093/week @ 2024-09-26 891/week @ 2024-10-03 620/week @ 2024-10-10 570/week @ 2024-10-17 491/week @ 2024-10-24 497/week @ 2024-10-31 608/week @ 2024-11-07 917/week @ 2024-11-14 645/week @ 2024-11-21

2,710 downloads per month
Used in 15 crates (12 directly)

GPL-3.0-only

2MB
48K 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

~2.5MB
~55K SLoC