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