Skip to content

Commit

Permalink
fix typo in translation
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingAng committed Apr 24, 2024
1 parent dd1458c commit 67b405d
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 22 deletions.
15 changes: 10 additions & 5 deletions Languages/en/01_L2/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ tags:
- zksync
---

# WTF zkSync minimalist introduction: 1. Layer 2 basics
# WTF zkSync: 1. Layer 2 basics

This series of tutorials helps developers get started with zkSync development.
Twitter: [@0xAA_Science](https://twitter.com/0xAA_Science)|[@WTFAcademy\_](https://twitter.com/WTFAcademy_) Community: [Discord](https://discord.gg/ 5 akcru academy) All codes and tutorials are open source on github: [github.com/WTFAcademy/WTF-zkSync](https://github.com/WTFAcademy/WTF-zkSync)
This series of tutorials aim to onboard developers to zkSync ecosystem.

Twitter: [@0xAA_Science](https://twitter.com/0xAA_Science)|[@WTFAcademy_](https://twitter.com/WTFAcademy_)

Community: [Discord](https://discord.gg/5akcruXrsk)|[WeChat Group](https://docs.google.com/forms/d/e/1FAIpQLSe4KGT8Sh6sJ7hedQRuIYirOoZK_85miz3dw7vA1-YjodgJ-A/viewform?usp=sf_link) |[Official website wtf.academy](https://wtf.academy)

All codes and tutorials are open source on github: [github.com/WTFAcademy/WTF-zkSync](https://github.com/WTFAcademy/WTF-zkSync)

---

Expand Down Expand Up @@ -92,7 +97,7 @@ ZK-Rollup is a Layer 2 expansion solution based on zero-knowledge proof. It adop
- Plausibility: If the assertion is false, then the cheating prover cannot convince the verifier of the assertion. That is: what is false cannot be true.
- Zero-knowledge: The interaction of the protocol only reveals whether the assertion is correct or not, without revealing any other information.

**What are the applications of zero-knowledge proofs? **
**What are the applications of zero-knowledge proofs?**

- Substantiate claims regarding private data
- Prove that someone's account balance is more than 100 million without exposing the account balance. For example, the previous FTX thunderstorm sounded the alarm for users. Exchanges can prove to users that their reserves are sufficient through zero-knowledge proof.
Expand Down Expand Up @@ -128,7 +133,7 @@ In Vitalik's blog post, he divides zkEVM into several types. Among them, Type 1

![](./img/1-3.png)

**Theoretically, Ethereum does not need to standardize on a single zkEVM implementation for L1; different clients can use different proofs, so we continue to benefit from code redundancy. **— Vitalik Buterin
**Theoretically, Ethereum does not need to standardize on a single zkEVM implementation for L1; different clients can use different proofs, so we continue to benefit from code redundancy.** — Vitalik Buterin

![](./img/1-4.png)

Expand Down
12 changes: 7 additions & 5 deletions Languages/en/02_zkSync/readme.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
---
title: 2. zkSync basics
title: 2. zkSync Basics
tags:
- zksync
---

# WTF zkSync minimalist introduction: 2. zkSync basics
# WTF zkSync: 2. zkSync Basics

This series of tutorials helps developers get started with zkSync development.
This series of tutorials aim to onboard developers to zkSync ecosystem.

Twitter: [@0xAA_Science](https://twitter.com/0xAA_Science)[@WTFAcademy\_](https://twitter.com/WTFAcademy_)
Twitter: [@0xAA_Science](https://twitter.com/0xAA_Science)[@WTFAcademy_](https://twitter.com/WTFAcademy_)

Community: [Discord](https://discord.gg/5akcruXrsk)[WeChat Group](https://docs.google.com/forms/d/e/1FAIpQLSe4KGT8Sh6sJ7hedQRuIYirOoZK_85miz3dw7vA1-YjodgJ-A/viewform?usp=sf_link) |[Official website wtf.academy](https://wtf.academy) All codes and tutorials are open source on github: [github.com/WTFAcademy/WTF-zkSync](https://github.com/WTFAcademy/WTF-zkSync)
Community: [Discord](https://discord.gg/5akcruXrsk)[WeChat Group](https://docs.google.com/forms/d/e/1FAIpQLSe4KGT8Sh6sJ7hedQRuIYirOoZK_85miz3dw7vA1-YjodgJ-A/viewform?usp=sf_link) |[Official website wtf.academy](https://wtf.academy)

All codes and tutorials are open source on github: [github.com/WTFAcademy/WTF-zkSync](https://github.com/WTFAcademy/WTF-zkSync)

---

Expand Down
12 changes: 11 additions & 1 deletion Languages/en/03_AA/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ tags:
- AA
---

# WTF zkSync minimalist introduction: 3. Account abstraction (AA)
# WTF zkSync: 3. Account abstraction (AA)

This series of tutorials aim to onboard developers to zkSync ecosystem.

Twitter: [@0xAA_Science](https://twitter.com/0xAA_Science)[@WTFAcademy_](https://twitter.com/WTFAcademy_)

Community: [Discord](https://discord.gg/5akcruXrsk)[WeChat Group](https://docs.google.com/forms/d/e/1FAIpQLSe4KGT8Sh6sJ7hedQRuIYirOoZK_85miz3dw7vA1-YjodgJ-A/viewform?usp=sf_link) |[Official website wtf.academy](https://wtf.academy)

All codes and tutorials are open source on github: [github.com/WTFAcademy/WTF-zkSync](https://github.com/WTFAcademy/WTF-zkSync)

---

In this lecture, we will delve into the account abstraction (AA) feature implemented in zkSync.

Expand Down
11 changes: 8 additions & 3 deletions Languages/en/04_Toolings/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ tags:
- zksync-cli
---

# WTF zkSync minimalist introduction: 4. Development tools
# WTF zkSync: 4. Development tools

This series of tutorials helps developers get started with zkSync development.
Twitter: [@0xAA_Science](https://twitter.com/0xAA_Science)[@WTFAcademy\_](https://twitter.com/WTFAcademy_) Community: [Discord](https://discord.gg/ 5 akcru academy) All codes and tutorials are open source on github: [github.com/WTFAcademy/WTF-zkSync](https://github.com/WTFAcademy/WTF-zkSync)
This series of tutorials aim to onboard developers to zkSync ecosystem.

Twitter: [@0xAA_Science](https://twitter.com/0xAA_Science)[@WTFAcademy_](https://twitter.com/WTFAcademy_)

Community: [Discord](https://discord.gg/5akcruXrsk)[WeChat Group](https://docs.google.com/forms/d/e/1FAIpQLSe4KGT8Sh6sJ7hedQRuIYirOoZK_85miz3dw7vA1-YjodgJ-A/viewform?usp=sf_link) |[Official website wtf.academy](https://wtf.academy)

All codes and tutorials are open source on github: [github.com/WTFAcademy/WTF-zkSync](https://github.com/WTFAcademy/WTF-zkSync)

---

Expand Down
6 changes: 3 additions & 3 deletions Languages/en/05_Developing/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ tags:
- hardhat
---

# WTF Minimal introduction to zkSync: 5. Contract development
# WTF zkSync: 5. Contract development

This series of tutorials helps developers get started with zkSync development.
This series of tutorials aim to onboard developers to zkSync ecosystem.

Twitter: [@0xAA_Science](https://twitter.com/0xAA_Science)[@WTFAcademy_](https://twitter.com/WTFAcademy_)

Community: [Discord](https://discord.gg/5akcruXrsk)[WeChat Group](https://docs.google.com/forms/d/e/1FAIpQLSe4KGT8Sh6sJ7hedQRuIYirOoZK_85miz3dw7vA1-YjodgJ-A/viewform?usp=sf_link) |[Official website wtf.academy](https://wtf.academy)

All codes and tutorials are open source on github: [github.com/WTFAcademy/WTF-zkSync](https://github.com/WTFAcademy/WTF-zkSync)
All codes and tutorials are open source on github: [github.com/WTFAcademy/WTF-zkSync](https://github.com/WTFAcademy/WTF-zkSync)

---

Expand Down
12 changes: 8 additions & 4 deletions Languages/en/06_Testing/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 6. Contract Testing
title: 6. Testing
tags:
- ethereum
- layer 2
Expand All @@ -10,13 +10,17 @@ tags:
- hardhat
---

# WTF zkSync minimalist introduction: 6. Contract testing
# WTF zkSync: 6. Testing

This series of tutorials helps developers get started with zkSync development.
Twitter: [@0xAA_Science](https://twitter.com/0xAA_Science)[@WTFAcademy\_](https://twitter.com/WTFAcademy_) Community: [Discord](https://discord.gg/ 5 akcru academy) All codes and tutorials are open source on github: [github.com/WTFAcademy/WTF-zkSync](https://github.com/WTFAcademy/WTF-zkSync)
This series of tutorials aim to onboard developers to zkSync ecosystem.

Twitter: [@0xAA_Science](https://twitter.com/0xAA_Science)[@WTFAcademy_](https://twitter.com/WTFAcademy_)

Community: [Discord](https://discord.gg/5akcruXrsk)[WeChat Group](https://docs.google.com/forms/d/e/1FAIpQLSe4KGT8Sh6sJ7hedQRuIYirOoZK_85miz3dw7vA1-YjodgJ-A/viewform?usp=sf_link) |[Official website wtf.academy](https://wtf.academy) All codes and tutorials are open source on github: [github.com/WTFAcademy/WTF-zkSync](https://github.com/WTFAcademy/WTF-zkSync)

---


When developing a zkSync contract, writing test programs is a key step in verifying the correctness of the contract logic. This tutorial will walk you through how to write tests in zkSync.

## Preparation
Expand Down
22 changes: 21 additions & 1 deletion Languages/en/07_DAPP/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
#zkSync Dapp Development Tutorial
---
title: 7. Dapp
tags:
- ethereum
- layer 2
- rollup
- zk
- zksync
- testing
- hardhat
---

# WTF zkSync: 7. Dapp

This series of tutorials aim to onboard developers to zkSync ecosystem.

Twitter: [@0xAA_Science](https://twitter.com/0xAA_Science)[@WTFAcademy_](https://twitter.com/WTFAcademy_)

Community: [Discord](https://discord.gg/5akcruXrsk)[WeChat Group](https://docs.google.com/forms/d/e/1FAIpQLSe4KGT8Sh6sJ7hedQRuIYirOoZK_85miz3dw7vA1-YjodgJ-A/viewform?usp=sf_link) |[Official website wtf.academy](https://wtf.academy) All codes and tutorials are open source on github: [github.com/WTFAcademy/WTF-zkSync](https://github.com/WTFAcademy/WTF-zkSync)

---

In this tutorial we will complete:

Expand Down

0 comments on commit 67b405d

Please sign in to comment.