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