Initialize

Before you can use Transferchain CLI, you need to initialize the client.

Initialize the Client

tccli init

Client Initialization Process

  1. Enter ApiToken: Enter your API token.

  2. Enter ApiSecret: Enter your API secret.

  3. Enter UserID: Enter your User ID.

  4. Do you want the default gRPC server address? [y/n]: Type 'y' to use the default gRPC server address (default is 'y').

  5. Do you want to add a read node? [y/n]: Type 'y' to add a read node (default is 'y').

  6. Do you want mnemonics? [y/n]: Type 'y' to create a new cloud and receive new mnemonics. If you want to restore an existing cloud, type 'n' and enter your mnemonics separated by spaces.

Last updated