Connects to Bitcoind (Json RPC) and parse the blockchain into mongodb including Colored-Coins asset data, utxo's for address and much more.
$ npm i cc-block-parser
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:
}