cp .env.example .env
yarn test
yarn test test/Greeter.ts
yarn test:coverage
https://hardhat.org/plugins/solidity-coverage.html#tasks
yarn test:gas
https://github.com/cgewecke/hardhat-gas-reporter
yarn lint
npx hardhat watch compile
Running the following command will start a local node and run the defined deploy script on the local node.
npx hardhat node
yarn mainnet:deploy
yarn mainnet:verify
hardhat tenderly:verify --network mainnet ContractName=Address
hardhat tenderly:push --network mainnet ContractName=Address
yarn ropsten:deploy
yarn ropsten:verify
hardhat tenderly:verify --network ropsten ContractName=Address