Socket
Socket
Sign inDemoInstall

bitcore-common-blockchain

Package Overview
Dependencies
47
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bitcore-common-blockchain

common blockchain service for bitcore-node


Version published
Weekly downloads
1
decreased by-80%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 20 Mar 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc