Wesley Max
Results
1
comments of
Wesley Max
These are the examples https://github.com/bitcoinjs/bitcoinjs-lib/blob/1f92ada3fda587c1c0a6aa93649afa04e8382b93/test/integration/bip32.spec.ts ```js const bitcoin = require("bitcoinjs-lib"); const ecc = require("tiny-secp256k1"); const { BIP32Factory } = require("bip32"); const bip32 = BIP32Factory(ecc); const b58 = require("bs58check"); function convert_z(z)...