Skip to content

kevinhalliday/op-attestations-explorer

Repository files navigation

op-attestations-explorer

Etherscan for attestations on optimism.

Submission for Optimism's ETH Denver Buidl Bounty. Judges if you're here I botched my submission so I did not add a useful project description or demo video. But I worked hard on this so hope you forgive me! Take this README as the project's description, and our submission video can be found here. And here's my tweet thread 😬

Usage

This explorer uses remix to render a table of attestations that satisfy the user's request on the server before sending the page back to the user. Queries are resolved against our attestation subgraph, implemented here. Each request is a new table is a new page. Each with it's own link. This structure, along with our subgraph indexing mechanisms, allows the axplorer to resolve most all requests efficiently, < 0.5s.

Run Locally

yarn dev