Skip to content

Latest commit

 

History

History
 
 

unstoppable-resolution

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@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
})