C–ATTS: Attestation Data Duplicator #189
kristoferlund
started this conversation in
Builds
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am building C–ATTS, a platform to create, transform, combine and migrate EAS attestations.
A C–ATTS attestation is defined by a “recipe”. A recipe is a combination of a GraphQL query, a processing algorithm and an output schema. The output of running a recipe is a regular EAS attestation that is 100% compatible with the EAS standard.
C–ATTS supports queries to the EAS API as well as queries to any subgraph hosted on The Graph. This means that C–ATTS can attest to virtually any data stored on any EVM chain.
Some example recipes could be:
A C–ATTS recipe can include multiple queries, spanning multiple chains. The processing algorithm can be as simple as summing up the results of the queries or as complex as you can imagine.
Once a recipe is setup, users can claim attestations. Think of it a bit like POAPs.
Currently, C–ATTS is looking for projects that want to integrate composite attestations into their platform. If you are interested, please reach out to me at Twitter or Telegram.
You can find more information and try the prototype app at https://catts.run
The app is still in early development and I am looking for feedback and feature requests. Curretntly, you as a user can claim attestations from a number of pre-defined recipes. On the roadmap is a number of planned features:
🙏 Thanks!
Tagging @Billy19191 @Maxservais @Nicca42 for visibility since you have been creating attestation related ideas.
Beta Was this translation helpful? Give feedback.
All reactions