External connectors
Onboard users using their existing wallets via MetaMask, Coinbase, or WalletConnect

Add customizable options to allow users to connect via other providers in the WalletKit Link modal. This is great for users who have existing wallets and don’t wish to use email or social logins.
WalletKitLinkProvider
accepts an externalConnectors
prop that can be used to inject buttons with customizable behavior.
WalletKitLinkProvider
accepts an externalConnectors
prop that can be used to inject buttons with customizable behavior.
wagmi comes with an existing set of connectors that can be easily added to the WalletKit Link modal.
Add connectors to wagmi
Add all the connectors you wish to support to your wagmi config.
Configure WalletKitLinkWagmiProvider
WalletKitWagmiProvider
accepts an externalConnectorIds
prop that can be used to filter and order which connectors should be displayed in the WalletKit Link modal.
For example, to support MetaMask, Coinbase, and Wallet Connect (in that order), use the following: