Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Page “what-is-starknet” #1880

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions _data/pages/what-is-starknet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ hideToc: true
parent_page: /learn/
page_last_updated: true
blocks:
- type: page_header
title: "What is Starknet? "
- 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 @@ -61,6 +51,16 @@ 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? "
- 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