Skip to content

Usage

With Cshell fully configured (provider and wallet), it’s time to start using it to manage transactions or fetch on-chain data.

You can execute any transaction in Cshell using tx3. Cshell will call the TRP to resolve and submit the transaction.

Commands

The commands below are used to handle transactions and fetch on-chain data.

Transactions

You can manage transactions by using Cshell’s tx or transactions commands. To see which tx commands are available, run the following:

Terminal window
cshell tx --help

Use the --help flag with any command to view its available options.

Terminal window
cshell tx invoke --help

You can search by block or transactions using the commands search. To see which search commands are available, run the following

Terminal window
cshell search --help

Use the --help flag with any command to view its available options.

Terminal window
cshell search block --help