github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/README.md (about) 1 ## chifra 2 3 `chifra` is an command line tool for accessing the entire collection of TrueBlocks tools. Enter `chifra <tool> --help` for more information. 4 5 ```[shell] 6 Purpose: 7 Access to all TrueBlocks tools (chifra <cmd> --help for more). 8 9 Accounts: 10 list list every appearance of an address anywhere on the chain 11 export export full details of transactions for one or more addresses 12 monitors add, remove, clean, and list address monitors 13 names query addresses or names of well-known accounts 14 abis fetches the ABI for a smart contract 15 Chain Data: 16 blocks retrieve one or more blocks from the chain or local cache 17 transactions retrieve one or more transactions from the chain or local cache 18 receipts retrieve receipts for the given transaction(s) 19 logs retrieve logs for the given transaction(s) 20 traces retrieve traces for the given transaction(s) 21 when find block(s) based on date, blockNum, timestamp, or 'special' 22 Chain State: 23 state retrieve account balance(s) for one or more addresses at given block(s) 24 tokens retrieve token balance(s) for one or more addresses at given block(s) 25 Admin: 26 config report on the status of the TrueBlocks system 27 daemon initialize and control long-running processes such as the API and the scrapers 28 scrape scan the chain and update the TrueBlocks index of appearances 29 chunks manage and investigate chunks and bloom filters 30 init initialize the TrueBlocks system by downloading from IPFS 31 Other: 32 explore open an explorer for one or more addresses, blocks, or transactions 33 slurp fetch data from Etherscan for any address 34 Flags: 35 -h, --help display this help screen 36 37 Use "chifra [command] --help" for more information about a command. 38 ``` 39 40 *Copyright (c) 2024, TrueBlocks, LLC. All rights reserved. Generated with goMaker.*