Hi,
what approach do you use to automatically execute a function inside the smart contract once per day or on a give date in the future?
This function uses gas fee. Do you send some ETH to the smart contract and than this contract uses this ETH to execute the function? How do you program when the function is run?
Thanks in advance!