dao-templates
dao-templates copied to clipboard
(Aragon 1) Monorepo for all Aragon made organization templates
Trying to run npm run deploy:devnet i am getting the following error : `Error: Cannot find module '@aragon/templates-shared/truffle.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18)...
With a Token Wrapper instance (so projects can use their existing ERC20s) and an Agent instance. Marketing claim: "Meet your new onlyOwner"
There might be a problem when checking for multi-component parameters such as `votingSettings` in templates like company: https://github.com/aragon/dao-templates/blob/master/templates/company/contracts/CompanyTemplate.sol#L197 I believe that Web3 is always setting the length to 3 and...
needed for local testing of DAO templates that use non-aragon apps, which have to be deployed on the open.aragonpm.eth registry rather than aragonpm.eth fixes https://github.com/aragon/dao-templates/issues/140 cc @sohkai
Although we don't need it in our own templates, most other users of the helpers package will be first publishing their apps onto `open.aragonpm.eth` and therefore need to have their...
Add tests for the different modules provided in `shared` like the deployer, helpers, libs, etc
Current templates are tested with a `geth` node, mainly used by the CI, using an Aragon's `geth-devnet` docker [image](https://hub.docker.com/r/aragon/geth-devnet). Tests are run relying on a previous step that basically waits...