1.1.0 • Published 9 years ago

bitcoin-block-streaming-parser v1.1.0

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

Bitcoin block streaming parser

Input a stream of blocks in binary format, and outputs a stream of parsed blocks as objects

Supports mainnet and testnet3

npm i bitcoin-block-streaming-parser

Example

var parser = require('bitcoin-block-streaming-parser')

binaryStream.pipe(parser('testnet3')).pipe(writableStream)

License MIT