This is the frontend project of the ERC-4337 Landing Page, based on Next.js.
First, install dependencies.
npm install
# or
yarn install
Then, start local development.
npm run dev
# or
yarn dev
There you go. Check localhost:3000.
This is the frontend project of the ERC-4337 Landing Page, based on Next.js.
First, install dependencies.
npm install
# or
yarn install
Then, start local development.
npm run dev
# or
yarn dev
There you go. Check localhost:3000.