bip119

Crates.iobip119
lib.rsbip119
version0.1.0
created_at2025-09-16 00:58:31.111878+00
updated_at2025-09-16 00:58:31.111878+00
descriptionMinimal support for BIP-119 CHECKTEMPLATEVERIFY
homepage
repositoryhttps://github.com/ademan/rust-bip119/
max_upload_size
id1840749
size1,068,054
Ademan (Ademan)

documentation

README

bip119

Minimal support for BIP-119 CHECKTEMPLATEVERIFY. This crate is intended to serve as a reusable component for building applications with CTV in a way that should be perpetually nearly ready to merge into rust-bitcoin if CTV is activated. It may initially evolve rapidly according to feedback from rust-bitcoin, but is intended to be drop-in-replaced by official support in rust-bitcoin eventually.

scriptPubkeys

This crate also provides strong types for different scriptPubkey types such as PayToTaproot, PayToAnchor, PayToPubkey, etc. It's unlikely this portion of the library will be upstreamed to rust-bitcoin but it facilitates performant generation of CTV hashes.

Commit count: 15

cargo fmt