Closed fnanni-0 closed 2 years ago
mistx.io?
I recommend using OpenZeppelin ERC20 extension with permit function.
I will explore this once we finish the work adapting EIP 1620 to make the token streamable. @donosonaumczuk if you'd like to explore on a specific branch for this, let me know.
I will be implementing EIP-2612: permit for UBI. Once become ready I will reference a pull request here.
Pull request #95 has an implementation of permit function for UBI ready for review. Hope we can build an UIP and get this feature approved.
Merged on master.
This is an idea for a new feature.
UBI holders won't necessarily have ETH to pay for the gas used in transactions nor the money to buy ETH. Implementing something like https://eips.ethereum.org/EIPS/eip-2612 into UBI token would allow low income users to transact UBIs in a gasless way by using signatures and letting the recipient of the transaction pay for the gas.
This one might be useful as well: https://eips.ethereum.org/EIPS/eip-3009.