onflow / fcl-dev-wallet

A Flow wallet for development purposes. To be used with the Flow Emulator.
Apache License 2.0
51 stars 34 forks source link

[FEATURE] Add HTTP/POST support to dev wallet #196

Closed jribbink closed 1 year ago

jribbink commented 1 year ago

Issue to be solved

The dev wallet currently only supports IFRAME/RPC. This is problematic because platforms such as React Native depend on HTTP/POST functionality and access to the dev wallet is essential for development to run smoothly.

Suggest A Solution

No response

What are you currently working on that this is blocking?

fcl-js react native integration