bolt3

Lightning transaction and script formats, per BOLT #3.
git clone git://git.ppad.tech/bolt3.git
Log | Files | Refs | README | LICENSE

commit a0d457077f6b34c98b1528b42212c25fb5441614
parent a7fa735c2bb36f8470cf9c9807a4120cbe6559e7
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 18 Apr 2026 13:16:54 +0800

readme: pre-release note

Diffstat:
MREADME.md | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -1,6 +1,8 @@ # ppad-bolt3 +[![](https://img.shields.io/hackage/v/ppad-bolt3?color=blue)](https://hackage.haskell.org/package/ppad-bolt3) ![](https://img.shields.io/badge/license-MIT-brightgreen) +[![](https://img.shields.io/badge/haddock-bolt3-lightblue)](https://docs.ppad.tech/bolt3) A pure Haskell implementation of [BOLT #3][bolt3] (Lightning Network Bitcoin transaction and script formats), including commitment @@ -48,10 +50,7 @@ Haddocks are hosted at [docs.ppad.tech/bolt3][hadoc]. ## Security -This library aims at the maximum security achievable in a -garbage-collected language under an optimizing compiler such as GHC. -If you discover any vulnerabilities, please disclose them via -security@ppad.tech. +This is a pre-release version and makes no security guarantees whatsoever. ## Development