Skip to content

Commit 63793fa

Browse files
authored
Merge pull request #746 from liberhe/dev
fix the readme-en
2 parents 48585d8 + 07c6b9b commit 63793fa

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212

1313
We are designed for developers to step into blockchain DAPP development, where they can learn **DeFi, NFT, DAO, CRYPTO** projects. We hope we could not only give **junior developers** a feasible and easy-to-use blockchain **DAPP** learning roadmap, but also present **advanced developers** with a platform for communication and cooperation.
1414

15-
We, incubated from [dapp learning open source university](https://docs.qq.com/doc/DQ3hWeVVXQ3JPbXFS), are a decentralized learning group to study the mainstream DAPP projects together and share thoughts every week. The weekly sharing will be recorded and uploaded to [Youtube](https://www.youtube.com/c/DappLearning/videos).
15+
We are a decentralized learning group to study the mainstream DAPP projects together and share thoughts every week. The weekly sharing will be recorded and uploaded to [Youtube](https://www.youtube.com/c/DappLearning/videos).
1616

1717
We adhere to the concept of [open source university](https://docs.qq.com/doc/DQ3hWeVVXQ3JPbXFS) and follow DAO's governance. Currently, we are sponsored by [Ethereum foundation](https://esp.ethereum.foundation/en/), and accept grants in [gitcoin](https://gitcoin.co/grants/3414/dapp-learning-developer-group-1). All the funds will be awarded to whoever makes valuable contributions to us. Please follow us on Twitter [@Dapp_Learning](https://twitter.com/Dapp_Learning) or WeChat Official Account [Welcome to Dapp-Learning](https://mp.weixin.qq.com/s/79eRMtB_yz8G6H8_saCeLw) to keep track of our latest progress.
1818

1919
We need more builders to help make our community grow - contributors are welcomed from all backgrounds! Feel free to send us pull requests to set up new tutorials and improve our tutorial projects - just fix the minor typos are helpful to us 🤗.
2020

21-
Join our developer community by submitting PR or sharing at [dapp learning university](https://docs.qq.com/doc/DQ3hWeVVXQ3JPbXFS). Once you submit three PRs, you will be promoted to a pull request reviewer who could participate in our Dao's governance. For more **project management rules**, please see [how new members participate and project governance rules](https://github.com/Dapp-Learning-DAO/Dapp-Learning/blob/main/docs/dao.md). Welcome to join us if you share the same value.
21+
Join our developer community by submitting PR or sharing at [dapp learning university](https://docs.qq.com/doc/DQ3hWeVVXQ3JPbXFS). Once you submit three PRs, you will be promoted to a pull request reviewer who could participate in our Dao's governance. Join our [Discord](https://discord.gg/cRYNYXqPeR) if you want to communicate any technical issues with us.
22+
For more **project management rules**, please see [how new members participate and project governance rules](https://github.com/Dapp-Learning-DAO/Dapp-Learning/blob/main/docs/dao.md). Welcome to join us if you share the same value.
2223

2324
<details>
2425
<summary>Official links</summary>
@@ -67,10 +68,9 @@ Refer to [recommended development tools](./docs/develop-tools.md) to view the cu
6768

6869
**Recommended reading**
6970
We have collected a list of classic blockchain-related books to help developers know underlying philosophy behind blockchain.
70-
- *Sovereign Individuals*, Follow public account[Unknown Scripture](https://mp.weixin.qq.com/mp/homepage?__biz=MzU4NDQwMTc3MQ==&hid=7&sn=124258360d0a530008a41ea32e7c2bf2&scene=1&devicetype=android-29&version=28000b3b&lang=en&nettype=WIFI&ascene=7&session_us=gh_353f7f41a447&wx_header=1).
71-
- *The Austrian School of Thought* is recommended,[Hayek Life introduction](https://mp.weixin.qq.com/s/p1UZdt5BAQVJ3kl_CniwKQ).
71+
- *Sovereign Individuals*, Follow public account [Unknown Scripture](https://mp.weixin.qq.com/mp/homepage?__biz=MzU4NDQwMTc3MQ==&hid=7&sn=124258360d0a530008a41ea32e7c2bf2&scene=1&devicetype=android-29&version=28000b3b&lang=en&nettype=WIFI&ascene=7&session_us=gh_353f7f41a447&wx_header=1).
72+
- *The Austrian School of Thought* is recommended, [Hayek Life introduction](https://mp.weixin.qq.com/s/p1UZdt5BAQVJ3kl_CniwKQ).
7273
- Series articles [Austrian economics school of thought for blockchain enthusiasts](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU0ODk1MTE1MA==&action=getalbum&album_id=1986143111768489985&scene=173&from_msgid=2247484102&from_itemidx=1&count=3&nolastread=1#wechat_redirect)
73-
- *[Political Economy](https://www.marxists.org/subject/economy/index.htm)*
7474

7575
At the same time, feel free to keep expanding this [book list](./docs/books.md).
7676

@@ -269,7 +269,7 @@ Item list:
269269
- [Safety development practice of Solidity](https://github.com/slowmist/Knowledge-Base/blob/master/solidity-security-comprehensive-list-of-known-attack-vectors-and-common-anti-patterns-chinese.md)
270270
4. Integration of learning resources
271271
- [Awesome Blockchain Security](https://github.com/xxxeyJ/Awesome-Blockchain-Security)
272-
- [Immunefi 学习资源](https://immunefi.com/learn/)
272+
- [Immunefi ](https://immunefi.com/learn/)
273273

274274
## Cryptocurrency Jobs Websites
275275
Feel like a career in the crypto industry? The following websites fyi:

basic/22-zk-snarkjs/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,5 @@ npx snarkjs zkey export soliditycalldata public.json proof.json
144144
- 创建第一个零知识 snark 电路: https://learnblockchain.cn/article/1078
145145
- circom2 doc: https://docs.circom.io/circom-language/basic-operators/
146146
- snarkjs: https://github.com/iden3/snarkjs
147+
- 深入浅出零知识证明之zk-SNARKs: https://www.yuque.com/u428635/scg32w/edmn74
148+
- ZK Jargon Decoder: https://nmohnblatt.github.io/zk-jargon-decoder/foreword.html

crypto/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ zkevm架构:https://mp.weixin.qq.com/s/q-BmJfsRIqTa2zL93Rq0eg
1616
Scroll Tech: https://hackmd.io/@yezhang/S1sJ2cEWY
1717
0x parc: https://0xparc.org/blog/zk-learning-group
1818
https://blog.goodaudience.com/understanding-zero-knowledge-proofs-through-simple-examples-df673f796d99
19+
zkclub: https://www.youtube.com/playlist?list=PLj80z0cJm8QHm_9BdZ1BqcGbgE-BEn-3Y
20+
zkevm-specification: https://ethresear.ch/t/a-zk-evm-specification/11549
1921

2022
## 参考链接
2123
- zk workshop: https://www.zkhack.dev/

0 commit comments

Comments
 (0)