Documentation
    Preparing search index...

    Module @tezos-x/octez.connect-ui - v5.0.0-beta.4

    @tezos-x/octez.connect-ui

    This package is part of the @tezos-x/octez.connect-sdk project. Read more

    This package contains the UI part (alerts and toasts) of the octez.connect-sdk.

    Unless you need to import types from this package, you probably don't need to add it to your project.

    Check our documentation for more information. Documentation

    The Beacon UI dynamically fetches the latest wallet list from jsDelivr CDN to ensure users always see up-to-date wallet options without requiring SDK updates. The wallet registry is maintained in a separate repository: beacon-wallet-list.

    If your application uses a Content Security Policy, add jsDelivr to your connect-src directive:

    connect-src https://cdn.jsdelivr.net;
    

    Why jsDelivr?

    • Official CDN for GitHub repositories and npm packages
    • Direct integration with GitHub - automatically serves files from GitHub releases and commits
    • Global CDN with high availability and performance
    • Automatic caching with purge API for instant updates
    • Free and reliable service for open-source projects

    The SDK includes a bundled fallback wallet list, so the application will continue to function if the CDN fetch fails or is blocked by CSP.

    Classes

    Pairing

    Interfaces

    AlertButton
    AlertConfig
    ToastAction

    Functions

    closeAlert
    closeAlerts
    closeToast
    currentBrowser
    currentOS
    getColorMode
    getDesktopList
    getExtensionList
    getiOSList
    getWebList
    isAndroid
    isBrowser
    isDesktop
    isIOS
    isMobile
    isMobileOS
    openAlert
    openBugReport
    openToast
    setColorMode
    setDesktopList
    setExtensionList
    setiOSList
    setWebList