Hello there. Is there a limit of request for my dapp on Ethereum network?
May 9, 2022, 7:57 AM
Depends on your rpc provider
Your own node? Then none
May 9, 2022, 8:08 AM
I mean, I set up an dapp with web3 with default provider, I did not use any rpc provider.. i dont understand how it works. Is it not enough to set web3 with network name and ID?
May 9, 2022, 8:12 AM
There is no 'default provider'. You're probably using infura
May 9, 2022, 8:29 AM
I sign transactions with metamask
For an nft mint dapp
May 9, 2022, 8:30 AM
What about other functions?
Like static calls and stuff
Metamask use infura btw
May 9, 2022, 8:32 AM
I use hashlips-nft-minting-dapp as a template, no provider specified
May 9, 2022, 8:32 AM
Hmm can you share the code? I'm pretty sure its using infura as well
May 9, 2022, 8:32 AM
https://github.com/HashLips/hashlips_nft_minting_dapp
I think I understand now. So basically all static call I have to do will be called with Infura or Alchemy or whatever, but because minting is a transaction that needs to be signed , metamask take cares of it. Am I right?
May 9, 2022, 8:36 AM
Yep its connecting to metamask
Actually the dapp is using mm for static calls as well. You need to connect wallet to load anything
May 9, 2022, 8:39 AM
Thanks for taking time to answer to me. I really apreciate, mate! ❤️
May 9, 2022, 8:39 AM