Registry / networking / snarkos-consensus

snarkos-consensus

JSON →
library1.3.17rscratesunverified

Consensus mechanism for a decentralized operating system (snarkOS).

# Cargo.toml [dependencies] snarkos-consensus = "1.3.17"
INSTALL
IMPORT
SIG · SNARKOS-CONSENSUS
S
snarkos-consensus
networkingrustv1.3.17
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.

Consensus
use snarkos_consensus::Consensus;

Initializes a new consensus instance.

use snarkos_consensus::Consensus; fn main() { let consensus = Consensus::new(); println!("Consensus initialized"); }
Debug
Known issues
gotchaRequires full snarkOS node setup; not a standalone library.
fix
Integrate with snarkOS network stack and storage.
affects: >=1.3.0
Upgrade
Version history
1.3.17latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Resources
snarkos-consensus — cargo add snarkos-consensus · libregistry