having issues when i am trying to npx hardhat run scripts/deploy.js –network localhost
this is the error I received Error HH601: Script scripts/deploy.js doesn’t exist. I am a total beginner and have tried many different options and none have worked
I was opening a hardhat node and that went fine but when I go to run the npx hardhat run scripts is when I encountered this error code
I am getting this error when i run this command i am using macbook m1.Can anyone tell me what to do
npm install –save-dev @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ether ethers
error on trying to verify solidity contract with Hardhat for Etherscan
I am trying to verify and submit my contract source code to etherscan using hardhat but I am running into the following error and I do not understand how to resolve the error. I’ve read through the code and I cannot spot what I am doing incorrectly. Please can someone advise?