Hedera Transaction Tool Demo
v0.2.0
v0.2.0
  • Overview
  • Configuration
  • Installation
  • Keys
    • Generate a key
    • Change key name
    • Export your public key
    • Import keys
    • Add public keys
    • Recovery your keys
    • View your recovery phrase
  • Accounts
    • Add an account
    • Change account name
    • Import accounts
  • Create Transactions
    • Create an account
    • Update an account
    • Transfer hbar
    • File contents update
    • Admin remove content
    • Admin restore content
    • Create transactions from an existing transaction
  • Sign Transactions
    • Individual transactions
    • Multiple (batch) transactions
  • Forgot Your Password
  • Settings
  • Software Update
  • CLI Commands
    • Launch CLI
    • Change key formats
    • Get account info
    • Collate transactions
    • Submit transactions
Powered by GitBook
On this page
  • 1. Download the Hedera Transaction Tools CLI
  • 2. Go to the tools-cli folder
  • 3. Make the ./launch.sh script executable

Was this helpful?

  1. CLI Commands

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

PreviousCLI CommandsNextChange key formats

Last updated 3 years ago

Was this helpful?