Basic Commands

Master the essential ZK-RAICHAN CLI commands.

Command Structure

All commands follow this pattern:

$ command [subcommand] [parameters] [options]

Essential Commands

help - Display Available Commands

$ help

Available Commands:
━━━━━━━━━━━━━━━━━━━━━━━━━
  balance         - Check wallet balances
  shield <amt>    - Shield tokens to private
  unshield <amt>  - Unshield to public
  transfer <to> <amt> - Private transfer
  mixer <amt>     - Use privacy mixer
  bridge <amt> <chain> - Cross-chain bridge
  tx [limit]      - View transactions
  stats           - Privacy analytics
  clear           - Clear terminal
  exit            - Exit dashboard

Type 'help <command>' for detailed info

balance - Check Your Balances

Syntax:

Output:

shield - Shield Tokens to Private

Syntax:

Examples:

unshield - Unshield to Public

Syntax:

Examples:

transfer - Private Transfer

Syntax:

Examples:

mixer - Use Privacy Mixer

Syntax:

Examples:

bridge - Cross-Chain Bridge

Syntax:

Examples:

tx - View Transactions

Syntax:

Examples:

stats - Privacy Analytics

Syntax:

Output:

clear - Clear Terminal

Syntax:

Clears the terminal screen.

exit - Exit Dashboard

Syntax:

Exits the CLI dashboard and returns to landing page.

Command Options

Many commands support additional options:

Error Handling

Insufficient Balance

Invalid Address

Network Error

Tips & Tricks

1. Command Aliases

Create shortcuts for common operations:

2. Batch Operations

Chain multiple commands:

3. Command History

Navigate previous commands:

  • ↑ (Up): Previous command

  • ↓ (Down): Next command

4. Copy-Paste Support

Copy addresses and hashes:

Next Steps


Previous: CLI Dashboard Overview | Next: Shielding Tokens

Last updated