Join as a delegator by staking with a validator
Usage
$ genlayer staking delegator-join [options] [validator]
Arguments
[validator]
Options
| Short | Long | Description | Required | Default |
|---|---|---|---|---|
| --validator <address> | Validator address to delegate to (deprecated, use positional arg) | No | ||
| --amount <amount> | Amount to stake (in wei or with 'eth'/'gen' suffix) | No | ||
| --account <name> | Account to use | 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 | ||
| --staking-address <address> | Staking contract address (overrides chain config) | No | ||
| -h | --help | display help for command | No |