Documentation

CLI Reference

The cline tool is the primary command-line interface for interacting with the Inery network.

Common Commands

Chain Commands

  • cline get info: Get current blockchain information.
  • cline get block <num>: Get details of a specific block.
  • cline get account <name>: Get account details.

Wallet Commands

  • cline wallet list: List open wallets.
  • cline wallet keys: List keys in unlocked wallets.

Transaction Commands

  • cline push action <contract> <action> <data>: Push an action to a contract.