Launch CLI

1. Download the Hedera Transaction Tools CLI

Download the CLI tool from the hedera-transaction-tools-demo GitHub repository from the release section.

2. Go to the tools-cli folder

  • Unzip the CLI by double-clicking on the .zip file

  • Open your terminal or favorite IDE

  • cd to the tools-cli folder

3. Make the ./launch.sh script executable

chmod +x launch.sh

To view the list of commands, enter the following:

bash launch.sh

Last updated