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 →
| Command | Calls | What it does |
|---|---|---|
hanzo validators get <tokenId> | GET /v1/validator/{tokenId} | Returns one claimed validator slot, scoped to the caller's org. |
hanzo validators challenge | GET /v1/validator/challenge | Issues the single-use nonce and the exact message a wallet must sign to claim a validator slot. |
hanzo validators list | GET /v1/validator | Returns the validator slots the caller's org has claimed. |
hanzo validators create | POST /v1/validator | Claims a validator slot and provisions its node, after proving the caller's wallet owns the slot's NFT. |
How is this guide?