42 releases (10 breaking)

new 0.49.0-alpha.4 Apr 23, 2024
0.48.0 Apr 9, 2024
0.48.0-alpha.1 Mar 27, 2024
0.45.2 Dec 18, 2023
0.39.8 Mar 29, 2023

#40 in Magic Beans

Download history 601/week @ 2024-01-01 848/week @ 2024-01-08 627/week @ 2024-01-15 339/week @ 2024-01-22 530/week @ 2024-01-29 515/week @ 2024-02-05 751/week @ 2024-02-12 567/week @ 2024-02-19 609/week @ 2024-02-26 848/week @ 2024-03-04 1419/week @ 2024-03-11 1316/week @ 2024-03-18 606/week @ 2024-03-25 847/week @ 2024-04-01 1104/week @ 2024-04-08 451/week @ 2024-04-15

3,045 downloads per month
Used in 13 crates (11 directly)

GPL-3.0-only

1MB
33K 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
~56K SLoC