StarkGov is a governance platform built for the Starknet ecosystem. It provides a clean interface for Starknet governance, integrates with Snapshot X, and is designed to evolve into a platform where communities can easily create and manage their own DAOs.
This repository hosts the MVP / PoC implementation of the StarkGov frontend.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.