Set validator identity metadata (moniker, website, socials, etc.)
Usage
$ genlayer staking set-identity [options] [validator]
Arguments
[validator]
Options
| Short | Long | Description | Required | Default |
|---|---|---|---|---|
| --validator <address> | Validator wallet address (deprecated, use positional arg) | No | ||
| --moniker <name> | Validator display name | No | ||
| --logo-uri <uri> | Logo URI | No | ||
| --website <url> | Website URL | No | ||
| --description <text> | Description | No | ||
| --email <email> | Contact email | No | ||
| --twitter <handle> | Twitter handle | No | ||
| --telegram <handle> | Telegram handle | No | ||
| --github <handle> | GitHub handle | No | ||
| --extra-cid <cid> | Extra data as IPFS CID or hex bytes (0x...) | No | ||
| --account <name> | Account to use (must be validator operator) | No | ||
| --password <password> | Password to unlock account (skips interactive prompt) | No | ||
| --network <network> | Network to use (localnet, testnet-asimov) | No | ||
| --rpc <rpcUrl> | RPC URL for the network | No | ||
| -h | --help | display help for command | No |