nft-marketplace => Web3ValidatorError #6145
Unanswered
Benji09bal
asked this question in
Web3 Unleashed
Replies: 1 comment 1 reply
-
stop @ me lol |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have followed "How to Build a NFT Marketplace DApp on Ethereum or Optimism" https://trufflesuite.com/guides/nft-marketplace/. However when deploying locally on ganache or sepolia, I always have this error although I am well connected with the correct wallet address importing on metamask: Web3ValidatorError: Web3 validator found 1 error[s]:
value at "/0" is required. This says it's from pages/create-and-list-nft.js (69:30) @mint > 69 | architectContract.methods.mint(url).send({ from: accounts[0] }).on('receipt', function (receipt) {. I've tried everything and can't find a solution. Could you please tell me 'help?
Beta Was this translation helpful? Give feedback.
All reactions