elrond-wasm

Crates.ioelrond-wasm
lib.rselrond-wasm
version0.38.0
sourcesrc
created_at2020-02-05 13:20:42.015636
updated_at2022-12-15 13:33:02.566527
descriptionElrond WebAssembly smart contract API
homepagehttps://elrond.com/
repositoryhttps://github.com/ElrondNetwork/elrond-wasm-rs
max_upload_size
id205146
size793,991
(dorin-iancu)

documentation

https://docs.elrond.com/

README

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.

Commit count: 6577

cargo fmt