register_ens_name
Register an ENS name on Ethereum by providing the name, registration duration, and private key. Optionally set the owner address and primary reverse record.
Instructions
Register a new ENS name via ETH Registrar Controller (requires commit-reveal process)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ENS name to register (without .eth suffix) | |
| duration | Yes | Registration duration in seconds (1 year = 31536000) | |
| privateKey | Yes | Private key for registration | |
| ownerAddress | No | Address to set as owner (defaults to sender) | |
| setReverseRecord | No | Set as primary name for owner |