Connect to Compass
This is a document to help you add support for Compass Wallet on your Sei EVM dApp
You can connect your dApp to users' Compass wallets by detecting Compass in their browsers and connecting to their accounts. Install Compass Wallet: https://chrome.google.com/webstore/detail/compass-wallet/anokgmphncpekkhclmingpimjmcooifb
The wallet uses the EIP-1193 provider spec, so as long as your wallet connector library allows you to inject a wallet, you should not face any issues.
Connect using RainbowKit
You can add an option for Connect with Compass using RainbowKit. You just have to import the compassWallet
wallet.
Connect using Wagmi
You can inject the compass provider using Wagmi.
Connect using web3-react
web3-react also has a way to inject a wallet, using that you can inject the compass provider.
We hope this information helps you integrate Compass into your Sei EVM dApp. If you have any questions or need further assistance, please don't hesitate to reach out to us at [email protected].
Compass Brand Kit: https://www.notion.so/leapwallet/Compass-Brand-Kit-03b6575eb0bd4114a6b1583b4b1e148d
Last updated