diff --git a/components/Starknet/modules/architecture_and_concepts/nav.adoc b/components/Starknet/modules/architecture_and_concepts/nav.adoc index a5f93e5c59..b9be9d5972 100644 --- a/components/Starknet/modules/architecture_and_concepts/nav.adoc +++ b/components/Starknet/modules/architecture_and_concepts/nav.adoc @@ -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] diff --git a/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/introduction.adoc b/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/introduction.adoc index e0e8e75093..94aaedf5ab 100644 --- a/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/introduction.adoc +++ b/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/introduction.adoc @@ -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, @@ -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: