DAO 创建过程

一、DAO创建步骤

  1. Alice creates a DAO account.

  2. Alice builds a package with the DAOTemplate. The module address should be the DAO account address.

  3. Alice submit an upgrade plan for DAOAccount.

  4. Alice deploys the package to DAOAccount and initiates the DAO.

二、DAO创建界面草图

第一步:创建DAO Account

 

第二步:配置DAO模版

 

第三步:提交升级计划

 

第四步:部署DAO

三、DAO创建示例代码

https://github.com/starcoinorg/starcoin-framework/pull/167/files

 

四、参考资料

https://github.com/starcoinorg/starcoin-framework/issues/159 《DAO创建流程讨论》