Ability to get a Provider instance with react native wallet connect #700
Unanswered
intergalacticspacehighway
asked this question in
Developer Support
Replies: 1 comment 2 replies
-
I'm trying to do the same thing. But there does not seem to be a standard solution (or if there is, it is poorly documented). I'm pretty new to react native and wallet connect, so take what I say with a grain of salt. Here is what I'm trying to do.
Will let you know if this works. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for the library!
I am using it with react-native and following this documentation. Is there a way to get a Provider object with
useWalletConnect
hook?I referred web3 Provider docs, but this appears to be web specific and also it won't be connected to my wallet.
For my usecase, I need the Provider instance as some other SDKs depend on it for signing messages. e.g. Biconomy
I am happy to submit a PR if someone can provide some direction. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions