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

Latest commit

 

History

History
11 lines (6 loc) · 416 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 416 Bytes

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.