ambitious922

Results 1 issues of ambitious922

``` const expectedAddress = "tb1p2kclfdlyf35z2cz6r05ptx45utsypyjxzmj4ftm0tr2xq55yd47qtnh4j5"; bitcoin.initEccLib(ecc); const bip32 = BIP32Factory(ecc); // Your network (testnet in this case) const network = bitcoin.networks.testnet; const blockStreamApi = "https://blockstream.info/testnet/api"; // Load your private key...