You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
IVerifier.sol
&IDKIMRegistry.sol
The text was updated successfully, but these errors were encountered: