@faustbrian/node-bech32m
v1.0.0
Published
bech32m encoding and decoding for node.js
Downloads
10
Readme
You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.
@faustbrian/node-bech32m
Installation
pnpm install @faustbrian/node-bech32mUsage
import { encode, decode } from "@faustbrian/node-bech32m";
decode(encode("a"));License
This is an open-sourced software licensed under the AGPL-3.0-or-later.
