Thanks!
Is there a way to read from the smart contract where I can find all the NFTs listed under one creatorâs address?
Since now we can filter by ownerâs address, but what about the creatorâs address.
Thanks!
Is there a way to read from the smart contract where I can find all the NFTs listed under one creatorâs address?
Since now we can filter by ownerâs address, but what about the creatorâs address.
That would be awesome!
I would use moralis api for this
Update v.2.16
New feature:
Convert ETH/BNB/MATIC or any other native token (depends on the chain) to WETH/WBNB/WMATIC etc. and vice versa.
The action will trigger an event when it is successful âWrap-Unwrap event Doneâ
Hi, How can I filter NFTs by categories like art, sports, etc along with price?
Hi, Iâm not sure how it is related to the plugin itself⌠it all depends on the NFT metadata.
Maybe ask it in a separate forum thread?
I donât really get what exactly is your issue?
You are the only one complaining about it. Can you describe what are you trying to accomplish?
Send it in PM to avoid spamming.
Dear web3 devs, consider become a Patron for one to one support
Iâm trying my best to help all of you but it is really time consuming.
@ezdev
Can I set up early access mint for my NFT Collection with this. e.g a website where people could mint using metamask login and then minting nfts ?
Can I also change my smart contract configurations and rules?
If your contract have such functions to change configurations then yes, you can use them with this plugin with plugin action âWrite smart contractâ
Yes, it is up to you how to setup the website, the plugin gives you a tool to work with metamask and smart contract. How to orginise the early access is up to you since Bubble is really flexible.
Hello,
Is it possible to filter the balance of token dynamic data function? I have two get balance calls (for two different tokens) and I would like to update a text field based on only one token.
Thanks!
Use the Bubbleâs âConditionâ and âOnly whenâ features so when a certain condition is met, you can show the other token.
Thank you for your answer.
Which condition should I use in order to catch the respond of the get balance action?
The get balance will trigger an event âGet Balance - Doneâ and response will be available in the plugin state âBalance of Tokenâ see documentation
You can then save this response in your own custom state to use later.
Thank you for your answer, it works!
Another problem, I am not able to get the result of a read function where the output is an array of struct.
Do you know why?
thanks
You will need no extract the result from this array, use an regex patern.
A regex pattern on the âcontract read resultâ output?
The read function doesnât seem to fire a read event when the output is an array of struct.
The read contract result is in state âContract Read - Resultâ any result will be converted into a string, for instance an array would look like â[âaâ,âbâ]â
try to add the state, Contract Read - Result, into a text and see how it looks like.
Has anyone expereienced issues with the Brave Browsers built in wallet. The plugins detect it as metamask installed but it doesn;t seem to respond to metamask calls such as signing. @ezdev any thoughts on how best to handle properly using the Brave wallet or detecting that itâs not supported?
Thank you for feedback, I will take a look on what can be done here
Edited
So far I see that it works practically exactly as Metamask, I did a few tests on our demo page, and features like, connect, sign, token balance etc. works well.
Make sure your Brave browser is on the latest version.
Hi! Is there a way to have one connected wallet run on the backend?
I am trying to interact with the smart contract with one wallet (the connected wallet) first then run another interaction using the user wallet.
I am afraid there may be security issues as well on this
Thanks.