Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 647 Bytes

File metadata and controls

26 lines (18 loc) · 647 Bytes

cat > ~/tips-ecosystem/README.md << 'EOF'

Tips Ecosystem L1

Decentralized Tipping Blockchain - A complete ecosystem for content creator tips and rewards.

🚀 Features

  • TipCoin (TPC): Native ERC20 token (1 Billion supply)
  • USDTC: Stablecoin for USD-pegged tips
  • TrustedForwarder: Gasless meta-transaction support
  • TipsNameService: Human-readable address names

📦 Installation

# 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