0.5.2 • Published 5 years ago

digiasset-block-parser v0.5.2

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

DigiAssets Block Parser

Connects to DigiByted (Json RPC) and parse the blockchain into PostgreSQL including DigiAssets asset data, utxo's for address and much more.

Installation

$ npm i digiasset-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

MIT