cat > ~/tips-ecosystem/README.md << 'EOF'
Decentralized Tipping Blockchain - A complete ecosystem for content creator tips and rewards.
- TipCoin (TPC): Native ERC20 token (1 Billion supply)
- USDTC: Stablecoin for USD-pegged tips
- TrustedForwarder: Gasless meta-transaction support
- TipsNameService: Human-readable address names
# Clone repository
git clone https://github.com/TheArchitect/tips-ecosystem.git
cd tips-ecosystem
# Install dependencies
npm install
# Copy environment file
cp .env.example .env
# Edit .env with your private key and RPC URLs