TransferChain Docs
  • Introduction to TransferChain
    • Why TransferChain
    • Who is using TransferChain
    • About
  • Client & SDKs
    • Getting Started
      • Introduction to TransferChain SDKs
      • FAQ
    • Python
    • Go
    • Javascript
    • TransferChain SDK Standard
    • Prerequisites
  • CLI
    • About
    • Quickstart
    • Using TransferChain CLI
      • Initialize
      • Storage
      • Blockchain
    • Authentication and Access Credentials
    • Prerequisites
  • Core Concepts
    • Understanding TransferChain
    • Cryptography
      • Authentication & Authorization
      • Encryption
      • Elliptic-Curve
      • Address Generation
    • Blockchain
      • Decentralization
      • Architecture
    • gRPC
    • Data Distribution
    • Immutability
    • Data Redundancy
    • Multi Region Availability
    • Secure Messaging
    • Overview of TransferChain System Components
  • Management & Roles
    • TransferChain Management Portal
    • User Roles
  • Billing & Payment
    • Developer Plan
  • Resources
    • Blog
    • Support Center
    • Knowledge Base
    • Community
Powered by GitBook
On this page
  1. CLI
  2. Using TransferChain CLI

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.

PreviousUsing TransferChain CLINextStorage

Last updated 11 months ago