Registry / other / exonum

exonum

JSON →
library1.0.0rscratesunverified

An extensible framework for building blockchain software projects.

# Cargo.toml [dependencies] exonum = "1.0.0"
INSTALL
IMPORT
SIG · EXONUM
E
exonum
otherrustv1.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.

Blockchain
use exonum::blockchain::Blockchain;

Initializes the Exonum blockchain framework (simplified).

use exonum::blockchain::Blockchain; fn main() { println!("Exonum blockchain framework"); }
Debug
Known issues
gotchaRequires specific feature flags for full functionality (e.g., 'exonum-cli').
fix
Enable features like 'exonum-cli' in Cargo.toml.
affects: >=1.0.0
Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
exonum — cargo add exonum · libregistry