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

Last updated