A Venmo-like payment application built on the XRPL (XRP Ledger) using RLUSD (Ripple's stablecoin).
- Connect to XRPL Testnet
- Generate and fund test wallets
- Send and receive payments
- View transaction history
- Modern, responsive UI
- Next.js 15 with TypeScript
- React 19
- Tailwind CSS
- XRPL.jsg
- Zustand for state management
-
Clone the repository:
git clone https://github.com/yourusername/renmo.git cd renmo -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:3000 in your browser.
/renmo
/src
/components # React components
/hooks # Custom hooks for XRPL
/lib # XRPL utility functions
/app # Next.js app directory
/public # Static assets
The app uses the XRPL Testnet for all operations. To get started:
- Connect your wallet using the "Connect Wallet" button
- A new test wallet will be generated and funded automatically
- Use the wallet address to send and receive payments
MIT License - see LICENSE file for details