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