fcl-js
fcl-js copied to clipboard
FCL (Flow Client Library) - The best tool for building JavaScript (browser & NodeJS) applications on Flow 🌊
### Issue To Be Solved `fcl.logIn()` does not take any input params, logged in users need to write email address again while connecting to wallet (example: connecting blocto wallet). ###...
### Instructions To test it out I used the example Dapp and example Wallet from [this repo](https://github.com/onflow/wallet-extension-example). I tested with FCL 1.0.3-alpha.0 and FCL 1.3.1 to be sure it wasn't...
### Problem `serialize` is missing from the API documentation https://github.com/onflow/fcl-js/blob/master/packages/fcl/src/serialize/index.js
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 7.0.2 to 8.1.0. Release notes Sourced from parse-url's releases. 8.1.0 [email protected] fix: cjs to load normalize-url /cc #58 fix: Include index.d.ts in package.json /cc #63 feat: support...
Closes #1367. Uses @bluesign's script to get network name. Also updates existing packages to use this new util and deprecates `flow.network` in config. The util will be run at startup...
FCL Scripts might rely on and import deployed contracts. We need a reliable way to get configured access node network for use in importing contracts conditionally based on this network....
Need `wcRequestHook` hook to only be called when user approval is required. Also should rethink type sent for clarity. - Currently is called even if a pairing exists and a...
### Instructions It will be great that FCL can decode a RLP encoded message back to transaction object, when there is transaction relating with multi-sign then RLP will be reliable...
Jest supports a --coverage flag. Need to add that during testing and upload tests to https://github.com/marketplace/actions/code-coverage-summary This might require some permissions changes.
Close #304. Implement builder and sender for GetNetworkParamters.