Documentation Index
Fetch the complete documentation index at: https://developers.particle.network/llms.txt
Use this file to discover all available pages before exploring further.
Using Particle’s Mobile AA SDKs
The Particle Mobile AA SDKs bring account abstraction to native mobile apps. They handle:- Smart account deployment and assignment
UserOperationconstruction and sending- Session keys
- Integration with paymasters and bundlers
BICONOMY, CYBERCONNECT, SIMPLE, LIGHT, etc.).
Supported Platforms
| Platform | Package |
|---|---|
| Android | network.particle:aa-service (Kotlin) |
| iOS | ParticleAA (via CocoaPods) |
| Flutter | particle_aa (Dart) |
| React Native | @particle-network/rn-aa (JavaScript) |
| Unity | Unity AA Module |
Setup Flow
- Integrate either Particle Connect or Particle Auth (required as the authentication layer).
- Install the AA SDK for your platform.
- Initialize the AA service with your chosen smart account type.
- Options:
BICONOMY_V2CYBERCONNECTSIMPLELIGHTCOINBASE
- Options:
Initialization Examples
Android (Kotlin)
Learn More Select your platform for the full SDK reference:
