Skip to content

infinitescroll/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 how the individual apps work in the Aragon user guide.

Coming soon apps

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

  • Payroll: Manages employees' payrolls.

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.

Issues

If you come across an issue with Aragon Core, do a search in the Issues tab of this repo and the Aragon Core Issues to make sure it hasn't been reported before. Follow these steps to help us prevent duplicate issues and unnecessary notifications going to the many people watching this repo:

  • If the issue you found has been reported and is still open, and the details match your issue, give a "thumbs up" to the relevant posts in the issue thread to signal that you have the same issue. No further action is required on your part.
  • If the issue you found has been reported and is still open, but the issue is missing some details, you can add a comment to the issue thread describing the additional details.
  • If the issue you found has been reported but has been closed, you can comment on the closed issue thread and ask to have the issue reopened because you are still experiencing the issue. Alternatively, you can open a new issue, reference the closed issue by number or link, and state that you are still experiencing the issue. Provide any additional details in your post so we can better understand the issue and how to fix it.

About

Aragon apps developed by Aragon Core Devs (smart contracts + webapps)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.7%
  • Solidity 21.0%
  • Other 0.3%