Hello all,
I'm developing a "corporate" DApp, therefore the employee don't have any reason to "spend" their ether/gas for interacting with the contract...
Is there any way to enable each transaction to be Auto-paid by the contract itself? If not how would you address this problem? I cannot pass ETH to employee, because they might "spend it" and at the same time why they would use their own ETH?
Thank you all for any suggestion
Cheers
This is cool but why necessary ethereum network, there are other blockchain as suggested by some users above. Have you think how to handle the transaction fee when there is network congestion? Are you willing to let go of all the fee on your contract by your staffs? Remember it's a decentralized application where full authority will be handle by your employees. Don't forget that frequent interaction with smart contract increases fee as well.
Perhaps, you should provide monthly targets spending limit to interacts with DApps or change network.
#peace.