Skip to content

Commit

Permalink
fix the task26'name add gitcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
liberhe committed Dec 8, 2021
1 parent fd03df5 commit 6468431
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ DAPP架构请参考文章--[从架构维度看Web2.0与Web3.0应用之别](https
23. [ERC865 & ERC875](basic/23-erc865-and-erc875/README.md)
24. [Upgradeable-contract](basic/24-upgradeable-contract/README.md)
25. [multi-sig-wallet](basic/25-multi-sig-wallet/readme.md)
26. [Quadratic vote](basic/26-quadratic-vote/README.md)
26. [Quadratic vote & Gitcoin](basic/26-quadratic-vote/README.md)
27. [Arbitrum layer2](basic/27-Arbitrum-layer2/README.md)
28. [Optimism layer2](basic/28-Optimism-layer2/readme.md)
29. [Polygon(matic) layer2](basic/29-Polygon(matic)-layer2/readme.md)
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

## 概念介绍
在公共领域的治理中,需要投票决定资金的使用,进而决定哪些项目获得优先的资助。例如,一个城市在修公园、修医院、修路等项目中分配预算,或一个由社区和机构共同资助的公链生态基金在钱包、开发者工具、文档编辑、黑客马拉松、社区播客、隐私协议等项目中分配预算。
投票通常有两种方式:“一人一票”和“一块钱一票”。
Expand Down
10 changes: 10 additions & 0 deletions basic/26-quadratic-vote&gitcoin/gitcoin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Gitcoin
## 概念介绍


## 参考资料

- [二次方投票和二次方资助](https://www.matataki.io/p/6113)
- [视频](https://www.bilibili.com/video/BV1Y5411w77b/)
- [gitcoin](https://gitcoin.co/blog/gitcoin-grants-quadratic-funding-for-the-world/)
- [gitcoin dao](https://gitcoin.notion.site/gitcoin/GitcoinDAO-22431fe7c9794d99986a028c23ce56b5)
File renamed without changes.
File renamed without changes.

0 comments on commit 6468431

Please sign in to comment.