diff --git a/docs/.vuepress/sidebar/en.ts b/docs/.vuepress/sidebar/en.ts index 3ca7d0e6f6..3ee516b876 100644 --- a/docs/.vuepress/sidebar/en.ts +++ b/docs/.vuepress/sidebar/en.ts @@ -937,12 +937,16 @@ export const enSidebar = sidebar({ children: [ { text: "Locally", - link: "/zk-stack/running-a-hyperchain/locally.md" + link: "/zk-stack/running-a-hyperchain/locally.html", }, { text: "In Production", link: "/zk-stack/running-a-hyperchain/production.md" - } + }, + { + text: "Rollup as a Service", + link: "/zk-stack/running-a-hyperchain/raas.html", + }, ] }, ], diff --git a/docs/zk-stack/README.md b/docs/zk-stack/README.md index 7b975e154c..b9689a3e3a 100644 --- a/docs/zk-stack/README.md +++ b/docs/zk-stack/README.md @@ -10,12 +10,12 @@ head:
zkSync ERA documentation

Run a Hyperchain

@@ -41,12 +41,38 @@ head: > zkSync ERA documentation

Prover

Go deep on the cryptography of our state of the art prover, Boojum.

+ + ZK Stack Components +
+

Components

+

Explore components of the ZK Stack framework.

+
+
+ + ZK Stack Concepts +
+

Concepts

+

Explore the underlying concepts of the ZK Stack framework.

+
+
diff --git a/docs/zk-stack/running-a-hyperchain/README.md b/docs/zk-stack/running-a-hyperchain/README.md new file mode 100644 index 0000000000..f265eb8198 --- /dev/null +++ b/docs/zk-stack/running-a-hyperchain/README.md @@ -0,0 +1,52 @@ +--- +head: + - - meta + - name: "twitter:title" + content: Run a Hyperchain | zkSync Docs +--- + +# Run a Hyperchain + +
+
+ + Running a ZK Stack hyperchain locally on your own machine +
+

Locally

+

Running a hyperchain locally on your own machine.

+
+
+ + Deploying a ZK Stack hyperchain to a non-local environment +
+

In Production

+

Deploying a hyperchain to a non-local environment.

+
+
+ + Deploying and running a ZK Stack hyperchain via RaaS (Rollup as a Service) +
+

Rollup as a Service

+

Running and deploying a hyperchain using a RaaS provider.

+
+
+
+
diff --git a/docs/zk-stack/running-a-hyperchain/locally.md b/docs/zk-stack/running-a-hyperchain/locally.md index d0808e4d63..7b5ff43fa4 100644 --- a/docs/zk-stack/running-a-hyperchain/locally.md +++ b/docs/zk-stack/running-a-hyperchain/locally.md @@ -2,7 +2,7 @@ head: - - meta - name: "twitter:title" - content: Deploying Locally | zkSync Docs + content: Deploying ZK Stack Hyperchain Locally | zkSync Docs --- # Getting Started with ZK Stack diff --git a/docs/zk-stack/running-a-hyperchain/production.md b/docs/zk-stack/running-a-hyperchain/production.md index 52099c5081..591e97ce63 100644 --- a/docs/zk-stack/running-a-hyperchain/production.md +++ b/docs/zk-stack/running-a-hyperchain/production.md @@ -2,11 +2,18 @@ head: - - meta - name: "twitter:title" - content: Deploying to a Non-Local Environment | zkSync Docs + content: Deploying ZK Stack Hyperchain to a Non-Local Environment | zkSync Docs --- # Deploying to a Non-Local Environment +:::warning + +ZK Stack is still under development. We advise you to only use for local and testnet deployments. +::: + +## Deploying to a non-local environment + The process to deploy to a non local environment is pretty similar to the local one. The wizard allows you to set up URLs to external services (database, RPCs, etc). ## Database diff --git a/docs/zk-stack/running-a-hyperchain/raas.md b/docs/zk-stack/running-a-hyperchain/raas.md new file mode 100644 index 0000000000..751ea95fc9 --- /dev/null +++ b/docs/zk-stack/running-a-hyperchain/raas.md @@ -0,0 +1,33 @@ +--- +head: + - - meta + - name: "twitter:title" + content: Deploying ZK Stack Hyperchain Via RaaS | zkSync Docs +--- + +# Deploy Hyperchain Using RaaS + +:::warning + +ZK Stack is still under development. We advise you to only use for local and testnet deployments. +::: + +## Deploying and running using a Rollup as a Service provider + +Looking to deploy a ZK Stack chain but worried about complexities? RaaS providers are here to simplify the process! Providers offer scalable and secure nodes, and may provide quick and user-friendly interfaces, allowing you to deploy your ZK Stack chain with ease and efficiency. Experience the seamless integration of advanced blockchain technology without the hassle. Get started today and revolutionise your product with the power of RaaS and ZK Stack! + +Use RaaS in to improve scalability, reduce costs, access specialized services, speed up development, enhance interoperability, and maintain flexibility in an ever-evolving technological landscape. + +The list of RaaS providers you can use to deploy and customise their your hyperchain: + + + +- [Zeeve](https://www.zeeve.io/appchains/zksync-hyperchains-zkrollups/) + +- [Ankr](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/ankrpbc1684783099666.ankr_appchains?tab=Overview/) + +- [AltLayer](https://altlayer.io/raas) + +- [Magic](https://magic.link/docs/blockchains/other-chains/evm/zksync) + +- [Luganodes](https://www.luganodes.com/product/zkraas/)