bitcoin-chain

Crates.iobitcoin-chain
lib.rsbitcoin-chain
version0.3.1
sourcesrc
created_at2018-05-10 17:29:00.173656
updated_at2018-11-21 17:11:27.469321
descriptionIn-Memory Bitcoin blockchain
homepagehttps://github.com/rust-bitcoin/rust-bitcoin-chain/
repositoryhttps://github.com/rust-bitcoin/rust-bitcoin-chain/
max_upload_size
id64723
size61,196
Steven Roose (stevenroose)

documentation

README

Rust In-Memory Blockchain Library

Library to cache blocks or block headers in-memory.

The cache container allows retrieval as anticipated in Bitcoin applications, determines the chain with most work (the trunk of the tree) and verifies if work on a block header is sufficient for the height at which the block tries to connect to the trunk.

Commit count: 13

cargo fmt