How to get xpriv and xpub from keyPair with bitcoinjs-lib

How to get xpriv and xpub from keyPair with bitcoinjs-lib

I have this code:

const bitcoin = require('bitcoinjs-lib');
const keyPair = bitcoin.ECPair.makeRandom({ });

Question: how do I get xpriv and xpub from keyPair

https://ift.tt/2P2l0nf

Comments

Popular posts from this blog

How do 'Sphinx' invoice-less payments on the Lightning Network work?

How public key is calculated from a base58 encoded private key?

QUESTION ABOUT SLOW API