OpenR&D

The Tasks contract is the heart of the OpenR&D project. It contains all the functionality related to creating and updating tasks. It also stores all the task information and can be used standalone.

The Escrow contract is used by the Tasks contract to store funds. Every task has its own escrow contract which will contain the budget of the task. Do not send funds to this contract directly, but instead, use the Tasks contract to increase the budget.

The Task Drafts contract is an Aragon OSx plugin. This means it can be installed into any Aragon OSx DAO. The plugin itself provides the functionality to allow anyone to create a proposal to create a certain task. This proposal will need to be approved by the governance structure of the DAO before the task is created.

Last updated