crypto-address-decoder

1.0.1 • Public • Published

crypto-address-decoder

Installation

npm install crypto-address-decoder

Usage

const addressDecoder=require('crypto-address-decoder');
const {prefix,data}=addressDecoder('DUBhARNpy4WYCEWoFQsgeFeYZxQjzQadpv');

also works for bech32 addresses

const addressDecoder=require('crypto-address-decoder');
const {prefix,data}=addressDecoder('dgb1qcu403j8m7kdsrl74279qhlyg36adkgwdxpf0jl');

Dependencies (2)

Dev Dependencies (1)

Package Sidebar

Install

npm i crypto-address-decoder

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

11.8 kB

Total Files

8

Last publish

Collaborators

  • mctrivia