Skip to content

Instantly share code, notes, and snippets.

@9876691
Created September 7, 2018 13:27
Show Gist options
  • Select an option

  • Save 9876691/d5e683eddcda43c8f9516260df3dc64b to your computer and use it in GitHub Desktop.

Select an option

Save 9876691/d5e683eddcda43c8f9516260df3dc64b to your computer and use it in GitHub Desktop.
import Bitcoin from "bitcoinjs-lib"
const testnet = Bitcoin.networks.testnet
const keyPair = Bitcoin.ECPair.makeRandom({ network: testnet })
console.log(Bitcoin.payments.p2pkh({ pubkey: keyPair.publicKey, network: testnet }).address)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment