github.com/0xsequence/ethkit@v1.25.0/cmd/ethkit/README.md (about)

     1  ethkit cli
     2  ==========
     3  
     4  ## Install
     5  
     6  ```
     7  go get github.com/0xsequence/ethkit/cmd/ethkit
     8  ```
     9  
    10  
    11  ## Usage
    12  
    13  ```shell
    14  $ ethkit --help
    15  ```
    16  
    17  ```
    18  ethkit - Ethereum dev toolkit
    19  
    20  Usage:
    21    ethkit [command]
    22  
    23  Available Commands:
    24    abigen      generate contract client code from a truffle artifacts file
    25    artifacts   print the contract abi or bytecode from a truffle artifacts file
    26    help        Help about any command
    27    version     print the version number
    28    wallet      encrypted wallet creation+management
    29  
    30  Flags:
    31    -h, --help   help for ethkit
    32  
    33  Use "ethkit [command] --help" for more information about a command
    34  ```
    35