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?

Configuration

PreviousOverviewNextInstallation

Last updated 3 years ago

Was this helpful?

Application Directories

You will need to create an application configuration directory prior to setting up the demo application. The directory can be a local directory or a shared directory like MS OneDrive. Create a top-level directory that contains two subdirectories. The two subdirectories are required to be named InputFiles and OutputFiles. The OutputFiles directory contains a subdirectory that is required to have an email address as the name.

Example:

Directory

Description

Hedera Transactions

Top-level directory that contains subdirectories the application reads and writes data to.

InputFiles

The directory the application reads files from. This includes transactions (.tx), account information (.info), public key (.pub), CSV (.csv) and software update (.pkg) files. The account info file name must not include dashes ex. test-1.info. These are displayed on the 'Home' screen as new tasks.

OutputFiles

The application writes to this directory that is specific to the user.

example@gmail.com

Transactions the user signs with the application are stored here.