blech32
v1.1.2
Published
Blech32 encoding / decoding
Downloads
3,623
Maintainers
Readme
Blech32.js
A Elements extended BIP173 compatible Blech32 encoding/decoding library.
This package provides two types of encoding:
- BLECH32 for witness version 0.
- BLECH32M for witness version 1-16. Note that the blech32m encoding const on Liquid differs from the bitcoin one
Example
Check out tests that also demonstrate how to serialize a pubkey and a witness program for generating a confidential address.
Installation
Install dependencies:
yarn install
Build:
yarn build
Test
$ yarn test
Credits
- ElementsProject for the reference C implementation of blech32.