Demonstration of Chainlink Keepers on Kovan testnet. Owner has ability to toggle counter on/off.
KOVAN_URL= <node provider API key>
KOVAN_KEY= <private key>
ETHERSCAN_KEY= <Etherscan API key>
POLYGONSCAN_KEY <Polygonscan API key>
CONTRACT_ADDRESS= <deployed address>npx hardhat run scripts/deploy.js --network kovanhttps://faucets.chain.link/kovanhttps://docs.chain.link/docs/chainlink-keepers/register-upkeep/#how-funding-worksnpx hardhat verify --network kovan <contract_address> <constructor args> npx hardhat run scripts/listener.js --network kovan 