-
Notifications
You must be signed in to change notification settings - Fork 85
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
Feature: Account Abstraction - Custom Validation Signature Scheme #191
Comments
Hi @julio4
|
@KodeSage I'll assign you. Please open a draft PR as soon as possible for early feedback on the specific validation scheme chosen. Please do not use generative AI to write explanations as well. |
@julio4 i would love to work on this incase KodeSage is not interested. i know how to go about the work |
I'm still working on it, will create a PR very soon |
If this becomes available I'll like to get it done @julio4 |
@julio4 I would love to work on this issue if you allow it 😌🚀 |
@OkoliEvans is already actively working on it currently! |
Description
Account Abstraction replace Externally Owned Accounts (EOA). Accounts are implemented as smart contract called smart wallet.
Account Abstraction allows for validation abstraction, which means that it is possible to implement the validation part of transaction inside a smart wallet in any way possibles.
In this example, we want to show how we can implement a custom validation method using a different signature scheme.
Criteria:
Resources:
ODHack
To be eligible for additional rewards, be sure to review and follow the ODHack Common Guidelines and Contributing Guidelines.
Be sure to join the telegram group and introduce yourself.
The text was updated successfully, but these errors were encountered: