Biconomy Nexus
Smart EOAs (EIP-7702)
Chain Abstraction
Core Setup
Smart Sessions
- Introduction
- Signature Validators
- Policies
Advanced
Customize
- Smart Account Providers
- ERC-4337 Infra
Biconomy Nexus
To create a Nexus smart account:
const rhinestoneAccount = await createRhinestoneAccount({
account: {
type: 'nexus',
},
owners: {
type: 'ecdsa',
accounts: [account],
},
rhinestoneApiKey,
})