fcl-js
fcl-js copied to clipboard
FCL (Flow Client Library) - The best tool for building JavaScript (browser & NodeJS) applications on Flow 🌊
https://github.com/onflow/fcl-js/issues/2099
Currently we are using WalletConnect's JSON-RPC provider for fallback requests to the EVM gateway in the FCL Etheruem provider. We should investigate other alternatives as this was a temporary remedy...
### Current Behavior When the WalletConnect session expires, it does not expire the currentUser's session. This is problemmatic for LOCAL_STORAGE, as the user will be prompted to authenticate through the...
```[tasklist] ### Deprecate - [ ] `events` FCL utility - [ ] `subscribeEvents` SDK builder - [ ] The corresponding HTTP Transport request type ```
### Current Behavior I've tried to shoehorn @onflow/fcl into a Node script to test something. I've received an error that: Error: INVARIANT query(opts) -- Required value for "accessNode.api" not defined...