Skip to content

Commit

Permalink
ci: correct gh links for plugins, change colors for diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
banasa44 committed May 31, 2024
1 parent c77ab54 commit a3ea937
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
7 changes: 3 additions & 4 deletions docs/advanced/plugin/governance-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ More complex systems using more than one governance plugin are possible with Ara

Aragon offers several pre-developed governance plugins that you can use without needing to write your own:

- [A token-voting plugin](https://github.com/aragon/osx/tree/develop/packages/contracts/src/plugins/governance/majority-voting/token): Results are based on what the majority votes and the vote's weight is determined by how many tokens an account holds. Ex: Alice has 10 tokens, Bob 2, and Alice votes yes, the yes wins.
- [Multisig plugin](https://github.com/aragon/osx/tree/develop/packages/contracts/src/plugins/governance/multisig): A determined set of addresses is able to approve. Once `x` amount of addresses approve (as determined by the plugin settings), then the proposal automatically succeeds.
- [Admin plugin](https://github.com/aragon/osx/tree/develop/packages/contracts/src/plugins/governance/admin): One address can create and immediately execute proposals on the DAO (full control).
- [Addresslist plugin](https://github.com/aragon/osx/tree/develop/packages/contracts/src/plugins/governance/majority-voting/addresslist): Majority-based voting, where list of addresses are able to vote in decision-making for the organization. Unlike a multisig, everybody here is expected to vote yes/no/abstain within a certain time frame.
- [A token-voting plugin](https://github.com/aragon/token-voting-plugin): Results are based on what the majority votes and the vote's weight is determined by how many tokens an account holds. Ex: Alice has 10 tokens, Bob 2, and Alice votes yes, the yes wins.
- [Multisig plugin](https://github.com/aragon/multisig-plugin): A determined set of addresses is able to approve. Once `x` amount of addresses approve (as determined by the plugin settings), then the proposal automatically succeeds.
- [Admin plugin](https://github.com/aragon/admin-plugin): One address can create and immediately execute proposals on the DAO (full control).
28 changes: 14 additions & 14 deletions static/img/framework/aragon-os-plugin-framework.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3ea937

Please sign in to comment.