internal/

directory
v0.0.0-...-3f8eaf4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: GPL-3.0

README

chifra

Purpose:
  Access to all TrueBlocks tools (chifra <cmd> --help for more).

  Accounts:
    list          list every appearance of an address anywhere on the chain
    export        export full details of transactions for one or more addresses
    monitors      add, remove, clean, and list address monitors
    names         query addresses or names of well-known accounts
    abis          fetches the ABI for a smart contract
  Chain Data:
    blocks        retrieve one or more blocks from the chain or local cache
    transactions  retrieve one or more transactions from the chain or local cache
    receipts      retrieve receipts for the given transaction(s)
    logs          retrieve logs for the given transaction(s)
    traces        retrieve traces for the given transaction(s)
    when          find block(s) based on date, blockNum, timestamp, or 'special'
  Chain State:
    state         retrieve account balance(s) for one or more addresses at given block(s)
    tokens        retrieve token balance(s) for one or more addresses at given block(s)
  Admin:
    config        report on and edit the configuration of the TrueBlocks system
    daemon        initialize and control long-running processes such as the API and the scrapers
    scrape        scan the chain and update the TrueBlocks index of appearances
    chunks        manage, investigate, and display the Unchained Index
    init          initialize the TrueBlocks system by downloading from IPFS
  Other:
    explore       open a local or remote explorer for one or more addresses, blocks, or transactions
    slurp         fetch data from Etherscan for any address
  Flags:
    -h, --help    display this help screen

  Use "chifra [command] --help" for more information about a command.

Other Options

All tools accept the following additional flags, although in some cases, they have no meaning.

  -v, --version         display the current version of the tool
      --wei             export values in wei (the default)
      --ether           export values in ether
      --raw             pass raw RPC data directly from the node with no processing
      --output string   write the results to file 'fn' and return the filename
      --append          for --output command only append to instead of replace contents of file
      --file string     specify multiple sets of command line options in a file

For the --file string option, you may place a series of valid command lines in a file using any valid flags. In some cases, this may significantly improve performance. A semi-colon at the start of any line makes it a comment.

Directories

Path Synopsis
Package abisPkg handles the chifra abis command.
Package abisPkg handles the chifra abis command.
Package blocksPkg handles the chifra blocks command.
Package blocksPkg handles the chifra blocks command.
Package chunksPkg handles the chifra chunks command.
Package chunksPkg handles the chifra chunks command.
Package configPkg handles the chifra config command.
Package configPkg handles the chifra config command.
Package daemonPkg handles the chifra daemon command.
Package daemonPkg handles the chifra daemon command.
Package explorePkg handles the chifra explore command.
Package explorePkg handles the chifra explore command.
Package exportPkg handles the chifra export command.
Package exportPkg handles the chifra export command.
Package globals handles command line options that are available to all tools
Package globals handles command line options that are available to all tools
Package initPkg handles the chifra init command.
Package initPkg handles the chifra init command.
Package listPkg handles the chifra list command.
Package listPkg handles the chifra list command.
Package logsPkg handles the chifra logs command.
Package logsPkg handles the chifra logs command.
Package monitorsPkg handles the chifra monitors command.
Package monitorsPkg handles the chifra monitors command.
Package namesPkg handles the chifra names command.
Package namesPkg handles the chifra names command.
Package receiptsPkg handles the chifra receipts command.
Package receiptsPkg handles the chifra receipts command.
Package scrapePkg handles the chifra scrape command.
Package scrapePkg handles the chifra scrape command.
Package slurpPkg handles the chifra slurp command.
Package slurpPkg handles the chifra slurp command.
Package statePkg handles the chifra state command.
Package statePkg handles the chifra state command.
Package statusPkg handles the chifra status command.
Package statusPkg handles the chifra status command.
Package tokensPkg handles the chifra tokens command.
Package tokensPkg handles the chifra tokens command.
Package tracesPkg handles the chifra traces command.
Package tracesPkg handles the chifra traces command.
Package transactionsPkg handles the chifra transactions command.
Package transactionsPkg handles the chifra transactions command.
Package whenPkg handles the chifra when command.
Package whenPkg handles the chifra when command.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL