Skip to main content

Tools for exporting Band Protocol blockchain data to JSON

Project description

Band Protocol ETL CLI

Build Status Telegram

Band Protocol ETL CLI lets you convert Band Protocol data into JSON newline-delimited format.

Full documentation available here.

Quickstart

curl -X GET https://poa-api.bandchain.org/blocks/569102

curl -X GET https://poa-api.bandchain.org/txs?tx.height=568661

Questions

  • Cosmos SDK uses "cosmos-sdk/StdTx" as a standard transaction type, but it allows to implement custom tx types. Does Band define any custom transaction types.
  • For some reason timestamp in transactions is different from time in block
  • time in blocks has nanosecond resolution. BigQuery support microsecond resolution. That's why we have *_truncated timestamp columns.
  • Calculate balances using logs, message, transfer events. ex. transactions_53_multisend.json
  • Transactions don't have gas prices.
  • How to convert pub_key to address.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

band-etl-0.0.5.tar.gz (17.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page