internal/

directory
v0.0.0-...-2a3d9f8 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 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
      --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
abisPkg implements the chifra abis command.
abisPkg implements the chifra abis command.
blocksPkg implements the chifra blocks command.
blocksPkg implements the chifra blocks command.
chunksPkg implements the chifra chunks command.
chunksPkg implements the chifra chunks command.
configPkg implements the chifra config command.
configPkg implements the chifra config command.
daemonPkg implements the chifra daemon command.
daemonPkg implements the chifra daemon command.
explorePkg implements the chifra explore command.
explorePkg implements the chifra explore command.
exportPkg implements the chifra export command.
exportPkg implements 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
initPkg implements the chifra init command.
initPkg implements the chifra init command.
listPkg implements the chifra list command.
listPkg implements the chifra list command.
logsPkg implements the chifra logs command.
logsPkg implements the chifra logs command.
monitorsPkg implements the chifra monitors command.
monitorsPkg implements the chifra monitors command.
namesPkg implements the chifra names command.
namesPkg implements the chifra names command.
receiptsPkg implements the chifra receipts command.
receiptsPkg implements the chifra receipts command.
scrapePkg implements the chifra scrape command.
scrapePkg implements the chifra scrape command.
slurpPkg implements the chifra slurp command.
slurpPkg implements the chifra slurp command.
statePkg implements the chifra state command.
statePkg implements the chifra state command.
statusPkg implements the chifra status command.
statusPkg implements the chifra status command.
tokensPkg implements the chifra tokens command.
tokensPkg implements the chifra tokens command.
tracesPkg implements the chifra traces command.
tracesPkg implements the chifra traces command.
transactionsPkg implements the chifra transactions command.
transactionsPkg implements the chifra transactions command.
whenPkg implements the chifra when command.
whenPkg implements the chifra when command.

Jump to

Keyboard shortcuts

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