Hanzo
CLIValidator

Validator

4 `hanzo` commands for Validator, each calling one operation on api.hanzo.ai.

Package validators is one-click validator onboarding: prove your Genesis NFT, get a node provisioned, queue its registration.

4 commands · API reference →

CommandCallsWhat it does
hanzo validators get <tokenId>GET /v1/validator/{tokenId}Returns one claimed validator slot, scoped to the caller's org.
hanzo validators challengeGET /v1/validator/challengeIssues the single-use nonce and the exact message a wallet must sign to claim a validator slot.
hanzo validators listGET /v1/validatorReturns the validator slots the caller's org has claimed.
hanzo validators createPOST /v1/validatorClaims a validator slot and provisions its node, after proving the caller's wallet owns the slot's NFT.

How is this guide?