bech32

Pure Haskell bech32, bech32m encoding/decoding (docs.ppad.tech/bech32).
git clone git://git.ppad.tech/bech32.git
Log | Files | Refs | README | LICENSE

commit 862db9f716d56214d33f3a0c486e46ae3ab418de
parent 3436fc011a50996d02221efa79e3a5b421e280b9
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat,  1 Mar 2025 08:22:10 +0400

meta: docs badge

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -2,6 +2,7 @@ [![](https://img.shields.io/hackage/v/ppad-bech32?color=blue)](https://hackage.haskell.org/package/ppad-bech32) ![](https://img.shields.io/badge/license-MIT-brightgreen) +[![](https://img.shields.io/badge/haddock-bech32-lightblue)](https://docs.ppad.tech/bech32) A pure Haskell implementation of bech32m and bech32 encoding/decoding on strict ByteStrings, as specified by [BIP350][bi350] and [BIP173][bi173].