You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/tools/clients/fcl-js/index.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,23 @@ sidebar_position: 3
4
4
5
5
# Flow Client Library (FCL)
6
6
7
-
## 🌟 What is FCL?
7
+
:::info
8
+
9
+
If you're building a frontend, use the [React SDK](../../react-sdk/index.mdx). If you're familiar with Solidity and the EVM world, the [React SDK] is to wagmi as FCL is to viem.
10
+
11
+
:::
12
+
13
+
## What is FCL?
8
14
9
15
The **Flow Client Library (FCL) JS** is a package designed to facilitate interactions between dapps, wallets, and the Flow blockchain. It provides a standardized way for applications to connect with users and their wallets, **eliminating the need for custom integrations**.
10
16
11
-
### 🔑 Key Features:
17
+
### Key Features:
12
18
13
-
-🔌 **Universal Wallet Support** – Works seamlessly with all FCL-compatible wallets, making authentication simple.
14
-
-🔐 **Secure Authentication** – Standardized authentication flow ensures a smooth user experience.
15
-
-⚡ **Blockchain Interactions** – Enables querying, mutating, and interacting with smart contracts on Flow.
-🌍 **Flexible Environment** – Can run in both browser and server environments, though wallet interactions are browser-only.
19
+
-**Universal Wallet Support** Works seamlessly with all FCL-compatible wallets, making authentication simple.
20
+
-**Secure Authentication** Standardized authentication flow ensures a smooth user experience.
21
+
-**Blockchain Interactions** Enables querying, mutating, and interacting with smart contracts on Flow.
22
+
-**Full-Featured Utilities** Offers built-in functions to streamline blockchain development.
23
+
-**Flexible Environment** Can run in both browser and server environments, though wallet interactions are browser-only.
18
24
19
25
FCL was created to make building Flow-connected applications **easy, secure, and scalable** by defining **standardized communication patterns** between wallets, applications, and users.
0 commit comments