Bring your identity to the OP collective and signup to get funded via RetroPGF.
Shepherded by the fine folks of Agora.
This is a monorepo managed with pnpm workspaces. The repository contains the following packages:
app/- The main OP-Atlas Next.js web application
Each package has its own README with detailed setup and development instructions.
-
Install pnpm if you haven't already:
npm install -g pnpm
-
Install dependencies:
pnpm install
-
Set up environment variables:
- Copy
.env.exampleto.envin theappdirectory - Fill in required environment variables
- Copy
-
Start the development server:
cd app pnpm devOR
pnpm --filter op-atlas dev
- Revoke citizenship attestation by wallet address
pnpm revoke:citizenship 0x123...456The app will be available at http://localhost:3000.