Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
stoobie authored Mar 14, 2024
1 parent b600e43 commit 47ae271
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
* Architecture
** Starknet architecture
*** xref:Network_Architecture/introduction.adoc[About Starknet architecture]
*** xref:Network_Architecture/introduction.adoc[Overview]
*** Blocks and transactions
**** xref:Network_Architecture/header.adoc[Block structure]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[id="starknet_architecture_introduction"]
[id="starknet_architecture_overview"]

= Starknet Architecture
= Starknet architecture: Overview

:description: "Starknet Architecture" provides an overview of the different components of Starknet, including Sequencers, Provers, and nodes. It explains the roles of each component and how they interact to create a highly scalable, efficient, and secure network. The chapter also debunks common misconceptions about the relationship between Sequencers and Provers and discusses the different methods for nodes to keep track of the network's state.
:description: "An overview of the different components of Starknet, including sequencers, provers, and nodes. Explains the roles of each component and how they interact to create a highly scalable, efficient, and secure network. Debunks common misconceptions about the relationship between sequencers and provers. Discusses the different methods for nodes to keep track of the network's state.
:keywords: Starknet, Starknet architecture, Sequencers, Provers, Nodes, Starknet roles, Starknet components, Starknet architecture overview, Starknet architecture introduction, Starknet architecture details, Starknet architecture explanation, Starknet architecture guide, Starknet architecture tutorial, Starknet architecture documentation, Starknet architecture manual, Starknet architecture reference, Starknet architecture handbook, Starknet architecture how-to, Starknet architecture introduction, Starknet architecture overview, Starknet architecture introduction, Starknet architecture details, Starknet architecture explanation, Starknet architecture guide, Starknet architecture tutorial, Starknet architecture documentation, Starknet architecture manual, Starknet architecture reference, Starknet architecture handbook, Starknet architecture how-to

Starknet is a coordinated system, with each component—Sequencers,
Expand All @@ -22,7 +22,7 @@ tags it as "ACCEPTED_ON_L2." The final step involves the Prover, which
executes the operating system on the new block, calculates its proof,
and submits it to the Layer 1 (L1) for verification.

image::architecture.png[Starknet Architecture,align="center",width="50%"]
image::transaction-flow.png[]

In essence, Starknet’s architecture involves multiple components:

Expand Down

0 comments on commit 47ae271

Please sign in to comment.