Crate locutus_stdlib

Source
Expand description

Standard library provided by the Freenet project to be able to write Locutus-compatible contracts.

Modulesยง

buf
Memory buffers to interact with the WASM contracts.
contract_interface
Interface and related utilities for interaction with the compiled WASM contracts. Contracts have an isomorphic interface which partially maps to this interface, allowing interaction between the runtime and the contracts themselves.
prelude
Locutus stdlib prelude.