Skip to content

zerodevapp/capabilities-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.