I tried creating a new hardhat project. I tried the following commands in terminal.
npm init --yes
npm install --save-dev hardhat
But when I use the following command
npx hardhat
I think hardhat have changed the contents. Couldnt find anything in the official document.
Can someone suggest how to create a new project using hardhat.
Edit: Contents of the folder
run
You will get the location of a hardhat config file like this:
Delete it and run npx hardhat again