Register Domain
ordnet_domain_registerRegister a new SNS/OPNS domain on the blockchain, creating and broadcasting a domain registration inscription. Supports multiple extensions and protocols.
Instructions
Register a new SNS/OPNS domain on the blockchain.
Creates and broadcasts a domain registration inscription.
Args:
name (string): Domain name without extension
extension (string): Domain extension (default: .sats)
protocol (string): Registration protocol: sns or opns (default: sns)
feePerByte (number): Fee per byte (default: 0.2)
Returns: { txid, inscriptionId, domain }
Requires: Wallet must be initialized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Domain name to register (without extension) | |
| protocol | No | Registration protocol: sns or opns (default: sns) | sns |
| extension | No | Domain extension (default: .sats) | .sats |
| feePerByte | No | Fee per byte in satoshis |