I'd like to find a way for an address to trigger a transaction without paying the cost of eth.
I know that two years ago there was some talk about making this a feature of ethereum. Does anyone know what the status of that is?
Until then I'm trying to figure out how to do a workaround.
I was thinking that I could have a contract loaded with eth that would then approve other address to call the contract and trigger that contract to issue a transaction.
So then the address could then use some kind of delegate call to this contract. If the address was on the approved list then this contract would issue the transaction and pay for the eth.
Would something like this work? And can anyone point me to an example of this being done?
Thanks!