Getting Started with L3 Rollups
RibbleChain empowers developers to deploy Layer 3 (L3) rollups, application-specific chains optimized for use cases like DeFi, GameFi, or SocialFi. This guide introduces the RibbleChain Rollup SDK, helping you set up and deploy your first L3 rollup.
Prerequisites
- Node.js: Version 16.14 or higher.
- RibbleChain CLI: Install globally with
npm install -g ribblechain-cli
. - Smart Wallet: A RibbleChain smart wallet with $XRB tokens (see Creating a Smart Wallet).
- Docker: For running rollup nodes (optional for local testing).
Step 1: Install the Rollup SDK
Install the RibbleChain Rollup SDK:
npm install @ribblechain/rollup-sdk