wasmlib

Crates.iowasmlib
lib.rswasmlib
version0.1.0
sourcesrc
created_at2023-03-04 01:25:53.532776
updated_at2023-03-04 01:25:53.532776
descriptionSmart Contract interface library for Wasp nodes
homepage
repositoryhttps://github.com/iotaledger/wasp
max_upload_size
id800259
size250,972
Ziyad Alagla (hackphobic)

documentation

README

WasmLib for Rust

WasmLib allows developers to use Rust to create smart contracts for ISC that compile into Wasm and can run directly on ISC-enabled Wasp nodes and on the Solo environment.

WasmLib treats the programming of smart contracts as simple access to a key/value data and token storage where smart contract properties, request parameters, token balances and the smart contract state can be accessed in a universal, consistent way.

The wasmlib folder provides the interface to the VM sandbox provided by the Wasp node through ScFuncContext and ScViewContext.

Commit count: 11636

cargo fmt