Creating a Smart Wallet
RibbleChain's smart wallets leverage account abstraction (ERC-4337) to provide gasless transactions and user-friendly onboarding with email or Google login. This guide explains how to create a smart wallet.
Prerequisites
- A device with a web browser or mobile app support.
- An email address or Google account.
Step 1: Download the Wallet
- Mobile: Download the RibbleChain Wallet app from App Store or Google Play.
- Browser: Use MetaMask with RibbleChain's testnet RPC:
{
"rpcUrl": "https://testnet.ribblechain.com",
"chainId": 1234,
"networkName": "RibbleChain Testnet"
}