claudiosdc / Parser

Colored-Coins blockchain parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Colored-Coins blockchain parser


Languages

Language:JavaScript 100.0%