Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 706 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 706 Bytes

ZeroDev Capabilities Examples

Docs

Docs for ZeroDev capabilities can be found here.

Setup

Make sure to set the NEXT_PUBLIC_ZERODEV_PROJECT_ID variable in .env.local before running the examples. You can obtain the ZeroDev project ID from your dashboard.

Examples

  • Create a smart account with EOA or passkeys.
  • Send a user operation and mint a token.
  • All features in Create Account.
  • Create a session key for the smart account.
  • Send a user operation and mint a token with the session key.