71 releases (18 breaking)

new 0.57.0 Mar 11, 2025
0.56.0 Jan 23, 2025
0.54.6 Dec 4, 2024
0.54.5 Nov 28, 2024
0.39.8 Mar 29, 2023

#4 in #multiversx

Download history 964/week @ 2024-11-18 752/week @ 2024-11-25 615/week @ 2024-12-02 1144/week @ 2024-12-09 397/week @ 2024-12-16 185/week @ 2024-12-23 143/week @ 2024-12-30 820/week @ 2025-01-06 586/week @ 2025-01-13 764/week @ 2025-01-20 778/week @ 2025-01-27 811/week @ 2025-02-03 600/week @ 2025-02-10 671/week @ 2025-02-17 912/week @ 2025-02-24 543/week @ 2025-03-03

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

GPL-3.0-only

1.5MB
39K 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

~1.2–2MB
~41K SLoC