1. Modules
  2. Unstoppable Domains Resolution

Modules

Unstoppable Domains Resolution

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

Install

Standalone Setup

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

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

      

Build Environments

For build env configurations and setups please see the Build Env section here