We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the refraction-hs wiki!
wif export refraction.js pkeys:
var b = require('bitcore-lib'); var p = new b.PrivateKey('<yourprivkey>', b.Networks.testnet); p.toWIF()
get testnet transaction hex:
# ~/.zshrc testnet-tx() { curl "https://test.webbtc.com/tx/$1.hex" 2>/dev/null }