Rozo - Intent Pay SDK
Cross-chain crypto payments made simple β Accept payments from any blockchain with a single component
π― What RozoAI Intent Pay Does
RozoAI Intent Pay SDK is a React component that lets users pay you in crypto from supported networks β Base, Polygon, Solana, Stellar, and BSC. Your users can pay with their preferred wallet, while you receive exactly what you want.
Key Benefits:
β One Component - Add
<RozoPayButton>
and you're doneβ Supported Chains - Base, Polygon, Solana, Stellar, BSC
β Any Wallet - MetaMask, Phantom, Coinbase Wallet, and more
β Supported Tokens - USDC on Base/Polygon/Solana/Stellar; USDT on BSC
β Mobile Ready - Works perfectly on mobile apps
β Zero Config - Smart defaults, easy customization
π Documentation
Get up and running in 5 minutes
Copy-paste ready examples for different frameworks
Complete props and configuration reference
Common mistakes and how to avoid them
Templates for AI services to generate code
π Quick Example
import { RozoPayButton } from "@rozoai/intent-pay";
import { baseUSDC } from "@rozoai/intent-common";
import { getAddress } from "viem";
<RozoPayButton
appId="rozoDemo"
toChain={baseUSDC.chainId}
toAddress={getAddress("0x742d35Cc6634C0532925a3b8D454A3fE1C11C4e2")}
toToken={getAddress(baseUSDC.token)}
toUnits="10"
intent="Pay $10"
onPaymentCompleted={() => alert("Payment successful! π")}
/>;
π Supported Chains & Tokens
Base
8453
USDC
β
Polygon
137
USDC
β
BSC
56
USDT
β
Solana
-
USDC
β
Stellar
-
USDC
β
π³ Payment Methods
Supported wallets:
Desktop: MetaMask, Coinbase Wallet, Rainbow, Trust Wallet, Phantom, Albedo, etc.
Mobile: All wallets via deep-linking
π§ Installation
npm install @rozoai/intent-pay @rozoai/intent-common @tanstack/react-query wagmi viem
π Support & Resources
π Documentation: docs.rozo.ai
π¬ Discord: discord.gg/rozoai
π Issues: GitHub Issues
π§ Email: [email protected]
π Demo: demo.rozo.ai
π License
MIT License - see LICENSE for details.
Made with β€οΈ by the RozoAI team
Simplifying crypto payments, one transaction at a time.
Last updated