# SBC API Key (get from https://dashboard.stablecoin.xyz) VITE_SBC_API_KEY={{apiKey}} # Chain Configuration (baseSepolia or base) VITE_CHAIN={{chain}} # Turnkey Configuration (Frontend - Public, safe to expose) VITE_TURNKEY_API_BASE_URL=https://api.turnkey.com VITE_TURNKEY_RPID=localhost VITE_BACKEND_URL=http://localhost:3001 # Turnkey Backend Configuration (Server - KEEP SECRET!) # Get these from https://app.turnkey.com → Settings → API Keys TURNKEY_API_BASE_URL=https://api.turnkey.com TURNKEY_ORGANIZATION_ID=your_org_id_here TURNKEY_API_PUBLIC_KEY=your_public_key_here TURNKEY_API_PRIVATE_KEY=your_private_key_here # Backend Server Port PORT=3001 # Optional: Custom RPC URL # VITE_RPC_URL=https://base-sepolia.g.alchemy.com/v2/YOUR_KEY # Note: This example uses passkeyClient approach (official Turnkey pattern) # You do NOT need Auth Proxy Config ID or authProxyConfigId