Documentation
  • INTRODUCTION
    • What is ENS?
    • What is a dWebsite?
    • What is IPFS/IPNS?
    • What is eth.limo?
      • Gateway Basics
        • DNS over HTTPS
  • Beginner
    • How to register an ENS domain/name
    • Setting up a GitHub Repository
    • How To Install IPFS Locally
      • IPFS Desktop (Windows)
      • IPFS Desktop (Linux)
      • IPFS Desktop (Mac)
    • How to use IPFS/IPNS
      • Uploading to IPFS
        • Self-Hosting Instructions for IPFS and IPNS
        • Hosting using a pinning service
    • Setting Up Your ENS Name/Domain
      • Updating Your ENS Content Records
      • Content Hash Overview
        • Understanding Content Hashes, IPNS, and IPFS for ENS
        • Understanding IPFS Content Identifiers (CIDs)
  • IPFS Pinning Providers
    • Filebase
      • Using the Filebase Public IPFS Gateway
      • Filebase IPFS Pinning
  • STATIC SITE BUILDERS/TEMPLATES
    • -
  • Intermediate
    • Using eth.limo with IPFS (Kubo)
    • -
    • -
    • -
  • .ART Resolution
  • .gno Resolution
Powered by GitBook
On this page
  • .art Domain Resolution with eth.limo Gateway
  • Prerequisites
  • Configuration
  • Viewing Your dWebsite

.ART Resolution

The eth.limo gateway supports .art name resolution, allowing users to resolve and retrieve content hash records for .art domain names.

Previous-Next.gno Resolution

Last updated 10 months ago

.art Domain Resolution with eth.limo Gateway

Prerequisites

Before you begin, ensure the following:

  • Ownership: You must possess or control the .art domain NFT.

  • DNS Integration: DNS integration must be enabled and configured.

  • Content Hash: A valid content hash record must exist for the .art domain.

For detailed instructions or questions, please consult the .

Configuration

Setting up your .art domain for LIMO resolution is straightforward:

Step 1: Login to Your Registrar Control Panel

Access the control panel of the registrar where you enabled DNS integration for your .art domain.

Step 2: Identify Your Domain or Subdomain

Select the domain or subdomain you intend to configure.

Step 3: Configure A Records

Add the following A records to your domain(s) or subdomain(s):

3.140.119.203
18.219.255.217
3.135.72.151

Note: A DNS A record can contain multiple IP addresses. Configuration steps may vary between registrars, so refer to your provider’s documentation for specific instructions.

Step 4: Verify Configuration

Ensure your .art domain is correctly configured and that the record updates have propagated through the DNS network. Use the following command to check:

$ dig yourdomain.art +short

For example, checking limo.art should return:

3.140.119.203
18.219.255.217
3.135.72.151

The IP addresses returned should match those specified in Step 3. Once confirmed, your configuration is complete!

Viewing Your dWebsite

Navigate to your domain and watch as your decentralized website content is resolved from your content hash. Repeat the above steps for any additional subdomains you wish to use. Ensure all names have a valid resolver and content hash record. Alternatively, you can use CCIP integrations just like standard .eth domains.

By following these steps, you can easily configure and enjoy your .art domain with the eth.limo gateway, bringing your decentralized website to life. If you have any questions or need further assistance, refer to the .

official documentation
official documentation