UNPKG

@subwallet-connect/react

Version:

A collection of React hooks for integrating Web3-Onboard in to React and Next.js projects. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported w

3 lines (2 loc) 241 B
export { useAccountCenter, useAppState, useConnectWallet, useNotifications, useSetChain, useSetLocale, useUpdateTheme, useWallets } from './hooks/index.js'; export { init, Web3OnboardProvider, Web3OnboardProviderProps } from './context.js';