Hedera Transaction Tool Demo
v0.10.0
v0.10.0
  • Overview
  • Configuration
  • Installation
  • Keys
    • Generate a key
    • Import keys
    • Add public keys
    • Change your key name
    • Change your key password
    • Export your public key
    • Recovery your keys
    • Forgot your key password
    • View your recovery phrase
    • Change your recovery phrase password
    • Forgot your recovery phrase password
  • Accounts
    • Add an account
    • Change account name
    • Import accounts
    • Add new account
    • Add account network
    • Get account balance
    • Get account info
  • 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
    • Software update
  • Sign Transactions
    • Individual transactions
    • Multiple (batch) transactions
  • History
  • Settings
  • Software Update
  • CLI Commands
    • Launch CLI
    • Change key formats
    • Get account info
    • Collate transactions
    • Submit transactions
Powered by GitBook
On this page

Was this helpful?

Overview

This software is designed for use solely by the Hedera Council and staff. The software is being released as open-source as example code only, and is not intended or suitable for use in its current form by anyone other than members of the Hedera Council and Hedera personnel. If you are not a Hedera Council member or staff member, use of this application or of the code in its current form is not recommended and is at your own risk.

The Hedera Transaction Tool demo application enables council members to sign transactions on the Hedera network. There are two components to the demo application, the UI and CLI.

The UI component includes the following features:

  • Create a new account transaction

  • Create an account update transaction

  • Create a transfer transaction

  • Create a file update transaction

  • Create admin-level transactions

  • Create freeze transactions

  • Sign individual transactions

  • Sign a group of transactions

  • Import Hedera accounts

  • Import private and public keys

  • Generate keys

  • Perform software updates

  • Get account info

  • Get account balance

The CLI component includes the following features:

  • Get account infos

  • Collate transaction and signature files

  • Submit collated transactions to a Hedera network

NextConfiguration

Last updated 3 years ago

Was this helpful?