Beranames Docs
  • 🐻OVERVIEW
    • Introducing Beranames
    • Key Components
    • Get in Touch
  • 😎USING BERANAMES
    • Beranames Lifecycle
    • Registering a Beraname
    • Pricing
  • 🧠RESOLVERS
    • Forward Resolution
    • Reverse Resolution
    • Universal Resolver
    • Subdomains
  • Managing other addresses & Contract names
  • 🔨INTEGRATE
    • Contracts & Repositories
    • How to Mint
    • Configure Viem
    • Resolving
    • Listing Beranames on NFT Marketplaces
    • Use Beranames on Metamask
  • 📃RESOURCES
    • Audits
Powered by GitBook
On this page
  • BNS Registry
  • Resolvers
  • Registrars
  1. OVERVIEW

Key Components

BNS Registry

The registry is a single contract that provides a mapping from any registered name to the resolver responsible for it, and permits the owner of a name to set the resolver address, and to create subdomains, potentially with different owners to the parent domain.

Resolvers

Resolvers are responsible for performing resource lookups for a name.

Registrars

Registrars are responsible for allocating domain names to users of the system, and are the only entities capable of updating the BNS Registry.

PreviousIntroducing BeranamesNextGet in Touch

Last updated 5 months ago

🐻