https://github.com/ringecosystem/degov-ringdao
https://github.com/ringecosystem/degov-ringdao
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ringecosystem/degov-ringdao
- Owner: ringecosystem
- Created: 2025-03-20T09:43:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T09:45:19.000Z (about 1 year ago)
- Last Synced: 2025-03-20T10:35:12.626Z (about 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeGov Launcher
[DeGov.AI](https://github.com/ringecosystem/degov) 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.
## Getting Started
1. Customize your DAO configuration
The [degov.yml](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.
2. Prepare your environment variables
Copy [.env.sample](.env.sample) to `.env` and follow the instructions to update your environment variables.
3. Run `docker compose up -d` to start the DeGov instance and verify all services are running.
4. Visit http://localhost:3002 to access your DAO's DeGov interface. Note that it may take some time to sync blockchain data.