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:
cshell tx --help
Use the --help
flag with any command to view its available options.
cshell tx invoke --help
Search
You can search by block or transactions using the commands search. To see which search commands are available, run the following
cshell search --help
Use the --help
flag with any command to view its available options.
cshell search block --help