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
> **Note**: A [Dapper Wallet](https://meetdapper.com/developers) developer account is required. To enable Dapper Wallet inside FCL, you need to [follow this guide](https://docs.meetdapper.com/get-started).
For all type definitions available, see [this file](./packages/typedefs/src/index.js)
155
+
For all type definitions available, see [this file](../typedefs/src/index.ts)
156
156
157
157
## Next Steps
158
158
@@ -197,7 +197,7 @@ The discovery feature can be used via API allowing you to customize your own UI
197
197
198
198
## 🛠 Want to Use the Flow SDK Directly?
199
199
200
-
If you prefer to interact with Flow at a **lower level** without using FCL, you can use the [Flow JavaScript SDK](packages/sdk/readme.md) directly. The SDK provides raw access to Flow's API for sending transactions, executing scripts, and managing accounts.
200
+
If you prefer to interact with Flow at a **lower level** without using FCL, you can use the [Flow JavaScript SDK](../sdk/readme.md) directly. The SDK provides raw access to Flow's API for sending transactions, executing scripts, and managing accounts.
201
201
202
202
FCL is built **on top of the Flow SDK**, making it easier to handle authentication, wallet interactions, and dapp connectivity. Choose the approach that best fits your use case.
0 commit comments