105 releases (37 breaking)
0.38.0 | Dec 15, 2022 |
---|---|
0.36.1 | Nov 1, 2022 |
0.34.1 | Jul 19, 2022 |
0.30.0 | Mar 17, 2022 |
0.2.0 | Mar 18, 2020 |
#4 in #elrond
231 downloads per month
Used in 16 crates
(14 directly)
1MB
25K
SLoC
elrond-wasm
This is the main crate for building smart contracts on Elrond's Arwen VM in Rust.
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.
Dependencies
~3.5MB
~63K SLoC