I need to create a contract that will make recurring payments as per user's request, the contract will ask the user to tell the sender and receiver address and it'll transfer some amount of erc20 tokens from sender to receiver in recursivea recurring manner, may be - maybe every month, or daily.
I was reading through ethereum alarm clock, what I understand till now is that it'll schedule the transaction to be run later, but can it be made recursiverecurring? like every 2 months?
A quick start link or suggestions would be appreciated, Many Thanks !