github.com/iotexproject/iotex-core@v1.14.1-rc1/tools/actioninjector.v2/README.md (about)

     1  # injector
     2  injector is a command-line interface for interacting with IoTeX blockchains.
     3  
     4  # Build
     5  `./buildcli.sh`
     6  
     7  After this command, target bin files will be placed in ./release/ folder, upload them to
     8  specific release so install-cli.sh can download them.
     9  
    10  # Intall
    11  ## Install released build
    12      curl --silent https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-injector.sh | sh
    13  
    14  ## Install latest build
    15      curl https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-injector.sh | sh -s "unstable"
    16  
    17  # Usage
    18      injector [command]
    19  
    20      Available Commands:
    21        help        Help about any command
    22        random      inject random actions
    23  
    24      Flags:
    25        -h, --help   help for injector
    26  
    27      Use "injector [command] --help" for more information about a command.