dao-templates
dao-templates copied to clipboard
(Aragon 1) Monorepo for all Aragon made organization templates
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...
Hi! Would love some pointers here! Using node v14.0.0 and npm v8.3.1. I am trying to deploy the trust DAO template. ``` ubuntu@sorenserver:~/dao-templates/templates/trust$ npx hardhat run scripts/create.js npm does not...
Membership template hangs after I create a DAO. It gets stuck on the "Launching your organization" screen. I am new to the project so I am not sure how to...
Current architecture lacks documentation, we should add/improve documentation of: - Contracts inline documentation - Helpers - Deployment scripts - Shared components - Readme basic instructions (deploying templates, creating DAOs, publishing,...
It's becoming more common for templates to pull from multiple aragonPM registries (e.g. `aragonpm.eth` and `hatch.aragonpm.eth`). It would be nice to allow the user to specify the aragonPM instances they'd...
The `TemplatesDeployer` currently hardcodes four parameters as the constructor parameters to each template. We should loosen this to allow a user to describe their templates' own constructor parameters. For contracts...
The script currently registers each repo involved in the deployment process that was not already registered on the aragonPM registry by default. The particular line of code that does that:...
Run the tests against a client with the EVM under Istanbul consensus rules with an 8m gas limit to ensure that the templates will keep running as expected (everything that...
Use the `contract-helpers` [truffle package](https://github.com/aragon/contract-helpers/tree/master/packages/truffle) once release