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

Update Ethereum Attestation endpoint on Optimism Goerli and Mainnet #853

Merged
merged 3 commits into from
Aug 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/docs/identity/atst-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ The AttestationStation v1 uses [the Ethereum Attestation service standard](https

You can read and write attestations in several ways:

- [EAS scan user interface](https://optimism-goerli.easscan.org/)
- [EAS scan user interface (OP Mainnet)](https://optimism.easscan.org/)
- [EAS scan user interface (OP Goerli)](https://optimism-goerli-bedrock.easscan.org/)
- [JavaScript SDK](https://docs.attest.sh/docs/getting--started/javascript)
- [Access directly onchain](https://github.com/ethereum-attestation-service/eas-contracts/blob/master/contracts/EAS.sol) (if you need to attest from a smart contract)

Indexing is available via:
- [GraphQL endpoint](https://optimism-goerli.easscan.org/graphql)
- [GraphQL endpoint (OP Mainnet)](https://optimism.easscan.org/graphql)
- [GraphQL endpoint (OP Goerli)](https://optimism-goerli-bedrock.easscan.org/graphql)
- [Ponder graph]( https://github.com/ethereum-attestation-service/eas-ponder-graph)
- [Open source indexer]( https://github.com/ethereum-attestation-service/eas-indexing-service)