Socket
Socket
Sign inDemoInstall

cc-block-parser

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cc-block-parser

Parse the blockchain and build a Colored-Coins


Version published
Weekly downloads
4
decreased by-33.33%
Maintainers
2
Weekly downloads
 
Created
Source

Colored Coins Block Parser

Build Status Coverage Status npm version npm version

js-standard-style

Connects to Bitcoind (Json RPC) and parse the blockchain into mongodb including Colored-Coins asset data, utxo's for address and much more.

Installation

$ npm i cc-block-parser

Settings

var settings = {
  debug:
  properties:
  logger:
  next_hash:
  last_hash:
  last_block:
  last_fully_parsed_block:
  Blocks:
  RawTransactions:
  Utxo:
  AddressesTransactions:
  AddressesUtxos:
  AssetsTransactions:
  AssetsUtxos:
  AssetsAddresses:
  host:
  port:
  user:
  pass:
  path:
  timeout:
}

License

Apache-2.0

FAQs

Package last updated on 13 Sep 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc