bitcore-common-blockchain

2.0.1 • Public • Published

bitcore-common-blockchain

common-blockchain service for bitcore-node

Install

bitcore-node install bitcore-common-blockchain

Usage

Use cb-http-client with the common-blockchain API against a bitcore node running this service.

// assuming you have a local bitcore-node with its web server running on port 3001 (the default bitcore-node port):
var Blockchain = require('cb-http-client')
var blockchain = new Blockchain('http://127.0.0.1:3001/cb')
blockchain.addresses.transactions(['mpNDUWcDcZw1Teo3LFHvr8usNdwDLKdTaY'], function (err, txs) {
  // i want to do bad things to txs 
})

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.10latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.10
2.0.00
1.1.00
1.0.30
1.0.20
1.0.11
1.0.00

Package Sidebar

Install

npm i bitcore-common-blockchain

Weekly Downloads

1

Version

2.0.1

License

MIT

Last publish

Collaborators

  • tenaciousmv