Install Transactd Utilities

This document consists of the installation of Transactd Utilities.

Download Utilities binaries

You can download the pre-built Utilities binary such as Linux, Windows. For the another platform you can build from the source code.

How to build from source code, Please refer to the Transactd build guide for Windows or Transactd build guide for Unix.

Install Utilities

Installing on Windows

  1. Open transactd-client-uty-win-[platform]-[version].zip from explorer.
  2. Select the root folder transactd-client-uty-win-[platform]-[version] and copy to a folder of your choice.
  3. Run the "install.cmd" in the transactd-client-uty-win-[platform]-[version] folder. This command adds "transactd-client-uty-win-[platform]-[version]\bin" folder to the system environment variables "PATH".

Installing on Linux

  1. Move to the directory where downloaded tar.gz file is.

    cd [TargetFolder]
    
  2. Extract the tar.gz file and move into it.

    tar zxf transactd-client-uty-linux-x86_64-[version].tar.gz
    cd transactd-client-uty-linux-x86_64-[version]
    
  3. Run the install script.

    ./install_client.sh
    

Installation of Transactd Utilities is finished now.