Bitcoin Stack Alternate is a query and reply website for Bitcoin crypto-currency lovers. It solely takes a minute to enroll.
Anyone can ask a query
Anyone can reply
The perfect solutions are voted up and rise to the highest
Requested
Seen
9 occasions
const ecc = require('tiny-secp256k1')
const { BIP32Factory } = require('bip32')
// You could wrap a tiny-secp256k1 appropriate implementation
const bip32 = BIP32Factory(ecc)
const node = bip32.fromBase58('xprv9s21ZrQH143K3QTDL4LXw2F7HEK3wJUD2nW2nRk4stbPy6cq3jPPqjiChkVvvNKmPGJxWUtg6LnF5kejMRNNU3TGtRBeJgk33yuGBxrMPHi')
const little one = node.derivePath('m/0/0')
after making an attempt a number of methods…. appears prefer it doesn@t work on react these node modules
they work on command line however not on react
many errors given
1