HardhatTutorial

npm init --yes
npm i hardhat
npx hardhat
npm i @nomiclabs/hardhat-ethers ethers @nomiclabs/hardhat-waffle ethereum-waffle chai
cd .\contracts\
npx hardhat compile
npx hardhat test
npx hardhat run scripts/deploy.js
npx hardhat node