fcl-js
fcl-js copied to clipboard
FCL (Flow Client Library) - The best tool for building JavaScript (browser & NodeJS) applications on Flow 🌊
### [Reference](https://docs.onflow.org/fcl/reference/configure-fcl/) needs an update to clearly specify: - FCL default configs and overide pattern (discovery.wallet.method.default, etc) - Required configs (accessNode.api, discovery.wallet, etc.) - Suggested configs (app.detail.title, flow.network)
### Issue To Be Solved Today we have no support for native mobile wallets as part of the Flow ecosystem. There is a need to provide mobile wallet options for...
### Instructions Please fill out the template below to the best of your ability and include a label indicating which tool/service you were working with when you encountered the problem....
# FCL Data Retrieval ## Overview A common desire for application developers and smart contract engineers is to be able to store data somewhere, and retrieve it for use within...
### Problem utilize "send" API to start a transaction in Chrome Incognito mode. after clicking the approve button on the frontend UI widget. Error: Declined: Session expired (signature failed). Please...
### Problem When calling `getEventsAtBlockHeightRange`, if the latest block height is 1000 and you request 999 - 1010, the call returns successfully and you have no indication that blocks 1001...
## Overview There are existing Access API Methods for Get Network Parameters that the JS-SDK does not currently support. The Execute Script methods are: ``` // GetNetworkParameters retrieves the Flow...
Not all wallets will work for all situations. FCLs wallet discovery should default to the most open and general purpose wallets, limited utility wallets (supports a specific subset of general...
## Overview With the segmented transaction fees work which is going into the April 6 spork, as described by FLIP-660 and FLIP-753, transaction fees will need to be calculated via...
https://github.com/onflow/fcl-js/blob/68c72bd32a5a156afd28b7c2a50d49b34d2d2740/packages/fcl/src/current-user/normalize/service.js#L35