Executors

Anyone can execute the tasks. Successful executor will receive reward set in the smart contract.

All scheduled tasks are stored in the box storage at the task pool contract.

List of deployed task pool contracts:

  • Algorand Testnet: 643872805

Sample executor code is here: https://github.com/scholtz/BiatecCron/blob/main/src/bin/executor.ts

This sample executor can be run as docker image or as the kubernetes deployment.

Last updated