Registry / crypto / snarkos-account

snarkos-account

JSON →
library4.6.0rscratesunverified

Account management for a decentralized operating system built on the snarkOS blockchain framework.

# Cargo.toml [dependencies] snarkos-account = "4.6.0"
INSTALL
IMPORT
SIG · SNARKOS-ACCOUNT
S
snarkos-account
cryptorustv4.6.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.

Account
use snarkos_account::Account;

Creates a new account and prints its address.

use snarkos_account::Account; fn main() { let account = Account::new(); println!("Address: {}", account.address()); }
Debug
Known issues
gotchaRequires the 'snarkvm' feature for full functionality.
fix
Add `features = ["snarkvm"]` to your Cargo.toml dependency.
affects: >=4.0.0
Upgrade
Version history
4.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
snarkos-account — cargo add snarkos-account · libregistry