Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@web3-onboard/unstoppable-resolution

blocknative16MIT2.1.1TypeScript support: included

Adds Unstoppable Domain resolution for a wallet address, similar to ENS resolution

Unstoppable Domain, Ethereum, Polygon

readme

@web3-onboard/unstoppable-resolution

A module to add Unstoppable Domain resolution to web3-onboard.

Install

NPM npm i @web3-onboard/unstoppable-resolution

Yarn yarn add @web3-onboard/unstoppable-resolution

Standalone Setup

import Onboard from '@web3-onboard/core'
import unstoppableResolution from '@web3-onboard/unstoppable-resolution'

const onboard = Onboard({
  // ... other Onboard options
  unstoppableResolution
})