Skip to content

Commit 693c021

Browse files
committed
Add RaaS providers
1 parent e80ec48 commit 693c021

File tree

4 files changed

+47
-1
lines changed

4 files changed

+47
-1
lines changed

public/locales/en/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
"digitalOcean": "Digital Ocean & ERC20 Gas Token Testnet",
160160
"customizingSdkComponents": "Customizing SDK Components",
161161
"awsDeployment": "AWS Deployment",
162+
"rollupAsAService": "Rollup as a Service",
162163
"operation": "Operating a Chain",
163164
"contractsVerification": "Contracts Verification",
164165
"gasAndFees": "Gas & Fee Management",

src/config/sidebar.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,10 @@ export const getSidebar = () => {
337337
title: t("sidebar.sdk.customizingSdkComponents"),
338338
url: formatUrl("sdk/guides/customizing-sdk-components"),
339339
},
340+
{
341+
title: t("sidebar.sdk.rollupAsAService"),
342+
url: formatUrl("sdk/guides/rollup-as-a-service"),
343+
},
340344
],
341345
},
342346
{
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
section: sdk
3+
date: Last Modified
4+
title: "Rollup as a Service"
5+
lang: "en"
6+
permalink: "sdk/guides/roll-up-as-a-service"
7+
excerpt: "Deploy the Scroll SDK via RaaS providers."
8+
---
9+
10+
import Aside from "../../../../../components/Aside.astro";
11+
import ClickToZoom from "../../../../../components/ClickToZoom.astro";
12+
import Steps from '../../../../../components/Steps/Steps.astro';
13+
import ToggleElement from "../../../../../components/ToggleElement.astro";
14+
import AWSCloudflareDNSWildcards from "./_images/aws-cloudflare-dns-wildcards.png";
15+
import AWSCloudflareDNS from "./_images/aws-cloudflare-dns.png";
16+
import AWSEBSDriver from "./_images/aws-ebs-driver.png";
17+
import CreateSlackApp from "./_images/CreateSlackApp.png"
18+
import AddNewWebhookToWorkspace from "./_images/AddNewWebhookToWorkspace.png"
19+
import CopyWebhookURL from "./_images/CopyWebhookURL.png"
20+
import GrafanaDashboard from "./_images/grafana.png"
21+
22+
## What is Rollup as a Service?
23+
24+
Rollup as a Service (RaaS) is a managed infrastructure solution that simplifies the deployment and operation of Scroll SDK chains. Instead of managing the complex infrastructure yourself, RaaS providers handle the technical setup, maintenance, and monitoring of your rollup, allowing you to focus on building your application and growing your ecosystem.
25+
26+
With RaaS, you can launch a production-ready Scroll SDK chain in a few hours, without deep expertise in blockchain infrastructure or DevOps.
27+
28+
## Benefits of Using Rollup as a Service
29+
30+
- **Simplified Deployment**: Infrastructure provisioning, network setup, and security configuration handled by experts
31+
- **Reduced Operational Burden**: Automated updates, 24/7 monitoring, and maintenance managed for you
32+
- **Cost Efficiency**: No need for dedicated DevOps team, pay-as-you-go pricing models
33+
- **Faster Time to Market**: Launch your chain in hours with pre-configured templates and workflows
34+
- **Enterprise-Grade Reliability**: High availability, disaster recovery, and performance optimization
35+
36+
## Scroll SDK RaaS Providers
37+
38+
Here is a list of RaaS providers that support Scroll SDK.
39+
40+
- [Nexora](https://nexora.build/)
41+
- [Unifra](https://unifra.io/rollup)

src/content/docs/en/sdk/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ section: sdk
33
title: "Scroll SDK"
44
lang: "en"
55
permalink: "sdk/"
6-
excerpt: "Learn more about how to depoly your own rollup using Scroll's zkEVM"
6+
excerpt: "Learn more about how to deploy your own rollup using Scroll's zkEVM"
77
---
88

99
import NavCard from "../../../../components/NavCard.astro"

0 commit comments

Comments
 (0)