Skip to content

zerodevapp/zerodev-signer-demo

Repository files navigation

ZeroDev Signer Demo

Prerequisites

For gasless transactions (EIP-7702), you'll also need a ZeroDev account to get a bundler RPC URL.

Installation

  1. Clone the repository and install dependencies:
pnpm install

Environment Configuration

  1. Copy the environment example file:
cd packages/doorway
cp .env.example .env
  1. Edit .env and fill in the required credentials:
NEXT_PUBLIC_SEPOLIA_RPC_URL=
NEXT_PUBLIC_ZERODEV_PROJECT_ID=
NEXT_PUBLIC_GOOGLE_CLIENT_ID=

Running the Application

  1. Start the development server:
cd packages/doorway
pnpm run dev
  1. Open http://localhost:3000 in your browser

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages