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