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

Blockchain

Interact with the Transferchain blockchain.

Start Blockchain Listening

To start listening to the blockchain, use:

tccli start

When the tccli start command is used, it listens to the blockchain and synchronizes itself when running on multiple machines. This ensures more consistent operation and makes it easier to handle scaling and high traffic.

Stop Blockchain Listening

To stop listening to the blockchain, use:

tccli stop
PreviousStorageNextAuthentication and Access Credentials

Last updated 11 months ago