Skip to content

Commit

Permalink
Update intro-to-zkevm.md (#129)
Browse files Browse the repository at this point in the history
I changed a grammatical error which is:

In the sentence "These succinct proof can then be posted and verified on Ethereum Layer 1," I changed "proof" to "proofs" for grammatical accuracy.
  • Loading branch information
0xbasar authored Dec 12, 2023
1 parent 4d02e57 commit b2124ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/technology/zkevm/intro-to-zkevm.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ whatsnext: { "zkEVM Overview": "/technology/zkevm/zkevm-overview" }

ZK rollups are widely recognized as the ideal scaling solution for Ethereum. They inherit the strong security of Ethereum Layer 1 and offer the fastest transaction finality compared to other Layer 2 solutions.

The basic idea of a ZK rollup is to execute transactions off-chain and to generate succinct proofs of the execution’s validity. These succinct proof can then be posted and verified on Ethereum Layer 1. ZK rollups improve scalability since verifying the proof for a batch of transactions is much cheaper than re-executing the batch of transactions.
The basic idea of a ZK rollup is to execute transactions off-chain and to generate succinct proofs of the execution’s validity. These succinct proofs can then be posted and verified on Ethereum Layer 1. ZK rollups improve scalability since verifying the proof for a batch of transactions is much cheaper than re-executing the batch of transactions.

ZK rollups can be categorized into application-specific and general-purpose rollups, based on the types of transactions they support. Application-specific ZK rollups are designed for particular transaction sets, such as payments and swaps, or a player’s action set for an on-chain game. In these cases, rollups only need to generate proofs attesting to the correctness of the supported primitives, such as valid state transitions for game players.

Expand Down

0 comments on commit b2124ca

Please sign in to comment.