elrond-wasm-modules

Crates.ioelrond-wasm-modules
lib.rselrond-wasm-modules
version0.38.0
sourcesrc
created_at2021-12-14 08:42:34.258413
updated_at2022-12-15 13:35:43.370419
descriptionElrond WebAssembly standard smart contract modules
homepagehttps://elrond.com/
repositoryhttps://github.com/ElrondNetwork/elrond-wasm-rs
max_upload_size
id497619
size104,104
Andrei Marinica (andrei-marinica)

documentation

https://docs.elrond.com/

README

Standard modules for Elrond smart contracts

This crate contains several smart contract modules developed by the Elrond team, which can be used to add standard functionality to any smart contract.

It is enough to add the module traits as supertraits of the contract traits to receive all endpoints and all functionality from the modules in contracts.

Commit count: 6577

cargo fmt