diff --git a/README.md b/README.md index bb8e78986..add777045 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ This monorepo contains the following apps: - **[Vault](apps/vault)**: Securely owns and manages tokens on behalf of a DAO. - **[Voting](apps/voting)**: Create votes that execute actions on behalf of token holders. - **[Disputable Voting](apps/voting-disputable)**: Create disputable votes that execute actions on behalf of token holders. +- **[Open Enterprise Apps](https://github.com/AutarkLabs/open-enterprise)**: + - [Allocations](apps/allocations): Create proposals for financial allocation. + - [Address books](apps/address-book): Map Ethereum address to human-readable names. + - [Projects](apps/projects): Allocate funding to Github issues. + - [Dot Voting](apps/dot-voting): Cast votes for Allocation or Issue Curation proposals. + - [Rewards](apps/rewards): Distribute payments to token holders. Each of the individual apps come with a frontend that is intended to be installed and used through the [Aragon client](http://github.com/aragon/aragon).