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!