Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added raas quickstart and refactored zk stack page #993

Merged
merged 6 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/.vuepress/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
]
},
],
Expand Down
32 changes: 29 additions & 3 deletions docs/zk-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ head:
<section>
<div class="card-container">
<RouterLink
to="/zk-stack/running-a-hyperchain/locally"
to="/zk-stack/running-a-hyperchain/"
class="card"
>
<img
src="/images/landing/run-a-hyperchain.png"
alt="zkSync ERA documentation"
alt="Run a ZK Stack Hyperchain"
/>
<div class="content">
<h3>Run a Hyperchain</h3>
Expand All @@ -41,12 +41,38 @@ head:
>
<img
src="/images/landing/prover.png"
alt="zkSync ERA documentation"
alt="zkSync Boojum Prover"
>
<div class="content">
<h3>Prover</h3>
<p>Go deep on the cryptography of our state of the art prover, Boojum.</p>
</div>
</RouterLink>
<RouterLink
to="/zk-stack/components/overview.html"
class="card"
>
<img
src="/images/landing/run-a-node.png"
alt="ZK Stack Components"
/>
<div class="content">
<h3>Components</h3>
<p>Explore components of the ZK Stack framework.</p>
</div>
</RouterLink>
<RouterLink
to="/zk-stack/concepts/overview.html"
class="card"
>
<img
src="/images/landing/hyperchain.png"
alt="ZK Stack Concepts"
/>
<div class="content">
<h3>Concepts</h3>
<p>Explore the underlying concepts of the ZK Stack framework.</p>
</div>
</RouterLink>
</div>
</section>
52 changes: 52 additions & 0 deletions docs/zk-stack/running-a-hyperchain/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
head:
- - meta
- name: "twitter:title"
content: Run a Hyperchain | zkSync Docs
---

# Run a Hyperchain

<section>
<div class="card-container">
<RouterLink
to="/zk-stack/running-a-hyperchain/locally"
class="card"
>
<img
src="/images/landing/run-a-hyperchain.png"
alt="Running a ZK Stack hyperchain locally on your own machine"
>
<div class="content">
<h3>Locally</h3>
<p>Running a hyperchain locally on your own machine.</p>
</div>
</RouterLink>
<RouterLink
to="/zk-stack/running-a-hyperchain/production"
class="card"
>
<img
src="/images/landing/run-a-hyperchain.png"
alt="Deploying a ZK Stack hyperchain to a non-local environment"
>
<div class="content">
<h3>In Production</h3>
<p>Deploying a hyperchain to a non-local environment.</p>
</div>
</RouterLink>
<RouterLink
to="/zk-stack/running-a-hyperchain/raas"
class="card"
>
<img
src="/images/landing/run-a-hyperchain.png"
alt="Deploying and running a ZK Stack hyperchain via RaaS (Rollup as a Service)"
/>
<div class="content">
<h3>Rollup as a Service</h3>
<p>Running and deploying a hyperchain using a RaaS provider.</p>
</div>
</RouterLink>
</div>
</section>
2 changes: 1 addition & 1 deletion docs/zk-stack/running-a-hyperchain/locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion docs/zk-stack/running-a-hyperchain/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
33 changes: 33 additions & 0 deletions docs/zk-stack/running-a-hyperchain/raas.md
Original file line number Diff line number Diff line change
@@ -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:

<!-- * [Caldera](https://www.caldera.xyz/) -->

- [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/)
Loading