Authorization framework on Account Abstraction

Hello guys, I’ve been building an authorization framework on top of Account Abstraction on Ethereum. So basically you can grant permissions on your account to an address (e.g execute this function on this smart contract with this arguments). It can be very useful for asset management protocols or vote bribing so you only give access to your vote. The final goal is to have a very simple workflow like the discord Oauth one. Will appreciate to get your feedback on it. More information here:
[

View Source

Leave a Comment