Skip to content
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
1 change: 1 addition & 0 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions src/config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
],
},
{
Expand Down
29 changes: 29 additions & 0 deletions src/content/docs/en/sdk/guides/rollup-as-a-service.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
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."
---

## 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)
2 changes: 1 addition & 1 deletion src/content/docs/en/sdk/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down