From 84d96e06a855df726cc99582706721cb3a956294 Mon Sep 17 00:00:00 2001 From: AmalyStark <129071621+AmalyStark@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:57:56 +0200 Subject: [PATCH] =?UTF-8?q?Update=20Page=20=E2=80=9Cwhat-is-starknet?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/pages/what-is-starknet.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/_data/pages/what-is-starknet.yml b/_data/pages/what-is-starknet.yml index 88aaf5ddb8..a2a6a0bb3d 100644 --- a/_data/pages/what-is-starknet.yml +++ b/_data/pages/what-is-starknet.yml @@ -9,10 +9,8 @@ blocks: title: "What is Starknet? " - type: markdown body: >- - ## Introduction - - - Starknet is a Validity Rollup Layer 2. It provides high throughput, low gas costs, and retains Ethereum Layer 1 levels of security + Starknet is a Validity Rollup Layer 2. It provides high throughput, low + gas costs, and retains Ethereum Layer 1 levels of security Given a sudoku puzzle, verifying a solution is easier than solving from scratch. If our goal is to convince people of the statement “this puzzle has been solved”, we can save a lot of computation by having one person compute a solution and then propagate it for others to verify. In this strategy, each computation of a solution becomes a one-time event which does not require replication by society. In a similar vein, Starknet scales Ethereum by replacing heavy L1 computation with lighter (hence cheaper!) L1 verification using STARK proofs computed off-chain.