Core
Chain Abstraction
Smart Sessions
- Overview
- Multi-Chain Sessions
- Signature Validators
- Policies
Customize
- Smart Account Providers
- ERC-4337 Infra
Smart Account Providers
Nexus
To create a Biconomy Nexus smart account:
Copy
Ask AI
const rhinestoneAccount = await createRhinestoneAccount({
account: {
type: 'nexus',
},
owners: {
type: 'ecdsa',
accounts: [account],
},
rhinestoneApiKey,
})
Assistant
Responses are generated using AI and may contain mistakes.