CronCat Integration Utilities
This repo contains helper methods for projects adding automation to their smart contracts using CronCat tasks.
There are helper constants, functions, and cw-multi-test exports that'll aid dApps in testing their custom workflows that leverage CronCat automation.
set_up_croncat_contracts— you may provide an optionalcw-multi-testAppobject, and it will set up the CronCat contracts and return this struct with helpful variables to be used in unit tests.
add_seconds_to_block— convenience method to move time forward in thecw-multi-testenvironmentincrement_block_height— convenience method to increase block height in thecw-multi-testenvironment
There are additional exposed methods that will allow integrators to store and instantiate the various CronCat contracts.