npx hardhat nodenpx hardhat node --fork <https://eth-mainnet.alchemyapi.io/v2/API_KEY>https://hardhat.org/guides/mainnet-forking.html#mainnet-forking
yarn testyarn test test/MasterChef.test.jsMocha & Chai with Waffle matchers (these are really useful).
https://ethereum-waffle.readthedocs.io/en/latest/matchers.html
https://hardhat.org/guides/vscode-tests.html#running-tests-on-visual-studio-code
npx hardhat run --network localhost scripts/seed.js
yarn console
npx hardhat --network localhost consolehttps://hardhat.org/guides/hardhat-console.html
yarn test:coveragehttps://hardhat.org/plugins/solidity-coverage.html#tasks
yarn test:gashttps://github.com/cgewecke/hardhat-gas-reporter
yarn lintnpx hardhat watch compile