This repository contains the following apps:
- Vault: Securely owns and manages tokens on behalf of a DAO.
- Finance: Send payments and manage expenses with budgeting.
- Voting: Create votes that execute actions on behalf of token holders.
- Token Manager: Manages organization tokens.
You can read more about the individual apps in their specifications on the Aragon Wiki.
The following apps are still under development, not ready for production deployment yet:
- Payroll: Manages employees' payrolls.
- Fundraising: Manages fundraising campaings.
npm install
This installs global package dependencies and also bootstraps lerna packages.
Running tests on all apps can be done running npm run test
at the root directory. Running tests of an individual app can be done by running npm run test
inside the app directory.
By default tests are run in a in-memory instance of testrpc.