• Checks if MetaMask is installed by listening for EIP-6963 provider announcements

    Parameters

    • timeout: {
          timeout?: number;
      } = {}

      Maximum time to wait for the announcement (in ms)

      • Optionaltimeout?: number

    Returns Promise<boolean>

    Promise that resolves to true if MetaMask is installed, false otherwise