Skip to main content
To create a Safe7579 smart account:
const rhinestoneAccount = await rhinestone.createAccount({
  account: {
    type: 'safe',
  },
  owners: {
    type: 'ecdsa',
    accounts: [account],
  },
})
I