We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I try to perform a minute to test I get this error on the console, anyone with a tip?
The text was updated successfully, but these errors were encountered:
Can you please paste in the entire stack path? Copy the whole error, not just part of it.
Sorry, something went wrong.
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)
No branches or pull requests
when I try to perform a minute to test I get this error on the console, anyone with a tip?
The text was updated successfully, but these errors were encountered: