ckb-transaction-dumper

0.4.0 • Public • Published

ckb-transaction-dumper

Dump full transaction data for ckb-standalone-debugger to use.

Usage

$ npm i --no-save ckb-transaction-dumper
$ npx ckb-transaction-dumper --help
Usage: ckb-transaction-dumper [options]

Options:
  -V, --version               output the version number
  -r, --rpc <rpc>             CKB RPC URL (default: "http://127.0.0.1:8114")
  -t, --tx <tx>               TX file to read, use STDIN if omitted
  -x, --tx-hash <tx-hash>     TX hash to load, when both present, this take precedence over --tx
  -o, --output <output file>  Output file containing dumped tx (default: "dump.json")
  -h, --help                  display help for command

Or you can download precompiled release binaries if you don't feel like installing node.

Readme

Keywords

none

Package Sidebar

Install

npm i ckb-transaction-dumper

Weekly Downloads

0

Version

0.4.0

License

MIT

Unpacked Size

1.37 MB

Total Files

4

Last publish

Collaborators

  • xxuejie