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