You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be a good idea to create a subgraph (or to modify the existing ones from aragon/connect) to get the info of the template used to create a DAO.
Creating a Template entity
id: The address of the template
address: Same as id, but in bytes format
ens: String with the template name like "company-template.aragonpm.eth" or "membership-template.aragonpm.eth"
organizations: List of organizations created with that template
Each DAO should have an attribute template of type Template, derived from the Template entity
The name of the DAO could be extracted as well using the _id input data of newTokenAndInstance
The text was updated successfully, but these errors were encountered:
I think it would be a good idea to create a subgraph (or to modify the existing ones from aragon/connect) to get the info of the template used to create a DAO.
Template
entityid
: The address of the templateaddress
: Same asid
, but in bytes formatens
: String with the template name like"company-template.aragonpm.eth"
or"membership-template.aragonpm.eth"
organizations
: List of organizations created with that templatetemplate
of typeTemplate
, derived from theTemplate
entityThe name of the DAO could be extracted as well using the
_id
input data ofnewTokenAndInstance
The text was updated successfully, but these errors were encountered: