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.

rs pub struct CronCatTestEnv { pub app: cw_multi_test::App, pub factory: cosmwasm_std::Addr, pub manager: cosmwasm_std::Addr, pub tasks: cosmwasm_std::Addr, pub agents: cosmwasm_std::Addr, }

There are additional exposed methods that will allow integrators to store and instantiate the various CronCat contracts.