2.0.1 • Published 7 years ago

bitcore-common-blockchain v2.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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 
})
2.0.1

7 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago