Registry / other / elrond-wasm

elrond-wasm

JSON →
library0.38.0rscratesunverified

Elrond WebAssembly smart contract API for building decentralized applications.

# Cargo.toml [dependencies] elrond-wasm = "0.38.0"
INSTALL
IMPORT
SIG · ELROND-WASM
E
elrond-wasm
otherrustv0.38.0
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.

Address
use elrond_wasm::types::Address;

Creates an Elrond address from a string.

use elrond_wasm::types::Address; fn main() { let addr = Address::from("erd1..."); println!("Address created"); }
Debug
Known issues
gotchaRequires Elrond network context; not for standalone use.
fix
Deploy on Elrond blockchain or use a local testnet.
affects: >=0.38.0
Upgrade
Version history
0.38.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Meta
1
Resources
elrond-wasm — cargo add elrond-wasm · libregistry