Skip to content

Commit

Permalink
add Milestone 3 for daos: daos based on ink
Browse files Browse the repository at this point in the history
  • Loading branch information
wetalice committed Nov 14, 2023
1 parent f5a7c3a commit be73493
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions applications/daos.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# daos

* **Team Name:** daos-org
* **Payment Address:** 0x08A7876db92b07057E12fAF29AA3CCF33b5aAe3D (USDT ERC20)
* **[Level](https://github.com/w3f/Grants-Program/tree/master#level_slider-levels):** 1
* **Payment Address:** 0x4cEB9d2FF10145D67a24BA814580Ce80b24c94d3 (USDT ERC20)
* **[Level](https://github.com/w3f/Grants-Program/tree/master#level_slider-levels):** 2

## Overview

Expand Down Expand Up @@ -139,6 +139,27 @@ We will continue to update, it makes sense, and both KICO and LISTEN are high-qu
|1. | Substrate Module: Emergency | When dao cannot run normally for some reason, such as wrong parameter settings, it can be adjusted through democracy and council |
|2. | DAO Template Development Manual | Provide a detailed development manual docs so that developers can quickly develop their own DAO templates based on daos |

### Milestone 3 - Smart Contract. (Reconstructed based on ink)

* **Estimated duration:** 2 month
* **FTE:** 3
* **Costs:** 8000 USD
*
| Number | Deliverable | Specification |
|-------:|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 0a. | License | APACHE2.0 |
| 0b. | Testing | Test the functions involved in daos and provide test code and manual testing. |
| 0c. | Docuemnt | How to deploy and use DAOS. |
| 1 | create-dao | Users can create their own DAO based on the DAO template provided by the developer. |
| 2 | agency | Similar to the function of the collective module, it can make some decisions for DAO more quickly. It can also decide what origin corresponds to each call. |
| 3 | doas | Execute voting results via doas. |
| 4 | square | The highest authority, everyone has the right to vote. |
| 5 | sudo | There is no supreme authority before decentralization. Proposals can be executed directly. |
| 6 | emergency | When the DAO fails to function properly for some reason, voting can be performed outside the DAO to restore it. |
| 7 | example | A code example using daos contract. |



## Future Plans

We will focus on getting more people to use this project than just LISTEN and KICO. A mature product should pay more attention to the sinking market and listen to differences
Expand Down

0 comments on commit be73493

Please sign in to comment.