github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/internal/explore/doc.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   * Parts of this file were auto generated. Edit only those parts of
     6   * the code inside of 'EXISTING_CODE' tags.
     7   */
     8  
     9  // explorePkg implements the chifra explore command.
    10  //
    11  // chifra explore opens Etherscan (and other explorers -- including our own) to the block identifier,
    12  // transaction identifier, or address you specify. It's a handy (configurable) way to open an explorer
    13  // from the command line, nothing more.
    14  package explorePkg