Quick Start Guide
Get started with RibbleChain in minutes! This guide helps you create a smart wallet, stake $XRB tokens, interact with dApps, and (for developers) deploy an L3 rollup.
1. Create a Smart Wallet
RibbleChain supports smart wallets with gasless transactions and email/Google login:
- Download the RibbleChain Wallet app from App Store or Google Play.
- Alternatively, configure MetaMask with RibbleChain's testnet RPC:
{
"rpcUrl": "https://testnet.ribblechain.com",
"chainId": 1234,
"networkName": "RibbleChain Testnet"
}
Sign in with Google or email to create your wallet. Request $XRB testnet tokens from the Faucet.
- Stake $XRB Tokens Contribute to RibbleChain's Proof-of-Stake (PoS) network:
Connect your wallet to the Staking UI. Stake $XRB tokens to become a validator or delegate to an existing validator. Learn more in the Staking Guide.
- Interact with dApps Explore RibbleChain's ecosystem:
Swap tokens on the RibbleChain DEX. Play a GameFi app on an L3 rollup at GameFi Portal. Engage with decentralized social networks at SocialFi Portal.
- Deploy an L3 Rollup (For Developers)
Install the RibbleChain CLI:npm install -g ribblechain-cli
Create a ZK rollup:ribblechain-cli create-rollup --type zk --name my-rollup
Learn more in the Rollup SDK Guide.
Next Steps
Dive into the Architecture Overview. Explore Use Cases for inspiration. Join the Community DAO to contribute.