Skip to content

transeptorlabs/landing-page

 
 

Repository files navigation

ERC 4337 landing page

This is the frontend project of the ERC-4337 Landing Page, based on Next.js.

Development

First, install dependencies.

npm install
# or
yarn install

Then, start local development.

npm run dev
# or
yarn dev

There you go. Check localhost:3000.

Deployment

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.3%
  • JavaScript 3.3%
  • CSS 2.4%