Modules
Unstoppable Domains Resolution
A module to add Unstoppable Domain resolution to web3-onboard.
Install
- Yarn
 - Npm
 
Standalone Setup
Build Environments
For build env configurations and setups please see the Build Env section here
Modules
A module to add Unstoppable Domain resolution to web3-onboard.
        yarn add @web3-onboard/unstoppable-resolution
              npm install @web3-onboard/unstoppable-resolution
              import Onboard from '@web3-onboard/core'
import unstoppableResolution from '@web3-onboard/unstoppable-resolution'
const onboard = Onboard({
  // ... other Onboard options
  unstoppableResolution
})
      For build env configurations and setups please see the Build Env section here