Custom connectors
In AppKit, a ‘connector’ is the bridge between your app and a user’s wallet. This page shows how to add custom connectors beyond the default ones, allowing your users to connect with additional wallet types and authentication methods.
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 Next.js 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 Next.js Wagmi demo in Github