-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SignAndSendTransaction not working on Phantom #86
Comments
By the way, I was also not able to call |
I'll check tomorrow. Thanks! |
Hello @haykgalstyan! I just pushed version 1.4.0-beta02 with the fix for this. Also, regarding examples, since the constructions of Solana transactions would depend on the library you choose we can not really add them in the docs, however you can see a couple of example here, using Again, thank you so much for reporting! |
By the way, solana methods with phantom only work on mainnet, sadly they seems to have issues when using testnet or devnet. I have already reached out to them for guidance. |
You are so fast! :D Thanks a lot for a quick fix! |
Is there any hope we would have Solflare wallet for solana? I have tried the solana_mobile_client for flutter and it worked for android both mainnet and devnet. But it's clunky providing UX for both Reown's modal and other wallets separately. @quetool |
When I saw that Phantom wallet is a service implementation, it came to my mind that maybe there could be Solflare version in the future? |
About Solflare: We have de-listed it from mobile options because they don't support WalletConnect protocol and, unlike Phantom and Coinbase (which they don't support WC protocol either), they don't provide either any kind of API/SDK (which Phantom and Coinbase does). Basically we are not the one that supports a wallet, it's rather the wallet that supports WalletConnect protocol and since we support WalletConntect protocol by default, those wallets are already supported from AppKit. About I am not an expert in Solana but feel free to open help requests if you ever feel stuck with this packages although it's always better to directly reach out to developers. |
Understood, thanks for all the details and clearing things up, this is very helpful! |
Hello!
I'm not sure if this is an unimplemented feature or a bug, but as mentioned in the title, calling
appKitModal.request(...)
withsolana_signAndSendTransaction
method is throwing an exception with Phantom.Following the stack trace took me to this piece of code in
PhantomService
class.But I also found a
buildSignAndSendTransactionUri
method inPhantomHelper
class.So I'm not sure if this was not used because it did not work, or if this is planned for the future.
I'd at least like to know if this is planned in upcoming releases or if I should look for other solutions...
The text was updated successfully, but these errors were encountered: