Find Frequently Asked Questions about Particle Connect.
How do I add a custom wallet to Particle Connect?
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?
Does Particle Connect include support for Bitcoin wallets through BTC Connect?
How do I use account abstraction with Particle Connect?
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.