fcl-js
fcl-js copied to clipboard
FCL (Flow Client Library) - The best tool for building JavaScript (browser & NodeJS) applications on Flow 🌊
### Current Behavior The `subscribe` function returned by transaction has a type of `(arg0: SubscriptionCallback) => () => void`. However this function returns an unsubscribe function. It is also unclear...
Update the documentation adding how to use default configurations like: ```typescript import {flowTestnet} from "@onflow/fcl" fcl.config({...flowTestnet}) ```
The link on the FCL Readme to the typedefs package types list is broken: https://github.com/onflow/fcl-js/blob/master/packages/fcl/README.md?plain=1#L155 Update needed to fix it.
### Issue to be solved Currently TS imports are too scattered, some types I had to look through the source code, and some of them I still need to create...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.7 to 6.6.1. Commits 9b77436 6.6.1 04cb6f5 Merge commit from fork b8a7edd 6.6.0 34c8534 fix: signature verification due to leading zeros See full diff in compare view...
Currently, the connector is bound to a single network. We need to make this connector network agnostic.
We need to solve some of the user journey issues around Cadence-native wallets without Flow EVM support (e.g. Blocto/NuFi/Other). Without guidance, user's will inevitably find this journey very, very confusing....
## Problem Currently, we calculate the hash in eth_sendTransaction with the assumption that our expected nonce will match that during the time of transaction execution. However, there exist race conditions...