-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #326 from 0xPolygonMiden/dominik_docs_iterate_over…
…view Docs: iterate over overview section
- Loading branch information
Showing
4 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
# Overview | ||
Polygon Miden, a ZK-optimized rollup with client-side proving, will complement Polygon’s set of zero-knowledge solutions aiming to become the internet's value layer. | ||
This documentation presents detailed guides on: | ||
|
||
Unlike many other rollups, Polygon Miden prioritizes ZK-friendliness over EVM compatibility. It also uses a novel state model to exploit the full power of a ZK-centric design. These design decisions allow developers to create applications that are currently difficult or impractical to build on account-based systems. | ||
* [Getting started](getting-started.md) | ||
* [Architecture](../architecture.md) | ||
* [Network design](../network.md) | ||
* [Roadmap](../roadmap.md) | ||
* [Cryptographic primitives](../crypto-primitives.md) | ||
|
||
This documentation presents detailed guides on: | ||
**Getting started** provides an hands-om guide on how builders can use our **testnet**. | ||
|
||
* Polygon Miden Architecture | ||
* Polygon Miden Network Design [WIP] | ||
* Participating in the Polygon Miden Testnet [WIP] | ||
**Architecture** describes Miden's unique state and execution model - an actor-based model with concurrent off-chain state. | ||
|
||
The Polygon Miden **Architecture** describes Miden's unique state and execution model - an actor-based model with concurrent off-chain state. | ||
**Network design** describes how the architecture is implemented into a zero-knowledge rollup. It describes the software components, RPC interfaces of the Miden Nodes and Cliets. | ||
|
||
From the **Network Design** perspective, Polygon Miden uses a bi-directional token bridge and verifier contract to ensure computational integrity [WIP]. Miden Nodes act as operators that keep the state and compress state transitions recursively into STARK-proofs. The token bridge on Ethereum verifies these proofs. Users can run Miden Clients to send RPC requests to the Miden Nodes to update the state. | ||
**Roadmap** shows the timeline for user facing features that users can expect. | ||
|
||
Once we are ready, we will provide an in-depth guide on how developers can participate to use our **testnet**. | ||
**Cryptographic primitives** provides an in-depth description of the primitives used in the Miden rollup and the Miden VM. |
This file was deleted.
Oops, something went wrong.