An open API service indexing awesome lists of open source software.

https://github.com/ringecosystem/degov-ringdao


https://github.com/ringecosystem/degov-ringdao

Last synced: 5 months ago
JSON representation

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.