Skip to content

cpurta/aragon-apps

 
 

Repository files navigation

Aragon Apps Travis branch Coveralls branch

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.

Coming soon apps

The following apps are still under development, not ready for production deployment yet:

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.

About

Core apps for Aragon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.6%
  • Solidity 40.8%
  • Other 0.6%