Skip to content

zerodevapp/intent-dynamic-example

Repository files navigation

ZeroDev Kernel 3.1 to 3.2 Migration & Intent Client Example

This repository demonstrates how to migrate from ZeroDev Kernel 3.1 to 3.2 and create an intent client using the ZeroDev SDK. It provides a practical example of using the new intent system for account abstraction.

Features

  • Migration guide from Kernel 3.1 to 3.2 and create intentClient

Prerequisites

  • Node.js 18+ or Bun
  • A ZeroDev project ID
  • Basic understanding of account abstraction and intents

Getting Started

  1. Clone the repository:
cd intent-dynamic-example
  1. Install dependencies:
npm install
# or
yarn install
# or
bun install
  1. Create a .env.local file based on .env.example and add your ZeroDev project ID:
NEXT_PUBLIC_ZERODEV_PROJECT_ID=your_project_id
  1. Run the development server:
npm run dev
# or
yarn dev
# or
bun dev
  1. Open http://localhost:3000 to see the example application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published