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 Define spec for notifications in FCL ### Suggest A Solution _No response_ ### What are you currently working on that this is blocking? _No response_
### Issue to be solved Currently [tx object](https://developers.flow.com/tooling/fcl-js/api#transactionstatusobject) includes errorMessage, which is a bunch of text like this:  But FCL is tend to end-users, developers have debugged and tested...
### Current Behavior Following errors are shown and application is not working: ``` ERROR in ./node_modules/@onflow/types/dist/types.module.js 303:39 Module parse failed: Unexpected token (303:39) You may need an appropriate loader to...
### Issue to be solved Users can import and manage multiple Flow accounts using a wallet, enabling them to easily switch between them. For instance, a user can connect to...
### Issue to be solved API endpoints to check - execute script at block, - execute script at height - get account at height test against block older than 100...
### Issue to be solved There are currently a few issues blocking FCL from working in React Native. Would be nice to get the issues resolved so that people can...
## Issue There is no explanation on the [FCL events](https://developers.flow.com/tools/fcl-js/reference/api#events) docs for how to derive the event name to put inside of `fcl.events()`. Someone has to find the format on...
## Instructions ### Issue To Be Solved "encode" is exported in @onflow/rlp but "decode" is not. Need to make decode available ### (Optional): Suggest A Solution Need to make decode...
Update `logger-util` to generate a link to allow for optional one click reporting of the error or issue. Allows for metrics and data to be collected via voluntary and simple...
### Initial Acceptance Criteria - [ ] CI to verify functionality of current FCL version to be run on every PR. - [ ] Develop a set of JS testing...