nft-minting-app
nft-minting-app copied to clipboard
errors.js:33 Uncaught Error: Invalid number of parameters for "mint". Got 2 expected 0!
when I try to perform a minute to test I get this error on the console, anyone with a tip?
Can you please paste in the entire stack path? Copy the whole error, not just part of it.
this means that your smartcontract abi doesn't support minting.
i have same issue
my error is got 2 expected 1
on line 133 in App.js, change .mint(blockchain.account, mintAmount) to .mint(mintAmount)