Skip to content

Commit

Permalink
Update Page “what-is-starknet”
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBailaAndrade committed Dec 21, 2023
1 parent 49d6d06 commit 9d7b7dd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions _data/pages/what-is-starknet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@ hideToc: true
parent_page: /learn/
page_last_updated: true
blocks:
- type: page_header
title: "What is Starknet? "
description: Something
- type: markdown
body: >
Starknet is a Validity-Rollup (aka ZK-Rollup) Layer 2 network that
operates on top of Ethereum, enabling dApps to massively scale without
compromising on security.
It achieves this by bundling transactions into an off-chain computed STARK proof. This proof is then submitted to Ethereum as a single transaction, resulting in significantly higher throughput, faster processing times, and much lower costs, all while retaining the robust security of the Ethereum settlement layer.
- type: video_section
scaling-eth:
title: How Starknet Scales Ethereum
Expand Down Expand Up @@ -62,6 +51,17 @@ blocks:
The Core contract verifies the proof's authenticity and confirms receiving the State Diff, subsequently updating the Starknet state on the Ethereum blockchain. This updated state is then added to an Ethereum block, distributed across the node network for validation and voting. When the block accumulates sufficient votes, it achieves "finalized" status, cementing its place as an immutable part of Ethereum.
title: Secure Settlement on Ethereum
description: Chapter 4 explains how to secure settlement on Ethereum
- type: page_header
title: "What is Starknet? "
description: Something
- type: markdown
body: >
Starknet is a Validity-Rollup (aka ZK-Rollup) Layer 2 network that
operates on top of Ethereum, enabling dApps to massively scale without
compromising on security.
It achieves this by bundling transactions into an off-chain computed STARK proof. This proof is then submitted to Ethereum as a single transaction, resulting in significantly higher throughput, faster processing times, and much lower costs, all while retaining the robust security of the Ethereum settlement layer.
- type: link_list
heading: Further reading
listSize: lg
Expand Down

0 comments on commit 9d7b7dd

Please sign in to comment.