I'm brand new to Solidity, and I completed a tutorial to create my own token.
Is there a way to automatically transfer my tokens to specified addresses at some time interval? In other words...
What code should I add to the contract that will transfer 100 tokens to wallet address 0x... once a day forever into the future?
I used the code at the Ethereum Foundation's website: https://www.ethereum.org/greeter