UNPKG

bech32-converting

Version:

This library is designed to convert bech32 addresses to hex and vice versa.

19 lines (18 loc) 528 B
{ "name": "bech32-converting", "version": "1.0.9", "keywords": ["bech32", "blockchain", "segwit", "hex", "converter"], "description": "This library is designed to convert bech32 addresses to hex and vice versa.", "main": "lib/bech32-convert.js", "author": "hojttaler", "license": "MIT", "repository": "https://github.com/hojttaler/bech32-converting", "dependencies": { "bech32": "^2.0.0", "crypto-addr-codec": "^0.1.7" }, "files": [ "lib/bech32-convert.js", "lib/bech32-convert.d.ts" ] }