Registry / crypto / cw3
library2.0.0rscratesunverified

CosmWasm-3 Interface: On-Chain MultiSig/Voting contracts

# Cargo.toml [dependencies] cw3 = "2.0.0"
INSTALL
IMPORT
SIG · CW3
C
cw3
cryptorustv2.0.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.

Cw3Contract
use cw3::Cw3Contract;

Creates a new Cw3 contract instance.

use cw3::Cw3Contract; fn main() { let contract = Cw3Contract::new(); println!("Contract created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
cw3 — cargo add cw3 · libregistry