🌎Domains
Register and find your domain
Calculate fees
You can calculate the fees for your domain with:
Approve fees
To register a domain you need to first approve the fees with:
Register a Domain
Minting a domain involves registering a new domain in the Meta Names system. You can also specify a parent domain during the registration. Here's how you can use the register
function to achieve this:
Register a new domain without a parent:
Register a new domain with a parent domain:
Replace 'randomName'
, 'recipientAddress'
, and 'parentDomainName'
with actual values.
Finding Domain Information
You can use the find
function to retrieve information about a specific domain:
Replace 'domainName'
with the domain name you want to find information for.
Last updated