github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/cmd/helpfile.go (about) 1 // Copyright 2016, 2024 The TrueBlocks Authors. All rights reserved. 2 // Use of this source code is governed by a license that can 3 // be found in the LICENSE file. 4 /* 5 * This file was auto generated. DO NOT EDIT. 6 */ 7 8 package cmd 9 10 // helpText is the help displayed with chifra --help 11 const helpText = ` Accounts: 12 list list every appearance of an address anywhere on the chain 13 export export full details of transactions for one or more addresses 14 monitors add, remove, clean, and list address monitors 15 names query addresses or names of well-known accounts 16 abis fetches the ABI for a smart contract 17 Chain Data: 18 blocks retrieve one or more blocks from the chain or local cache 19 transactions retrieve one or more transactions from the chain or local cache 20 receipts retrieve receipts for the given transaction(s) 21 logs retrieve logs for the given transaction(s) 22 traces retrieve traces for the given transaction(s) 23 when find block(s) based on date, blockNum, timestamp, or 'special' 24 Chain State: 25 state retrieve account balance(s) for one or more addresses at given block(s) 26 tokens retrieve token balance(s) for one or more addresses at given block(s) 27 Admin: 28 config report on and edit the configuration of the TrueBlocks system 29 status report on the state of the internal binary caches 30 daemon initialize and control long-running processes such as the API and the scrapers 31 scrape scan the chain and update the TrueBlocks index of appearances 32 chunks manage, investigate, and display the Unchained Index 33 init initialize the TrueBlocks system by downloading the Unchained Index from IPFS 34 Other: 35 explore open a local or remote explorer for one or more addresses, blocks, or transactions 36 slurp fetch data from Etherscan and other APIs for any address 37 Flags: 38 -h, --help display this help screen 39 40 Use "chifra [command] --help" for more information about a command. 41 `