Setting Up Offchain Resolver

The OffchainResolver was introduced by ENS to allow on-chain resolution of ENS domain and subdomain records that are stored off-chain. OffchainResolver is configured with the URL of the gateway application that has access to the records stored by this API. Clients such as MetaMask will get records from the gateway, and send them to OffchainResolver for verification and resolution.

Thus, in order to have your records records resolved setting up the resolver, as described below, will be required:

  1. Choose the ENS domain for which you are minting subnames

  2. Go to the resolver section of your name, under the More tab, for example: https://app.ens.domains/name.eth?tab=more

  3. Choose Edit in the Resolver section

  1. Select the Custom Resolver option

  2. Provide the resolver address, and click Update to proceed with the update transaction

Last updated