slip44-converter

0.6.0 • Public • Published

Proof of concept for bip44 address converter

Issue comment

Install

npm i -S slip44-converter

Usage

const { toBIP44, fromBIP44 } = require('slip44-converter');

toBIP44("BTC/0'/0/0") // => m/44'/0'/0'/0/0
fromBIP44("m/44'/0'/0'/0/0") // => BTC/0'/0/0

Readme

Keywords

none

Package Sidebar

Install

npm i slip44-converter

Weekly Downloads

1

Version

0.6.0

License

MIT

Unpacked Size

1.81 kB

Total Files

4

Last publish

Collaborators

  • alepop