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

Add support for offchain public batch attestations #3

Open
web3pm opened this issue Feb 28, 2024 · 1 comment
Open

Add support for offchain public batch attestations #3

web3pm opened this issue Feb 28, 2024 · 1 comment

Comments

@web3pm
Copy link

web3pm commented Feb 28, 2024

We have a number of attestation schemas on mainnet ethereum that would be nice to be able to make batch offchain public attestations for using EAS and this tool.

EAS SDK supports the signOffchainAttestation command so it would be nice to have a toggle that allows the user to submit and generate a bunch of offchain attestations.
(ref: https://docs.attest.sh/docs/developer-tools/eas-sdk#creating-offchain-attestations)

It would be nice if these were automatically pinned to ipfs and indexed with their indexer a la https://github.com/ethereum-attestation-service/met-irl/blob/26b0499b57f793418ea34ae19e32793a464963ad/src/utils/utils.ts#L220

@kristoferlund
Copy link
Owner

@web3pm I started to read up on offchain attestations. Haven't looked to closely at them before. Seems like EAS SDK don't provide a way to pin the signed attestations to IPFS. Taking care of that is easy though. Did you see if there was a way to notify the EAS indexer of the existence of the created attestations?

Posted this question in the TG as well:

Does anyone know, if I create a bunch of offchain attestations and pin them myself to IPFS, is there a way to programmatically notify the EAS indexer of the existence of these attestations so they get picked up and displayed in the explorer?

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

2 participants