Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

rust-bitcoin/rust-bitcoin-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING: Abadoned work

This repository is no longer maintained.

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.