Yes, we have a demo on how to sign up a user using MetaMask only see here
MetaMask allows single payments only. You could limit your functionality until user pays his membership, and do it every month.
Another way to do it would be to build a smart contract that will automatically do the payment. But for that you will need to find a Solidity developer.
I am trying to check the balance of a users wallet for a ERC721 NFT.
I believe this can be done using web3.js. I am confused on how to set this up but I would love to learn how!
Can a kind person on here point me in the right direction how to do this. I found a post on stack exchange that showed some code to it but I’m not sure how to implement that into bubble.
Im clearly a super beginner when it comes to anything that involves code but just a simple explanation of what needs to be done to implement this is enough and I’ll figure out the rest.
You will need the smart contract ABI.
Usually, all ERC721 contracts have a function balanceOf.
Use this function to check the balance (insert its name in Action name field)
In the Parameter 1, insert the wallet address to check for.
How can i transform an Wei number to an Hexadecimal number? Because when i try to transform a Wei number that value is more than 999.99, he just gave me an error and don’t make any change
[WARNING] [WARNING] [WARNING]
the plugin has a issue, when i use “A web3 & Metamask Transaction sent successfully” or other function of the plugin on workflow element, he saves two or more itens on database.
From my understanding it is not send to contract as an arrayt, it is just the way it accepts parameters. Try to do a test deploy on any testnet.
For example, the test contract from our demo page, accepts 1 parameter (a number) as argument, not an array. But still, we send the parameter in array format [45].
Deploy is the integrated function in the initiated contract, so it does what it says directly.
Send Transaction however is used for many other things besides it, and I’m not really sure how it can accept parameters such as in your case.
What’s up EzCode. First off I love the work you all do and the power house templates and plugins that come with! I was wondering if the community could so kindly guide me through how to Mint and NFT with the Metamask Plugin. I have experience with ERC-20 but I am really looking into allowing users to mint their own NFTs. Thanks and I really appreciate any screenshots or guidance
Cheers and happy coding.
Awesome thanks for the quick response Andrew. I love this plugin and cannot wait to see where this takes the crypto industry! Cheers bro and have a great day!