Multi-chain tipping platform built with Reown AppKit and Base L2
Built for:
- 🏆 Base Batch 002 - Builder Track
 - 🏆 Reown AppKit Competition
 
TipChain creator monetization by removing all friction from crypto tipping. Support your favorite creators across any blockchain with just a few clicks - no wallet setup, no gas fees, no complexity.
- 🔐 Social Login: Login with Google, email, or social accounts (no seed phrases!)
 - ⛽ Gas Sponsorship: Zero gas fees for all users
 - 🌐 Multi-Chain: Support Base, Ethereum, Solana, Bitcoin, and more
 - 💸 Easy Payments: Pay with card, crypto, or any token
 - 📱 Share Anywhere: QR codes and shareable links
 - 🆔 Basenames: Get your own username.base.eth identity
 - 🔄 Auto Swaps: Automatic token conversion
 - 💳 On-Ramp: Buy crypto with fiat directly in-app
 
- Node.js 18+ and npm/yarn/pnpm
 - Git
 - Metamask or any Web3 wallet (for deployment only)
 
# Clone the repository
git clone https://github.com/developerfred/tipchain.git
cd tipchain
# Install dependencies
npm install
# Copy environment variables
cp .env.example .env.localGet your Reown Project ID from cloud.reown.com and add to .env.local:
VITE_REOWN_PROJECT_ID=your_project_id_here
VITE_BASE_MAINNET_RPC=https://mainnet.base.org
VITE_BASE_TESTNET_RPC=https://sepolia.base.org
VITE_APP_URL=http://localhost:5173npm run devVisit http://localhost:5173 to see the app!