Skip to content

alepop/slip44-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

BIP44 address converter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published