DeGov.AI is an open-source, on-chain governance platform built for DAOs in the Ethereum ecosystem. This repository provides a Docker Compose configuration for launching a DeGov instance—the simplest way to set up your own governance platform.
-
Customize your DAO configuration
The degov.yml file is critical for configuring your DeGov. It defines your DAO's name, logo, governance parameters, and contract addresses for interaction. Follow the commented instructions to customize your governance parameters.
-
Prepare your environment variables
Copy .env.sample to
.env
and follow the instructions to update your environment variables. -
Run
docker compose up -d
to start the DeGov instance and verify all services are running. -
Visit http://localhost:3002 to access your DAO's DeGov interface. Note that it may take some time to sync blockchain data.