This repository was archived by the owner on Oct 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 804
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added raas quickstart and refactored zk stack page (#993)
- Loading branch information
Showing
6 changed files
with
129 additions
and
7 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 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 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 |
---|---|---|
@@ -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> |
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 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 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 |
---|---|---|
@@ -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/) |