Phantom - Wallet for Solana blockchain
Phantom is a wallet and browser extension that can be used to manage digital assets and access decentralized applications on the Solana blockchain.
This is awesome! Great advancement for the Bubble community and one step towards brining Blockchain to maintstream in no code development. I do have one question. Does this support the Transfer of NFT transfers between Wallets? I assume this is just the integration to Phantom and the plugin retains the Phantom infrastructure which would support NFTs. Is that correct?
Awesome. Thank you that would be huge. Also for NFT marketplaces, will this wallet integration have the ability to add marketplace fees to transactions on marketplace?
It will work the exact same way it works with other apps that uses Phantom wallet. Have you ever used one? Because if you did, you would know how it works.
You can play around with the demo page and see what it will do
What I meant was the ability to control these features from bubble. i.e. prompting a swap automatically. It’s a unique ask, not sure if it’s possible.
Id be curious to hear about this as well. Definitely could use capability to pull NFT image into bubble application, along with initiating NFT transfers while in bubble app.
So I read below and I could be wrong, but having this plugin give us access to have Solana minting sites is not possible right now, but on the roadmap, and not a priority? Just making sure, this will “not” atm give us minting features?
I just tried the test version and it looks like it cannot find my MIKI tokens.
I created SPL tokens for my app. The token address is F9ZDLuTiRJwrmeP5zystepNofya4CvDpWpoVkbZbZwi1. But when I enter the token address I don’t receive the balance as a result.
You do not query the token contract address to find SPL balance using this plugin.
You query the program account within the wallet itself. On Solana, each SPL token within a wallet has a separate address. Most users don’t know or interact with these addresses since UX is good enough to allow send/receive to the overall wallet pubkey “address”.
Open Phantom Wallet
Go to the specific token you wish to query
Click “three dots” drop down
View on Solscan
That address is what you use to query the balance.