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 kovan
https://faucets.chain.link/kovan
https://docs.chain.link/docs/chainlink-keepers/register-upkeep/#how-funding-works
npx hardhat verify --network kovan <contract_address> <constructor args>
npx hardhat run scripts/listener.js --network kovan