Skip to content
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

Prototype a new ERC7579 recovery module #66

Open
JohnGuilding opened this issue Dec 10, 2024 · 0 comments
Open

Prototype a new ERC7579 recovery module #66

JohnGuilding opened this issue Dec 10, 2024 · 0 comments

Comments

@JohnGuilding
Copy link
Collaborator

Implement a prototype for a new ERC7579 recovery module. The new module should be simpler than the existing module and generic to multiple guardian verification methods.

Requirements:

  • Should be simpler than existing recovery module
  • Can reuse existing logic generously, but must not reuse entire contracts. Hint: you will need to inspect and use recovery logic in https://github.com/zkemail/email-tx-builder as well as this repo. This includes implementing IVerifier.sol & IDKIMRegistry.sol
  • Should be used with an additional guardian verification mechanism other than ZK Email. For the prototype, an EOA guardian is sufficient
  • Does not have to be feature complete as a prototype, but must be able to recover a 7579 smart account
  • Must compile and have a single happy path test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant