Deploying an Optimistic Rollup
Optimistic rollups on RibbleChain offer cost-efficient and fast deployment for Layer 3 (L3) applications, ideal for high-throughput dApps like GameFi or SocialFi. This guide walks you through deploying an Optimistic rollup using the RibbleChain Rollup SDK.
Prerequisites
- Complete the Getting Started Guide.
- Ensure your smart wallet has $XRB tokens for deployment.
Step 1: Scaffold an Optimistic Rollup
Create an Optimistic rollup project:
ribblechain-cli create-rollup --type optimistic --name my-optimistic-rollup