Using the Casper CLI Client
This section explains how to interact with a Casper network using the Casper command-line client written in Rust.
| Topic | Description |
|---|---|
| Transferring Tokens | Transferring tokens from one account to another using the Casper command-line client |
| Delegating tokens | Delegating tokens to a validator on a Casper network |
| Undelegating Tokens with the Casper Client | Undelegating tokens from a validator on a Casper network |
| Sending Deploys to a Network | Sending Deploys to a Casper network using the Rust CLI Client |
| Installing Smart Contracts | Steps to install a contract on a Casper network |
| Verifying contracts using the Casper Client | How to use Smart Contract Verification Service |
| Querying Global State | How to query global state after contract installation |
| Calling Smart Contracts with the Rust Client | Various ways to call a contract's entry-points |
| Execution Error Codes | Error codes for smart contract execution |