UNPKG

idquia

Version:

Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul

24 lines (16 loc) 471 B
# @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 ```typescript import Onboard from '@web3-onboard/core' import unstoppableResolution from '@web3-onboard/unstoppable-resolution' const onboard = Onboard({ // ... other Onboard options unstoppableResolution }) ```