/aragon-apps

Core apps for Aragon

Primary LanguageJavaScriptOtherNOASSERTION

Aragon Core Apps

Travis Coveralls

This monorepo contains the core applications that are bundled with Aragon by default.

Apps

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.

Developing

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.