fcl-js
fcl-js copied to clipboard
FCL (Flow Client Library) - The best tool for building JavaScript (browser & NodeJS) applications on Flow 🌊
[FLIP-934] Interaction Template Integration
### Improve building discovery service on authn - Build service based on wether discovery.api or discovery.wallet is used - Refactor and move to discovery - [chore] Move and cleanup default...
In order to add support for WalletConnect and other client configured authentication services, FCL can use a service plugin registry or config to extend it's service methods. Client configured services,...
### Problem The documentation for `getBlock()` says that it returns `BlockObject`, which should contain the `signatures` field: - https://developers.flow.com/tools/fcl-js/reference/api#getblock - https://developers.flow.com/tools/fcl-js/reference/api#blockobject This was indeed the case when I used [email protected],...
### Issue To Be Solved While browsing documentation, I noticed there are a few instances where I can't find information about the type returned by fcl-js. [**1. Transaction args**](https://docs.onflow.org/fcl/reference/api/#transactionobject) ![Screenshot...
### Adds a new package to wrap WalletConnect and expose SignClient and utils This adapter/wrapper allows us to pin WalletConnect to a version for use with FCL. It exposes `initWcAdapter`...
Services and their accompanying strategies potentially can be added to FCL via a plugin type architecture. Discovery around plugin strategy here. --- execService and existing strategies would need refactor, enhancements
PKG -- [util-address] Adds isValidAddressForNetwork utility