The Wallet Modal provides users with multiple wallet connection options in a polished interface.
WalletModal
offers users multiple wallet connection options. The modal automatically appears when users click the ConnectWallet
component and provides several connection paths:
Configure the OnchainKitProvider with modal settings:
Use the ConnectWallet component in your UI:
<OnchainKitProvider />
- Configures the modal settings and appearance<ConnectWallet />
- Triggers the modal to open when clicked<WalletModal />
- The modal interface itself, containing:
supportedWallets
object in the OnchainKitProvider
:
supportedWallets
configuration is provided, the additional wallets will be disabled by default.