# Update 3 1. I started with the project at the repo - https://github.com/plusminushalf/epf-wallet 2. I helped in mentoring people participating in EthIndia, we had a track specific for Account Abstraction & we saw 60+ project submissions. - https://twitter.com/plusminushalf/status/1599671432744951811 3. I explored SES for a secure environment to execute wallet specific implementation APIs - https://github.com/endojs/endo/tree/master/packages/ses * SES depends on eval function, which is not exposed in the chrome extensions. The workaround that I have found is to run ses in an iframe & have the compatmentalised codebase in iframe instead. * This could lead to iframes in popup, content as well as app. I am not sure of the performance hits that will happen due to this side effect. 4. I am strugling with how to load the SCW implementation APIs dynamically with chrome extension manifest v3. v2 supports dynamic loading but it is supposed to be deprecated soon. 5. I also have contributed to the EIP 4337 by improving the defination of preVerificationGas. A lot of people were asking questions about what it encapsulate, so an updated description was needed for that. A few Screenshots from the APP so far ![Home screen](https://i.imgur.com/FpHXNkN.png) ![Type of accounts screen](https://i.imgur.com/yfyw3D3.png)