DA0-DA0 / dao-dao-ui

InterChain DAO tooling UI.
https://daodao.zone
24 stars 17 forks source link

Secret Network Refactor #1788

Closed NoahSaso closed 2 weeks ago

NoahSaso commented 1 month ago

This refactors a bunch of stuff necessary to support Secret Network.

The main change is a new class-based client architecture that organizes DAOs, voting modules, and proposal modules and provides a common interface that can be implemented by different underlying DAO backends. The three types of DAOs the UI currently supports are our typical CosmWasm DAOs, Secret Network CosmWasm DAOs, and a chain's native x/gov governance system.