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

EAS Resolver Contract #6

Open
8 tasks
cyri113 opened this issue Jul 21, 2024 · 0 comments
Open
8 tasks

EAS Resolver Contract #6

cyri113 opened this issue Jul 21, 2024 · 0 comments

Comments

@cyri113
Copy link
Contributor

cyri113 commented Jul 21, 2024

Implementation of a EAS Resolver Contract.

Requirements

Inherit

  • Should inherit SchemaResolver.

Constructor

  • Should accept a EAS contract as an argument.
  • Should accept a AccessManager as an argument.

onAttest

  • should revert if the signature is signed by an invalid attester
  • should revert if the signature is invalid
  • should revert if the message is invalid
  • should revert if the attestation has an invalid attester

onRevoke

  • should revert if the sender is not a valid attester or recipient
@cyri113 cyri113 added this to the EAS Resolver Contract milestone Jul 21, 2024
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