0.2.2 • Published 5 months ago

@substrate/connect-discovery v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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)
0.2.2

5 months ago

0.2.1

8 months ago

0.2.0

9 months ago

0.1.1

10 months ago

0.1.0

11 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

1 year ago