gitcoinco / passport

Passport allows users to prove their identity through a secure, decentralized UI
Other
935 stars 449 forks source link

Passport run version of EAS indexer #2579

Open Jeremy-Gitcoin opened 3 weeks ago

Jeremy-Gitcoin commented 3 weeks ago

User Story:

As the Passport XYZ team I want to run our own instance of the EAS indexer So that I can have monitoring and ensure stability of our Coinbase stamp

Acceptance Criteria

GIVEN the end user creates a new attestation for our Coinbase stamp on Base WHEN a user updates their attestation(s) THEN Passport indexer captures that in real time

From the EAS team: Our indexer is open source. https://github.com/ethereum-attestation-service/eas-indexing-service You can run it as a docker instance or you can manually connect it to a postgres db and run start.sh.

We should enable monitoring as well so we know if/when their are issues with the

Product & Design Links:

#### Tech Details: #### Open Questions: #### Notes/Assumptions:
Jeremy-Gitcoin commented 3 weeks ago

@erichfi I put this in the backlog, let's monitor the EAS version and if we need to implement this we can set it up