Create account

replied 1998d
test code
`
function takeBlockHexTransactionsAndPutThemInTheDB(hex) {
console.log(hex + "\n");
var block = bitcoinJs.Block.fromHex(hex);`