简体   繁体   English

如何创建基于 ERC 721 的 DAO?

[英]How are ERC 721 based DAO created?

I am trying to create a NFT DAO, ERC 721 based after ERC 721 vote feature came in recently.我正在尝试创建一个基于 ERC 721 投票功能最近出现的 NFT DAO,ERC 721。 Tally is the only tool allowing for that. Tally 是唯一允许这样做的工具。 But I wanted to try and experience traditional DAO creation first.但我想先尝试体验一下传统的 DAO 创作。

So I have been trying my hands on to create a DAO.所以我一直在尝试创建一个 DAO。 I know about the basics, I know what a DAO is and how it works.我了解基础知识,我知道 DAO 是什么以及它是如何工作的。 I have read about all the tools that help in building it from snapshot to Aragon, Daostack, zodiac and others.我已经阅读了所有有助于构建它的工具,从快照到 Aragon、Daostack、zodiac 等。 I have also gone through DAO Masters我也考过DAO Masters

What I didn't understand is, how do people join the DAO.我不明白的是,人们如何加入 DAO。

I mean, I created a DAO over rinkeby network using Aragon, I was the only participant at first, now how will any other address join the DAO?我的意思是,我使用 Aragon 在 rinkeby 网络上创建了一个 DAO,一开始我是唯一的参与者,现在其他地址将如何加入 DAO? I created a token inside the DAO itself but what next?我在 DAO 内部创建了一个令牌,但接下来呢? Similar steps are for daohaus.类似的步骤适用于 daohaus。

I tried looking for tutorials but I couldn't find an end to end one.我尝试寻找教程,但找不到端到端的教程。 There is a flood of articles that tell about how there are tools for DAO creation but the next steps are no where to be found.有大量文章讲述了如何创建 DAO 的工具,但找不到后续步骤。

Intuitively, This is how I thought DAO creation tools work before trying them.直观地说,这就是我在尝试使用 DAO 创建工具之前的想法。

DAO Name, Symbol, Address, Details (proposals, voting, cooldown etc). DAO 名称、符号、地址、详细信息(提案、投票、冷却时间等)。 DAO Governance Token details (if ERC20, then details like total supply and price etc.) Initial addresses (members) of DAO and their Shares/Token allocation. DAO 治理代币详细信息(如果是 ERC20,则为总供应量和价格等详细信息) DAO 的初始地址(成员)及其股份/代币分配。 Option to buy tokens (with a limit enforced) to become a part of the DAO.选择购买代币(有限制)成为 DAO 的一部分。 The money from the token purchase is now part of the treasury.代币购买的钱现在是国库的一部分。 Next steps are pursued like proposals and voting.接下来的步骤就像提案和投票一样。 My aim is to create a NFT DAO, where each NFT = 1 Vote and the NFT is an ERC 721 token.我的目标是创建一个 NFT DAO,其中每个 NFT = 1 Vote,并且 NFT 是一个 ERC 721 代币。 A limit on how many tokens can be owned by a single wallet.单个钱包可以拥有多少代币的限制。 Purchase/Mint of the NFT makes them a member of the DAO and the amount used to purchase/mint comes to the DAO treasury. NFT 的购买/铸币使他们成为 DAO 的成员,用于购买/铸币的金额进入 DAO 国库。 The number of ERC 721 tokens and their price is still under discussion but it'll most likely be 40-50k. ERC 721 代币的数量及其价格仍在讨论中,但很可能是 40-50k。 I have also weighed the options and came to the conclusion that I want to use ERC 721 and not ERC 20.我也权衡了这些选项,得出的结论是我想使用 ERC 721 而不是 ERC 20。

Any help regarding this will be helpful (help ~ pointing towards resources, tutorials, whitepaper, articles, an explanation or pointing out what a fool I am and how I should have read/watched/understood/referred to a previous question, topic, documentation (which I must have missed unintentionally.))任何与此相关的帮助都会有所帮助(帮助〜指向资源、教程、白皮书、文章、解释或指出我是个傻瓜以及我应该如何阅读/观看/理解/参考以前的问题、主题、文档(我一定是无意中错过的。))

Note : I want to create everything over Ethereum Blockchain.注意:我想在以太坊区块链上创建一切。

Am also facing some of that problems right now, Maybe this post aims to help you create an NFT project that is DAO-ready right from day 1. We'll walk through the steps to create an on-chain DAO where 1 NFT = 1 vote.我现在也面临着一些这样的问题,也许这篇文章旨在帮助你创建一个从第一天开始就支持 DAO 的 NFT 项目。我们将逐步完成创建一个链上 DAO 的步骤,其中 1 NFT = 1投票。 You'll need a working knowledge of the Solidity build environment.您需要了解 Solidity 构建环境的工作知识。

https://medium.com/tally-blog/how-to-create-an-nft-dao-47669a9e4e3a https://medium.com/tally-blog/how-to-create-an-nft-dao-47669a9e4e3a

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM