From 7176de1d580a48d947bbf98042c94d559cde6469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Parrino?= Date: Tue, 18 Feb 2025 09:20:44 -0300 Subject: [PATCH] Update dao.md --- docs/2.build/5.primitives/dao.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/2.build/5.primitives/dao.md b/docs/2.build/5.primitives/dao.md index 33653b8e7e..b681083ead 100644 --- a/docs/2.build/5.primitives/dao.md +++ b/docs/2.build/5.primitives/dao.md @@ -32,11 +32,11 @@ import SmartContractCreateDAO from "@site/src/components/docs/primitives/dao/sma import SmartContractCreateProposal from "@site/src/components/docs/primitives/dao/smart-contract/create-proposal.md" import SmartContractVoteForProposal from "@site/src/components/docs/primitives/dao/smart-contract/vote-for-proposal.md" -Decentralized Autonomous Organizations (DAOs) are self-organized groups that form around common purposes. Membership, decision making, and funding are coordinated by publicly voting on proposals through a smart contract. +Decentralized Autonomous Organizations (DAOs) are self-organized groups that form around common purposes. Membership, decision-making, and funding are coordinated by publicly voting on proposals through a smart contract. ![dao](/docs/primitives/dao.png) -In contrast with [FT](ft.md) and [NFT](nft.md), DAO contract's are not standardized. Because of this, in this page we will use as +In contrast with [FT](ft.md) and [NFT](nft.md), DAO contract's are not standardized. Because of this, on this page we will use as reference the [Astra dao](https://dev.near.org/astraplusplus.ndctools.near/widget/home?page=daos) [contract](https://github.com/near-daos/sputnik-dao-contract). The main concepts covered here should easily generalizable to other DAO implementations. @@ -164,5 +164,5 @@ These snippet will enable your users to cast a vote for proposal of a particular ## Additional Resources -1. [AstroDAO UI](https://astrodao.com/) - the web app built on top of the Sputnik DAO Contract. Allows users to create and manage DAOs. -2. [List of DAOs as a NEAR component](https://dev.near.org/onboarder.near/widget/DAOSocialSearch) \ No newline at end of file +1. [NEAR Treasury](https://neartreasury.com/) - a Treasury management web app built on top of the Sputnik DAO Contract. Allows users to create and manage treasury funds with ease. +2. [List of DAOs as a NEAR component](https://dev.near.org/onboarder.near/widget/DAOSocialSearch)