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 04ada78bc8040199f9af327214d71bd6ce9bfb45
parent 74625bc7a380fe5900241b08766405318842d1d6
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed, 19 Feb 2025 19:30:12 +0400

meta: badges

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

diff --git a/README.md b/README.md @@ -3,6 +3,9 @@ A pure Haskell implementation of bech32m and bech32 encoding/decoding on strict ByteStrings, as specified by [BIP350][bi350] and [BIP173][bi173]. +[![](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) + ## Usage A sample GHCi session: