MetaMask / permissionless-snaps-directory

Explore community-built Snaps to customize your web3 experience via our official directory.
https://snaps.metamask.io/
6 stars 0 forks source link

AAU, I want to endorse & report Snaps via Verax attestations #219

Open alainncls opened 5 months ago

alainncls commented 5 months ago

As a User, I want to endorse & report Snaps via Verax attestations, So that my contribution lives on-chain


Technical notes:

Attestation details

Subject

Following this example: snap://CLwZocaUEbDErtQAsybaudZDJq65a8AwlEFgkGUpmAQ= Note: this subject will be encoded (Solidity keccack256)

Report Attestation payload

Following this example:

{
   "reaction": "Disputed",
   "reasons": [ "Scam" ]
}

Endorsement Attestation payload

Following this example:

{
   "reaction": "Endorsed",
   "reasons": [ "User-friendly", "Useful" ]
}

Out of scope:

Acceptance Criteria:

Definition of Ready