Skip to content

Aragon core team developed Aragon apps (smart contracts + webapps)

License

Notifications You must be signed in to change notification settings

buypolarbear/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

Aragon core team developed Aragon apps (smart contracts + webapps)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 66.1%
  • Solidity 33.2%
  • Other 0.7%