🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

@onflow/fcl-core

Package Overview
Dependencies
Maintainers
14
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/fcl-core

Core JavaScript/TypeScript library providing shared functionality for Flow blockchain interactions.

latest
Source
npmnpm
Version
1.22.0
Version published
Maintainers
14
Created
Source

FCL: Flow Client Library

Making secure web applications powered by the Flow Blockchain

Flow Client Library (FCL) enables applications to easily integrate with all FCL-compatible wallets and other services (e.g. (Coming Soon) profiles, private information, notifications). This offers developers a strong foundation to compose their apps with existing building blocks. It’s currently supported for browser applications, and will be extended to other platforms.

With FCL, you can:

  • Integrate all compatible wallets without any custom code or code injection
  • Authenticate users
  • Query the Flow Blockchain
  • Send transactions (e.g. initializing resources, sending assets, purchasing, etc.)
  • Sign transactions through wallet integration avoiding key management

With FCL, you will eventually be able to:

  • Personally sign data via FCL Compatible Wallets
  • Request Additional User info like Emails

Status

  • Last Updated: Mar 2nd 2021
  • Stable: Yes
  • Risk of Breaking Change: Low

The things that exists probably won't be changing much externally, we will be adding new functionality in the near future.

Install

npm install --save @onflow/fcl

Getting Started

For a detailed guide explaining how to use @onflow/fcl to interact with Flow please see the Flow App Quick Start

Having trouble with something? Reach out to us on Discord, we are more than happy to help.

FAQs

Package last updated on 21 Oct 2025

Did you know?

Socket

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.

Install

Related posts