Hi. Thanks for the plugin! Could you include an action in backend to subscribe/unsubscribe a user in Moralis, an action to get all transactions of this user and another to synchronize for new transactions?
I noticed the existence of an element that receives new transactions when the wallet is synced “A Moralis Sync New Transaction”. Very good. But my use case needs to receive all user transactions executed in wallet. I have not identified a specific element for this or an action. If there really is no such function in the plugin, would it be possible to include it? Moralis documentation states that the system automatically downloads all user transactions carried out in the wallet. Already for the attention.
Function name field, should contain only the name, in your case: claim
everything else from the inside are the function parameters, each of them should be in the “Parameters” field of this action.
Open the small documentation under this field.
It seems to me to be something in the formatting different from the json in the parameters. That’s what I need to know, if the formatting is wrong.
It seems to me to be something in the formatting different from the json in the parameters. That’s what I need to know, if the formatting is wrong or if there’s a bug in the plugin.
Hi, in your screenshot seems like you are using the wrong format of double quotes. Make sure they are of standard type. Usually it happens when copy/pasting the json data is reformatting.
From your other screenshot, the owner parameter doesn’t have double quotes, try to add them, and again, make sure they are of standard type.
@ezdev Can you add the ability to create a wallet when user signs up with email? Or the ability to link wallet and manage user keys with the app? Cheers.
I just had a quick question → What is the process I would go through in order to display NFT images from User’s Metamask Wallet?
I can get to the point of seeing user’s Wallet address, and even being able to display the text information for “All Wallet NFTs” - But I can’t figure out how to display the images.
With that, I’d love to be able to limit it to specific collections as a condition when pulling from the users wallet.
All help is appreciated immensely! Thank you so much.
See this demo page
In the result, there’s a parameter called “image”, you will need to extract that parameter using regex.
You can use this demo page from Web3&Metamask for reference, it uses the same method to extract data from json response.
Hi, is it possible to make a Contract Write with this plugin? I mean, I have my own contract with custom functions, including some payable functions. Can I call (ie Contract Write) these functions with this plugin ? if yes, can you pls tell how to make the call? Thanks.
Yes, it is possible using action called “Run Contract Function”
However it is a bit limited, so I strongly recommend using the Web3&Metamask plugin for Write contract calls, it is way more flexible (there is a also a few demo pages)
It can be combined with Web3Auth if you want to use other wallets besides MetaMask
If you will have more questions, I will be happy to help, join our Discord
Hi, thanks for your prompt reply.
I had tried Run Contract Function but…it seems only Read interactions can be done with it - while Write function calls seems not to work at all. Also, I have seen that with Run Contract Function I can not send payments (BNB, ETH, etc) along with the Write function call, ie there is not a “value” field to use.
It would be GREAT if you guys could update this plugin with a full functional Write functionality as in Web3&Metamask which I am using perfectly (lovely plugin, good job) and also with the Wallet Connect plugin (I do not remember if it yours, sorry).
This Moralis plugin, IF you guys add a real Write functionality, could avoid develpers using Web3&Metamask and WalletConnect plugins and always keep track of what connection the user has chosen.
I has also tried Web3Modal + Web3&Metamask to do Write calls to my custom contracts, but such combintion seems not realiable, sometimes it get stuck and there is no popup in the Wallet to confirm the transaction, I could not figure it out how to fix this, maybe my fault,I do not know… I decided to stay with Web3&Metamask + WalletConnect plugins - until you upgrade Moralis plugin :-).
I do not know Web3Auth, I will double check if it fits my “Write” needs.
Thanks!