@subwallet-connect/unstoppable-resolution
v1.0.8
Published
Adds Unstoppable Domain resolution for a wallet address, similar to ENS resolution
Downloads
11
Maintainers
Readme
@subwallet-connect/unstoppable-resolution
A module to add Unstoppable Domain resolution to web3-onboard.
Install
NPM
npm i @subwallet-connect/unstoppable-resolution
Yarn
yarn add @subwallet-connect/unstoppable-resolution
Standalone Setup
import Onboard from '@subwallet-connect/core'
import unstoppableResolution from '@subwallet-connect/unstoppable-resolution'
const onboard = Onboard({
// ... other Onboard options
unstoppableResolution
})