Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cowboy.inc/llms.txt

Use this file to discover all available pages before exploring further.

Synopsis

cowboy status [--rpc-url <url>]

Behavior

  1. Query the RPC endpoint for chain health and mempool state.
  2. Print current chain height, mempool size, sync state, and the current cycle / cell basefee.

Flags

FlagDefaultDescription
--rpc-urlAuto-discoveredRPC endpoint (key auto-discovery)

Example

$ cowboy status
Network: dev (https://rpc.mesa.cowboylabs.net)
  Chain height: 12_493
  Mempool: 3 pending
  Sync: in sync
  Basefee: 1 wei/cycle, 1 wei/cell

Edge Cases

  • Read-only command. Does not require a private key.
  • If the RPC endpoint is unreachable, prints a clear connection error.