Registry / crypto / cml-chain

cml-chain

JSON →
library6.2.0rscratesunverified

Multiplatform SDK for main Cardano blockchain functionality.

# Cargo.toml [dependencies] cml-chain = "6.2.0"
INSTALL
IMPORT
SIG · CML-CHAIN
C
cml-chain
cryptorustv6.2.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 cml_chain::address::Address;

Parse a Cardano address from bech32 format.

use cml_chain::address::Address; fn main() { let addr = Address::from_bech32("addr1qx2fxv2et0...").expect("Invalid address"); println!("Address: {:?}", addr); }
Debug
Known issues
gotchaThis crate is part of a larger multiplatform SDK; ensure all dependencies are compatible.
fix
Use the same version of cml-chain as other cml-* crates in your project.
affects: >=6.0.0
Upgrade
Version history
6.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Amazon
1
Resources
cml-chain — cargo add cml-chain · libregistry