For gasless transactions (EIP-7702), you'll also need a ZeroDev account to get a bundler RPC URL.
- Clone the repository and install dependencies:
pnpm install
- Copy the environment example file:
cd packages/doorway
cp .env.example .env
- Edit
.env
and fill in the required credentials:
NEXT_PUBLIC_SEPOLIA_RPC_URL=
NEXT_PUBLIC_ZERODEV_PROJECT_ID=
NEXT_PUBLIC_GOOGLE_CLIENT_ID=
- Start the development server:
cd packages/doorway
pnpm run dev
- Open http://localhost:3000 in your browser