File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 18
18
19
19
本项目跟[ Rebase大学] ( https://docs.qq.com/doc/DS0hYTUJiUVlqVXVQ ) 深度结合,成立学习小组进行任务分工然后一起研究主流dapp项目,每周进行技术分享,输出成果会作为视频上传B站的[ Rebase账号] ( https://space.bilibili.com/382886213 ) 。
20
20
21
- 项目秉持 [ 开源大学] ( https://github.com/rebase-network/Rebase-University ) 的理念,会以DAO治理形式管理此开源项目。本项目受[ 以太坊基金会] ( https://esp.ethereum.foundation/en/ ) 赞助,我们会将资金奖励给项目的优秀贡献者。欢迎关注我们的推特 [ Dapp-Learning twitter] ( https://twitter.com/Dapp_Learning ) 和 [ discord] ( https://discord.gg/Z7zARtYu ) 。
21
+ 项目秉持 [ 开源大学] ( https://github.com/rebase-network/Rebase-University ) 的理念,会以DAO治理形式管理此开源项目。本项目受[ 以太坊基金会] ( https://esp.ethereum.foundation/en/ ) 赞助,我们会将资金奖励给项目的优秀贡献者。欢迎关注我们的推特 [ Dapp-Learning twitter] ( https://twitter.com/Dapp_Learning ) 和 [ discord] ( https://discord.gg/7GegSB2A ) 。
22
22
项目由来可以阅读Rebase公众号文章[ 《Dapp-Learning 欢迎您的加入》] ( https://mp.weixin.qq.com/s/79eRMtB_yz8G6H8_saCeLw ) 。
23
23
24
- 此项目仍在开发中,适合各阶段的开发者加入,欢迎提 PR 来创建更多的教程项目或完善已有的教程项目🤗。项目交流可加入我们的[ discord] ( https://discord.gg/Z7zARtYu ) 。提交一次PR或者安排一次分享 (https://docs.qq.com/doc/DQ3hWeVVXQ3JPbXFS)即可加入我们开发者群,贡献三次高质量PR即可成为PR审核者,并参与决议项目走向。**项目管理细则**请参看[新人如何参与以及项目治理规则 ] ( ./docs/dao.md ) ,欢迎理念相同的小伙伴加入。
24
+ 此项目仍在开发中,适合各阶段的开发者加入,欢迎提 PR 来创建更多的教程项目或完善已有的教程项目🤗。项目交流可加入我们的[ discord] ( https://discord.gg/Z7zARtYu ) 。提交一次PR或者安排 [ 一次分享 ] ( https://docs.qq.com/doc/DQ3hWeVVXQ3JPbXFS ) 即可加入我们开发者群,贡献三次高质量PR即可成为PR审核者,并参与决议项目走向。** 项目管理细则** 请参看[ 新人如何参与以及项目治理规则] ( ./docs/dao.md ) ,欢迎理念相同的小伙伴加入。
25
25
26
26
27
27
@@ -166,8 +166,8 @@ DAPP架构请参考文章--[从架构维度看Web2.0与Web3.0应用之别](https
166
166
[ How to DeFi: Advanced ] ( https://nigdaemon.gitbook.io/how-to-defi-advanced-zhogn-wen-b/ )
167
167
01 . [ UniswapV2] ( defi/Uniswap-V2/readme.md ) ✅
168
168
02 . [ UniswapV3] ( defi/Uniswap-V3/readme.md ) ✅
169
- 03 . [ Compound] ( defi/Compound/readme.md ) ⌛
170
- 04 . [ Aave] ( https://docs.aave.com/portal/ ) ⌛
169
+ 03 . [ Compound] ( defi/Compound/readme.md ) ✅
170
+ 04 . [ Aave] ( https://docs.aave.com/portal/ ) ✅
171
171
05 . [ SNX] ( https://github.com/Synthetixio ) [ 👉 认领这个 Task] ( https://github.com/rebase-network/Dapp-Learning/issues/new )
172
172
06 . [ Curve] ( defi/Curve/README.md ) ⌛
173
173
07 . [ 0x-protocol] ( defi/0x-protocal/README.md ) [ 👉 认领这个 Task] ( https://github.com/rebase-network/Dapp-Learning/issues/new )
Original file line number Diff line number Diff line change @@ -53,4 +53,5 @@ hardhat run --network kovan scripts/deploy.js
53
53
- https://medium.com/dapphub/introducing-ds-math-an-innovative-safe-math-library-d58bc88313da
54
54
- aave official doc: https://docs.aave.com/developers/the-core-protocol/protocol-overview#main-contracts
55
55
- aave polygon graph: https://thegraph.com/legacy-explorer/subgraph/aave/aave-v2-matic
56
- - scaffold chanllenge https://medium.com/@austin_48503/%EF%B8%8Fethereum-dev-speed-run-bd72bcba6a4c
56
+ - scaffold chanllenge https://medium.com/@austin_48503/%EF%B8%8Fethereum-dev-speed-run-bd72bcba6a4c
57
+ - scaffold-eth task: https://speedrunethereum.com/
Original file line number Diff line number Diff line change 1
1
中文 / [ English] ( https://github.com/rebase-network/Dapp-Learning/blob/main/docs/dao-en.md )
2
2
3
3
## 如何参与
4
- - 欢迎加入我们discord: https://discord.gg/Z7zARtYu
4
+ - 欢迎加入我们discord: https://discord.gg/7GegSB2A
5
5
- 提交一次PR 或 安排贡献一次技术分享即可加入开发群,然后添加Maintainer微信yanyanho126申请入群。
6
6
- [提交PR文字教程](https://github.com/BNineCoding/Dapp-Learning/blob/main/docs/Create_DApp-Learning_PR_Tutorial.md)
7
7
- [提交PR视频教程](https://www.bilibili.com/video/BV1Bq4y1r7dx?spm_id_from=333.999.0.0)
You can’t perform that action at this time.
0 commit comments