Skip to content

PaintSwap/speedchecker-frontend

Repository files navigation

Web3 Speed Checker

Compare the finality of different EVM networks

Development

Prerequisites:

  • Node 18

Run development server:

Copy .env.sample to .env.local and add wallet connect project ID

yarn install
yarn dev

Build:

yarn build
yarn start

Open http://localhost:3000 with your browser to see the result.