DA0-DA0 / dao-contracts

CosmWasm smart contracts for Interchain DAOs.
https://docs.daodao.zone
BSD 3-Clause "New" or "Revised" License
202 stars 133 forks source link

Automatically set DAOstar URI on creation #734

Closed JakeHartnell closed 5 months ago

JakeHartnell commented 10 months ago

DAOstar is an open standard for DAO metadata: https://daostar.org/

While we currently support it, many DAOstar URIs are not configured as this has to be done as a separate TX. To fix this, let's set the DAOstar URI to a default when the DAO is created.

JakeHartnell commented 5 months ago

On second thought, this is probably a frontend issue.