digiasset-block-parser
v0.5.2
Published
Parse the blockchain and build a DigiAsset
Downloads
3
Readme
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