Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 597 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 597 Bytes

cryptokit

Utilities for working with bitcoin (or altcoin) data structures. Decode raw transactions and build merkle trees or branches to confirm valid blocks. Includes basic tests that run against a running bitcoin (or litecoin, etc) instance and confirm that structures serialize/deserialize like the servers.

Full credit to sources that I've read/morphed/copied to create this package: