How do I add a custom wallet to Particle Connect?
How do I add a custom wallet to Particle Connect?
Answer: Particle Connect, out-of-the-box, supports MetaMask, WalletConnect, Phantom, Coinbase Wallet, OKX Wallet, Trust Wallet, and Bitget Wallet.Although, a custom wallet can be added given it supports application injection (the vast majority of extension-based wallets). To add an injected wallet to Particle Connect, you’ll need to place
injected
from @particle-network/connectkit
(for Web) within the connectorFns
object.An example of this has been included below.Do I need to use Particle Auth if I'm using Particle Connect?
Do I need to use Particle Auth if I'm using Particle Connect?
Answer: No, Particle Connect already integrates Particle Auth for social logins under the hood. If you’re using Particle Connect, there’s no need to install or configure any additional SDKs.
Get started with Particle Connect by following the Connect Quickstart Guide for a step-by-step tutorial.
Does Particle Connect include support for Bitcoin wallets through BTC Connect?
Does Particle Connect include support for Bitcoin wallets through BTC Connect?
Answer: No, Particle Connect does not natively support Bitcoin wallets. To integrate Bitcoin wallets, you’ll need to use BTC Connect. Currently, it’s not possible to include Bitcoin wallets within the Particle Connect modal, so this functionality must be handled separately.
For detailed instructions on integrating BTC Connect, visit the BTC Connect SDK documentation or explore the React app demo repository to see a demo application.
How do I use account abstraction with Particle Connect?
How do I use account abstraction with Particle Connect?
Answer: To enable account abstraction with Particle Connect, start by configuring the
aa
plugin through the ConnectKitProvider
.Once configured, you can use the useSmartAccount
hook within your application. This hook gives you access to an object to manage the smart account, streamlining tasks like sending transactions and signing messages.For detailed setup instructions, visit the Particle Connect SDK documentation.
Still need help?Open a ticket with Particle’s Developer Relations team through the dedicated Telegram support bot.