-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smart Account Support #19
Comments
@mpetrunic Updated a bit |
I don't think we are blocked for simple solution as we can follow 4337? |
Agreed! Let's do simple 4337 Chatted with Sequence, sending approvals + transactions as vanilla ERC20 (EOA style) works for them since the bundler handles it. So B3 SCW should be trivial |
TBH I wonder if we need to do this at the API level, or we do this at the JS level? We provide all the necessary information, and you could use something like permissionless.js or native SCW provider to just handle everytihng |
Yeah, I think it's best if we do it in sdk, to not slow down api with userOps which may not be used |
We currently return transaction data to the user in the form of an EOA. We also enable support for SmartAccounts via UserOps.
Requirements:
Blockers:
There is no
standard
interface for building userOps and we need to monitor a few EIPs to do this correctly.The text was updated successfully, but these errors were encountered: