From 693c02192eb61006b6557cf86ae9694b525692a7 Mon Sep 17 00:00:00 2001 From: Haichen Shen Date: Thu, 30 Oct 2025 15:08:43 -0700 Subject: [PATCH 1/2] Add RaaS providers --- public/locales/en/translation.json | 1 + src/config/sidebar.ts | 4 ++ .../en/sdk/guides/rollup-as-a-service.mdx | 41 +++++++++++++++++++ src/content/docs/en/sdk/index.mdx | 2 +- 4 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 src/content/docs/en/sdk/guides/rollup-as-a-service.mdx diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index 1d75a4db3..ffa793b46 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -159,6 +159,7 @@ "digitalOcean": "Digital Ocean & ERC20 Gas Token Testnet", "customizingSdkComponents": "Customizing SDK Components", "awsDeployment": "AWS Deployment", + "rollupAsAService": "Rollup as a Service", "operation": "Operating a Chain", "contractsVerification": "Contracts Verification", "gasAndFees": "Gas & Fee Management", diff --git a/src/config/sidebar.ts b/src/config/sidebar.ts index 63377b5e9..5973844ed 100644 --- a/src/config/sidebar.ts +++ b/src/config/sidebar.ts @@ -337,6 +337,10 @@ export const getSidebar = () => { title: t("sidebar.sdk.customizingSdkComponents"), url: formatUrl("sdk/guides/customizing-sdk-components"), }, + { + title: t("sidebar.sdk.rollupAsAService"), + url: formatUrl("sdk/guides/rollup-as-a-service"), + }, ], }, { diff --git a/src/content/docs/en/sdk/guides/rollup-as-a-service.mdx b/src/content/docs/en/sdk/guides/rollup-as-a-service.mdx new file mode 100644 index 000000000..accee352f --- /dev/null +++ b/src/content/docs/en/sdk/guides/rollup-as-a-service.mdx @@ -0,0 +1,41 @@ +--- +section: sdk +date: Last Modified +title: "Rollup as a Service" +lang: "en" +permalink: "sdk/guides/roll-up-as-a-service" +excerpt: "Deploy the Scroll SDK via RaaS providers." +--- + +import Aside from "../../../../../components/Aside.astro"; +import ClickToZoom from "../../../../../components/ClickToZoom.astro"; +import Steps from '../../../../../components/Steps/Steps.astro'; +import ToggleElement from "../../../../../components/ToggleElement.astro"; +import AWSCloudflareDNSWildcards from "./_images/aws-cloudflare-dns-wildcards.png"; +import AWSCloudflareDNS from "./_images/aws-cloudflare-dns.png"; +import AWSEBSDriver from "./_images/aws-ebs-driver.png"; +import CreateSlackApp from "./_images/CreateSlackApp.png" +import AddNewWebhookToWorkspace from "./_images/AddNewWebhookToWorkspace.png" +import CopyWebhookURL from "./_images/CopyWebhookURL.png" +import GrafanaDashboard from "./_images/grafana.png" + +## What is Rollup as a Service? + +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. + +With RaaS, you can launch a production-ready Scroll SDK chain in a few hours, without deep expertise in blockchain infrastructure or DevOps. + +## Benefits of Using Rollup as a Service + +- **Simplified Deployment**: Infrastructure provisioning, network setup, and security configuration handled by experts +- **Reduced Operational Burden**: Automated updates, 24/7 monitoring, and maintenance managed for you +- **Cost Efficiency**: No need for dedicated DevOps team, pay-as-you-go pricing models +- **Faster Time to Market**: Launch your chain in hours with pre-configured templates and workflows +- **Enterprise-Grade Reliability**: High availability, disaster recovery, and performance optimization + +## Scroll SDK RaaS Providers + +Here is a list of RaaS providers that support Scroll SDK. + +- [Nexora](https://nexora.build/) +- [Unifra](https://unifra.io/rollup) diff --git a/src/content/docs/en/sdk/index.mdx b/src/content/docs/en/sdk/index.mdx index 7f989dea5..4161373ac 100644 --- a/src/content/docs/en/sdk/index.mdx +++ b/src/content/docs/en/sdk/index.mdx @@ -3,7 +3,7 @@ section: sdk title: "Scroll SDK" lang: "en" permalink: "sdk/" -excerpt: "Learn more about how to depoly your own rollup using Scroll's zkEVM" +excerpt: "Learn more about how to deploy your own rollup using Scroll's zkEVM" --- import NavCard from "../../../../components/NavCard.astro" From 168936f8702972c9de8a15758111658482b88536 Mon Sep 17 00:00:00 2001 From: Haichen Shen Date: Thu, 30 Oct 2025 15:11:23 -0700 Subject: [PATCH 2/2] clean up --- .../docs/en/sdk/guides/rollup-as-a-service.mdx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/content/docs/en/sdk/guides/rollup-as-a-service.mdx b/src/content/docs/en/sdk/guides/rollup-as-a-service.mdx index accee352f..0fe89851d 100644 --- a/src/content/docs/en/sdk/guides/rollup-as-a-service.mdx +++ b/src/content/docs/en/sdk/guides/rollup-as-a-service.mdx @@ -7,18 +7,6 @@ permalink: "sdk/guides/roll-up-as-a-service" excerpt: "Deploy the Scroll SDK via RaaS providers." --- -import Aside from "../../../../../components/Aside.astro"; -import ClickToZoom from "../../../../../components/ClickToZoom.astro"; -import Steps from '../../../../../components/Steps/Steps.astro'; -import ToggleElement from "../../../../../components/ToggleElement.astro"; -import AWSCloudflareDNSWildcards from "./_images/aws-cloudflare-dns-wildcards.png"; -import AWSCloudflareDNS from "./_images/aws-cloudflare-dns.png"; -import AWSEBSDriver from "./_images/aws-ebs-driver.png"; -import CreateSlackApp from "./_images/CreateSlackApp.png" -import AddNewWebhookToWorkspace from "./_images/AddNewWebhookToWorkspace.png" -import CopyWebhookURL from "./_images/CopyWebhookURL.png" -import GrafanaDashboard from "./_images/grafana.png" - ## What is Rollup as a Service? 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.