Registry / other / casperlabs-contract-utils

casperlabs-contract-utils

JSON →
library0.2.2rscratesunverified

Provides basic utilities for developing smart contracts on the CasperLabs blockchain platform.

# Cargo.toml [dependencies] casperlabs-contract-utils = "0.2.2"
INSTALL
IMPORT
SIG · CASPERLABS-CONTRAC
C
casperlabs-contract-utils
otherrustv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ContractContext
use casperlabs_contract_utils::ContractContext;

Creates a default contract context for CasperLabs smart contract development.

use casperlabs_contract_utils::ContractContext; fn main() { let context = ContractContext::default(); println!("Contract context created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
casperlabs-contract-utils — cargo add casperlabs-contract-utils · libregistry