70 releases (17 breaking)
new 0.56.1 | Feb 6, 2025 |
---|---|
0.55.0 | Jan 8, 2025 |
0.54.6 | Dec 4, 2024 |
0.54.5 | Nov 28, 2024 |
0.39.8 | Mar 29, 2023 |
#197 in Magic Beans
2,836 downloads per month
Used in 15 crates
(12 directly)
2MB
49K
SLoC
Smart contract base crate
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