-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98b9111
commit a93918d
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
Stacks 基金会的技术负责人 Marvin Janssen 发布了一个基于 Stacks 的 DAO,ExecutorDAO。 ExecutorDAO 是用 Clarity 编写的,所有提案都通过智能合约执行。 它被设计成完全模块化和灵活的,最大限度地利用 Clarity。目前Alex实验室基金会已经宣布将用ExecutorDAO的框架执行Alex 协议的治理。 | ||
ExecutorDAO 的核心原则是: | ||
|
||
1. 提案是智能合约。 | ||
2. 核心执行通过扩展智能合约 | ||
3. 所有权控制通过发送上下文发生。 | ||
|
||
|
||
**功能和特征将包括:** | ||
|
||
EDE000: 治理代币 | ||
EDE001: 提案投票 | ||
EDE002: 提案提交 | ||
EDE003: 紧急提案 | ||
EDE004:紧急执行 | ||
EDE005:开发者资助 | ||
|
||
点击查看原代码仓库: | ||
|
||
https://github.com/MarvinJanssen/executor-dao#readme | ||
--- | ||
|