Custom connectors
Custom connectors, such as social logins, WalletConnect QR, Coinbasewallet, etc., can be integrated into your Modal. A simple example of how to incorporate them for Wagmi or Ethers library.
If you already have Wagmi integrated into your application or would like more control over Wagmi’s configuration, you can integrate AppKit on top of it.
Adding custom connectors like WalletConnect and Coinbase is optional.
By default, EIP-6963 and WC connectors are provided out of the box.
Check our React Wagmi demo in Github
If you already have Wagmi integrated into your application or would like more control over Wagmi’s configuration, you can integrate AppKit on top of it.
Adding custom connectors like WalletConnect and Coinbase is optional.
By default, EIP-6963 and WC connectors are provided out of the box.
Check our React Wagmi demo in Github
Check our React ethers demo in Github
Add custom wallet adapters for Solana wallets by first installing the wallet adapter package and then including the adapters in the wallets array. You can find a more Solana wallet adapters here.
Was this page helpful?