5.1.0 • Published 2 days ago

@onflow/fcl-wc v5.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 days ago

@onflow/fcl-wc

WalletConnect adapter for FCL-JS.

Status

  • Last Updated: Aug 2022
  • Stable: No
  • Risk of Breaking Change: Yes

Install

npm install --save @onflow/fcl-wc

Usage

The package exports init and utils. Currently, a WalletConnect projectId is required and can be obtained @ https://cloud.walletconnect.com. Metadata is optional.

Initializtion returns FclWcServicePlugin and a Walletconnect client. The client can be used to subscribe to events, disconnect from a wallet, and query session and pairing status. Passing FclWcServicePlugin to fcl.pluginRegistry.add() will enable use of the "WC/RPC" service strategy and add new and existing WalletConnect services to FCL Discovery.

import * as fcl from '@onflow/fcl'
import { init } from '@onflow/fcl-wc'

const { FclWcServicePlugin, client } = await init({
  projectId: PROJECT_ID,
  metadata: {
    name: 'FCL WC DApp',
    description: 'FCL DApp with support for WalletConnect',
    url: 'https://flow.com/',
    icons: ['https://avatars.githubusercontent.com/u/62387156?s=280&v=4']
  }
})

fcl.pluginRegistry.add(FclWcServicePlugin)
5.1.0

2 days ago

5.0.2

2 months ago

6.0.0-alpha.9

2 months ago

6.0.0-alpha.8

2 months ago

5.0.2-alpha.7

3 months ago

5.0.2-alpha.6

3 months ago

5.0.2-alpha.5

4 months ago

5.0.2-alpha.4

4 months ago

5.0.2-alpha.3

4 months ago

5.0.2-alpha.2

4 months ago

5.0.2-alpha.0

6 months ago

5.0.2-alpha.1

6 months ago

7.0.0-alpha.0

6 months ago

5.0.1

6 months ago

5.0.0

7 months ago

6.0.0

6 months ago

3.0.1-accounts.0

9 months ago

3.0.0-alpha.2

10 months ago

4.0.0-alpha.0

10 months ago

3.0.0

10 months ago

4.0.0-accounts.1

7 months ago

5.0.0-typescript.0

7 months ago

4.0.0

9 months ago

2.0.0-alpha.7

12 months ago

2.0.0-alpha.8

12 months ago

3.0.0-alpha.1

11 months ago

3.0.0-alpha.0

11 months ago

2.0.0-alpha.6

1 year ago

2.0.0

12 months ago

2.0.0-alpha.3

1 year ago

2.0.0-alpha.4

1 year ago

2.0.0-alpha.5

1 year ago

2.0.0-alpha.2

1 year ago

2.0.0-alpha.1

1 year ago

1.0.1-alpha.0

2 years ago

1.0.0

2 years ago

1.0.0-alpha.3

2 years ago

1.0.0-alpha.2

2 years ago

1.0.0-alpha.1

2 years ago

0.1.0-alpha.0

2 years ago