
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@onflow/fcl-wc
Advanced tools
WalletConnect adapter for FCL-JS.
npm install --save @onflow/fcl-wc
The package exports init and utils.
Currently, a WalletConnect projectId is required and can be obtained @ https://cloud.walletconnect.com. Metadata is optional.
Initialization 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)
FAQs
WalletConnect adapter for FCL
We found that @onflow/fcl-wc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 14 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.