🤖Upkeep Subscriptions
Managing Chainlink Upkeep Subscriptions using the Dev3 tools.
Introduction
Upkeeps are contracts you set up on Chainlink Automation that allow anyone to run a smart contract function automatically according to a custom predefined schedule. Time-based upkeeps are similar to cron jobs. Upkeeps are a part of the Chainlink Automation Product.
Usage
To start using this module, initialize the Dev3 SDK & Chainlink KeeperRegsitry instances first, like this:
Once initialization function is finished, you can start using the Upkeep Subscriptions module by interacting with the functions registry object!
Last updated