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