Registry / crypto / snarkvm

snarkvm

JSON →
library4.6.4rscratesunverified

A decentralized virtual machine for zero-knowledge proofs.

# Cargo.toml [dependencies] snarkvm = "4.6.4"
INSTALL
IMPORT
SIG · SNARKVM
S
snarkvm
cryptorustv4.6.4
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.

Network
use snarkvm::prelude::*;

Initialize a SnarkVM test network.

use snarkvm::prelude::*; fn main() { let network = snarkvm::prelude::Testnet3::new(); println!("SnarkVM network initialized"); }
Debug
Known issues
gotchaRequires specific feature flags for different network configurations.
fix
Enable features like 'testnet3' or 'mainnet' in Cargo.toml.
affects: >=4.0.0
Upgrade
Version history
4.6.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
snarkvm — cargo add snarkvm · libregistry