Skip to content

Commit 7099786

Browse files
authored
Add RaaS providers to the Scroll SDK (#538)
* Add RaaS providers * clean up
1 parent ac44bef commit 7099786

File tree

4 files changed

+35
-1
lines changed

4 files changed

+35
-1
lines changed

public/locales/en/translation.json

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

src/config/sidebar.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,10 @@ export const getSidebar = () => {
335335
title: t("sidebar.sdk.customizingSdkComponents"),
336336
url: formatUrl("sdk/guides/customizing-sdk-components"),
337337
},
338+
{
339+
title: t("sidebar.sdk.rollupAsAService"),
340+
url: formatUrl("sdk/guides/rollup-as-a-service"),
341+
},
338342
],
339343
},
340344
{
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
## What is Rollup as a Service?
11+
12+
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.
13+
14+
With RaaS, you can launch a production-ready Scroll SDK chain in a few hours, without deep expertise in blockchain infrastructure or DevOps.
15+
16+
## Benefits of Using Rollup as a Service
17+
18+
- **Simplified Deployment**: Infrastructure provisioning, network setup, and security configuration handled by experts
19+
- **Reduced Operational Burden**: Automated updates, 24/7 monitoring, and maintenance managed for you
20+
- **Cost Efficiency**: No need for dedicated DevOps team, pay-as-you-go pricing models
21+
- **Faster Time to Market**: Launch your chain in hours with pre-configured templates and workflows
22+
- **Enterprise-Grade Reliability**: High availability, disaster recovery, and performance optimization
23+
24+
## Scroll SDK RaaS Providers
25+
26+
Here is a list of RaaS providers that support Scroll SDK.
27+
28+
- [Nexora](https://nexora.build/)
29+
- [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)