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.
You can install the package using npm or yarn:
corepack pnpm i @substrate/connect-discovery
Here's an example of how to use the package:
import { Unstable } from "@substrate/connect-discovery"
const connectExtensionProviders =
Unstable.getSubstrateConnectExtensionProviders()
console.log(connectExtensionProviders)