fcl-js
                                
                                
                                
                                    fcl-js copied to clipboard
                            
                            
                            
                        FCL (Flow Client Library) - The best tool for building JavaScript (browser & NodeJS) applications on Flow 🌊
A footgun emerging with the new global context decoupling is that within the codebase it's very easy to mistakenly rely on global singletons (e.g. config(), currentUser()). A linter rule could...
Closes #2390 Added a folder called **docs-generator** containing scripts to generate documentation for the onflow/docs repo from packages codebase.
Close #2263 As suggested by @jribbink in #2263 comment, I removed enums and substituted them with their type compatible version like this: ```typescript const SomeEnum = { FOO: "foo" }...
https://github.com/onflow/fcl-js/issues/2408
Closes #2402
Closes #2470
Currently, `useFlowTransactionStatus` returns the transaction status. But, we also need to introduce a new hook called `useFlowTransaction` which returns the transaction data. Note: there was previously a hook called this...
# Description This PR addresses issue #1488 by converting the `util-invariant` package to use `util-logger` under the hood instead of direct `console.error` calls. ## Changes - Converted `util-invariant` to use...
### Current Behavior Adding multiple chains to config in wagmi with Rainbowkit automatically enables a UI element that allows the user to switch chains: export const config = createConfig({ chains:...