.env file with the following variables:
MAINNET_RPC_URL - an infura or other RPC provider to fork mainnet.
npm install
or yarn install
Run local node: npx hardhat node --network hardhat
Deploy: npx hardhat run scripts/deploy.js --network localhost
npx hardhat test