Registry / other / blockchain

blockchain

JSON →
library0.9.2rscratesunverified

Unopinioned blockchain framework.

# Cargo.toml [dependencies] blockchain = "0.9.2"
INSTALL
IMPORT
SIG · BLOCKCHAIN
B
blockchain
otherrustv0.9.2
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 blockchain::Blockchain;

Creates a simple blockchain and adds a block.

use blockchain::Blockchain; fn main() { let mut chain = Blockchain::new(); chain.add_block(vec!["data".to_string()]); println!("Chain valid: {}", chain.is_valid()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Meta
2
OpenAI (training)
1
Resources
blockchain — cargo add blockchain · libregistry