0.2.0 • Published 10 years ago

block-to-transaction-stream v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Returns a stream of transactions from a stream of blocks

Installation

npm install block-to-transaction-stream

Example

var bitcoin = require('bitcoin')
var bs = require('bitcoind-block-stream')
var ts = require('./index')
var spy = require('through2-spy')

var client = new bitcoin.Client(require('./bitcoin.json'))

bs(client, { max: 10 }).pipe(ts()).pipe(spy(console.log.bind(console)))
0.2.0

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago