Skip to content
Tyler Julian edited this page Sep 18, 2016 · 3 revisions

Welcome to the refraction-hs wiki!

Useful gists

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
}
Clone this wiki locally