Flutter and Phantom Together #240
uemirhanselim
started this conversation in
General
Replies: 1 comment 1 reply
-
Hello @uemirhanselim, We do not have any native libraries for flutter. Currently all Phantom interactions with other mobile dapps are acheived using deeplinks. But that is only for signing messages and sending transactions. In order to display a users balance you will need some other service like an RPC provider in order to read data from the blockchain. So you would use a deep link to connect phantom to your dapp and with the pub key you could query your blockchain data service for balances and transaction history. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I connect a phantom wallet to an app, my purpose is to show my phantom wallet balance in flutter app. Is there a doc for flutter that I can use, I couldn't find any.
Beta Was this translation helpful? Give feedback.
All reactions