Skip to content

Files

Latest commit

04c55e6 · Apr 14, 2025

History

History

connect-discovery

README.md



@substrate/connect-discovery

npm GPL-3.0-or-later



⚠️ WARNING: This interface is currently unstable and is likely to change ⚠️



A TypeScript package extended from the @substrate/discovery npm module, that allows to discover and filter Substrate Connect Extension providers from a list of providers.

Installation

You can install the package using npm or yarn:

corepack pnpm i @substrate/connect-discovery

Usage

Here's an example of how to use the package:

import { Unstable } from "@substrate/connect-discovery"

const connectExtensionProviders =
  Unstable.getSubstrateConnectExtensionProviders()

console.log(connectExtensionProviders)