From f37401c477b680ce5334b2ca523ded8a7273d8c8 Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Tue, 8 Oct 2024 09:40:23 -0700 Subject: [PATCH] Update network docs (#284) --- docs/pages/index.mdx | 6 +++--- docs/pages/network.mdx | 46 +++++++----------------------------------- 2 files changed, 10 insertions(+), 42 deletions(-) diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index edbecad5..88ae4360 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -93,7 +93,7 @@ To get started with the Nexus zkVM, check out the [SDK Quick Start](zkvm/sdk-qui The ethos of the Nexus project is a commitment to open and transparent science, engineering, and evaluation. -For an in-depth look at the science behind the Nexus zkVM and the Nexus Network, see the [Nexus Whitepaper](https://nexus-xyz.github.io/assets/nexus_whitepaper.pdf). +For an in-depth look at the science behind the Nexus zkVM and the Nexus network, see the [Nexus Whitepaper](https://nexus-xyz.github.io/assets/nexus_whitepaper.pdf). ### Core Components @@ -118,9 +118,9 @@ The zkVM aims to offer developers out-of-the-box prover performance and security The Nexus zkVM turns programs into proofs, but the computational work of executing and proving the zkVM must be implemented by a proving architecture. -The Nexus zkVM design is compatible with a variety of proving architectures, from sequential execution on your laptop all the way up to the [Nexus Network](network.mdx), a globally-distributed proving network under active development. +The Nexus zkVM design is compatible with a variety of proving architectures, from sequential execution on your laptop all the way up to the [Nexus network](network.mdx), a globally-distributed proving network under active development. -See the [Nexus Network](network.mdx) overview for more. +See the [Nexus network](network.mdx) overview for more. ## The Nexus Ethos: Secure, Open Science, Open Source diff --git a/docs/pages/network.mdx b/docs/pages/network.mdx index 2af8107f..1a40f1dc 100644 --- a/docs/pages/network.mdx +++ b/docs/pages/network.mdx @@ -13,49 +13,17 @@ import { Callout } from 'nextra/components'
- - - - - - - - - - - - - - + +
-The Nexus Network is a massively-parallelized proof network for executing and proving the Nexus zkVM. - -[Nexus Network v0.2.3](https://github.com/nexus-xyz/nexus-zkvm/releases/tag/v0.2.3) is the current stable release, implementing the network component of the Nexus 2.0 system. - - - The Nexus Network is currently in a prototype stage. - - - -## A Global Network - -> A world-scale zkVM supercomputer. - -
- -

- Nexus zkVM -

- -The global Nexus Network is designed to run at over a trillion CPU cycles per second given enough computing power connected to it, creating a world-scale supercomputer with the capacity to prove many of the world's most important computations quickly and correctly. - -### Proving with Privacy and Reliability - -Many practical applications have high requirements for privacy of data and trust in the compute infrastructure that handles it. The Nexus Network is also being designed to flexibly support configurations providing stronger privacy guarantees for the most critical application domains. +The Nexus network is a massively-parallelized proof network for executing and proving the Nexus zkVM. -Stay tuned for more... +* [Network documentation](https://nexus.xyz/network#network-faqs) +* [Run a Nexus prover from your browser](https://beta.nexus.xyz/) +* [Network CLI](https://github.com/nexus-xyz/network-api/blob/main/clients/cli/README.md) +* [Release notes](https://github.com/nexus-xyz/network-api/releases/)