🔮 Mystical Tarot
Powered by Flow

🔧 Settings

Configure your mystical tarot experience

🔐

Connect Your Wallet

Connect your Flow wallet to save your tarot readings and preferences

Powered by Flow Blockchain

🎨 Tarot Themes

Mystical Purple

Deep purple and indigo theme with mystical energy

Golden Dawn

Classic golden theme inspired by the Hermetic Order

Moonlight

Silver and blue theme representing lunar energy

Earth Mother

Green and brown theme representing grounding energy

🔗 RPC Endpoints

🌐 ENS Configuration

📁 IPFS Configuration

📋 Current Configuration

{
  "rpcEndpoints": {
    "flow": "https://testnet.evm.nodes.onflow.org",
    "filecoin": "https://api.filecoin.io",
    "ipfs": "https://ipfs.io"
  },
  "tarotThemes": [
    {
      "id": "mystical-purple",
      "name": "Mystical Purple",
      "description": "Deep purple and indigo theme with mystical energy",
      "colors": {
        "primary": "#8B5CF6",
        "secondary": "#6366F1",
        "accent": "#A855F7",
        "background": "linear-gradient(135deg, #1E1B4B 0%, #312E81 50%, #000000 100%)",
        "text": "#F3F4F6"
      },
      "fontFamily": "system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto",
      "animations": {
        "cardFlip": "flip 0.6s ease-in-out",
        "cardDraw": "draw 0.8s ease-out",
        "glow": "glow 2s ease-in-out infinite alternate"
      }
    },
    {
      "id": "golden-dawn",
      "name": "Golden Dawn",
      "description": "Classic golden theme inspired by the Hermetic Order",
      "colors": {
        "primary": "#D97706",
        "secondary": "#F59E0B",
        "accent": "#FCD34D",
        "background": "linear-gradient(135deg, #1F2937 0%, #374151 50%, #111827 100%)",
        "text": "#F9FAFB"
      },
      "fontFamily": "Georgia, serif",
      "animations": {
        "cardFlip": "flip 0.6s ease-in-out",
        "cardDraw": "draw 0.8s ease-out",
        "glow": "golden-glow 2s ease-in-out infinite alternate"
      }
    },
    {
      "id": "moonlight",
      "name": "Moonlight",
      "description": "Silver and blue theme representing lunar energy",
      "colors": {
        "primary": "#6B7280",
        "secondary": "#9CA3AF",
        "accent": "#E5E7EB",
        "background": "linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #334155 100%)",
        "text": "#F8FAFC"
      },
      "fontFamily": "system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto",
      "animations": {
        "cardFlip": "flip 0.6s ease-in-out",
        "cardDraw": "draw 0.8s ease-out",
        "glow": "moonlight-glow 3s ease-in-out infinite alternate"
      }
    },
    {
      "id": "earth-mother",
      "name": "Earth Mother",
      "description": "Green and brown theme representing grounding energy",
      "colors": {
        "primary": "#059669",
        "secondary": "#10B981",
        "accent": "#34D399",
        "background": "linear-gradient(135deg, #064E3B 0%, #065F46 50%, #047857 100%)",
        "text": "#F0FDF4"
      },
      "fontFamily": "system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto",
      "animations": {
        "cardFlip": "flip 0.6s ease-in-out",
        "cardDraw": "draw 0.8s ease-out",
        "glow": "earth-glow 2s ease-in-out infinite alternate"
      }
    }
  ],
  "currentTheme": "mystical-purple",
  "ipfsGateway": "https://ipfs.io"
}