dao-templates
dao-templates copied to clipboard
Creating subgraph
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 asid
, 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 typeTemplate
, derived from theTemplate
entity
The name of the DAO could be extracted as well using the _id
input data of newTokenAndInstance