Skip to content

ScopeLift/cove-frontend

Repository files navigation

Cove Frontend

This repo contains the frontend for Cove, a robust smart contract verification tool for EVM chains. The backend can be found in the ScopeLift/cove-backend repo.

Development

To run the server locally:

pnpm install
pnpm dev

To use your own API endpoint, run cp .env.template .env.local and update the NEXT_PUBLIC_COVE_API_URL.