I got this error, Anything to fix here?
Make sure you have inserted the wallet to send to correctly.
Do a step by step and see if the parameters are correct.
Double checked that the wallet being sent to is a valid wallet, and the parameters are correct.
ok, now i have it all. valid token adress, walid receiver wallet. The connect to wallet works but when i try to send a token (USDT) it doesnât do anything. Is there some documentation for this plugin? about 2 weeks ago i contacted EZCode and got no valid response
This plugin looks great. The possibility to send SPL tokens from one wallet to another one is key. Stupid question here, but just to make sure: the sender needs to have a phantom wallet, but the receiver can have any wallet - is this correct?
Two important points that I have to consider: I need this plugin to be reliable and secure. Looking at the comments, I have the impression that updates keep impacting workflows. Is this plugin going to receive continuous support?
Yes, but it must be a wallet on Solana blockchain.
Yes of course! For example, this is the history of updates of this plugin:
If there are any break-changes in the update, we always write a warning here and in the Discord channel.
Note that we even have a separate Discord channel, for users of our plugins, for support and communication
Hi @mihai.soare
Firstly, this plugin is now in NovaBloq team
If you receive no response, it may happen that we somehow missed your message. You can contact me in PM any time.
Make sure you have enough amount of tokens in your wallet (more than you want to send).
Make sure the amount you want to send is not 0 or empty.
And lastly, make sure that your plugin is on the latest version (now it is 1.5.1)
Update: v.1.6
New Feature: Load All NFTs in a wallet!
Demo: Phantom: All NFTs in wallet
Other changes:
- As you know, the API call âGet SOL Balanceâ was deprecated for the last 3 updates (there was a warning in the name of this api), we have removed it completely now.
Use plugin element action instead (see Get Sol Balance on demo page)
Update: v.1.7
New feature: Get All Tokens in Wallet and their balance
Demo: https://phantom-wallet.bubbleapps.io/version-test/load_all_tokens
Hi,
âDisconnectâ does not work. It logs out, but if it refresh page, it comes back connected.
This happens on your demo site too. How to solve?
Hi, thanks for reporting, there was a bug causing this.
We have fixed it and pushed an update.
It works great, congratulations!
However, I really need Token Address, Mint Authority and Update Authority. And I need it ASAP. How do I get this from the nfts list?
Hey guys. Does anyone know how to properly create a user with this plugin?
Iâm following this guide How to sign up a user with MetaMask Signature in Bubble - YouTube
And iâve managed to create users, but I canât get them to login once created and logged out.
It just says âthe email is already in useâ.
I cannot get this one to work now, showing CORS error in console
If you are using the wallet address as email, add a condition to create the user only if thereâs no user with this wallet address in the database
After I create a âsend a SOLâ event. Is there some kind of state when the user approves the transaction?
I want to use that state to show a âtransaction loadingâ modal
âPhantom message signedâ didnât work for this
There is a special state for that, called âTransaction Statusâ
it has these texts:
âGetting Signatureâ
âSubmitting Transactionâ
âSentâ
âCanceledâ
I will add it in the plugin description
Update v.1.8.0
- Fixed load all NFTs/Tokens in a wallet
- Fixed Get NFT Metadata
- New optional field âuse Custom RPCâ
Optional field in the plugin element:
Is it possible to mint NFTs using this plugin? I see you can send a transaction but not sure if that is the same thing. If I use the metamask/web plugin, can I have users connect with this phantom plugin and have the smart contract be accessed through the web3 plugin? Thanks so much