Skip to main content
Time to read: 1 min

EAS

What is Ethereum Attestation Service (EAS)?

Ethereum Attestation Service (EAS) is an open-source infrastructure public good for making attestations onchain or offchain.

EAS is a standard and base layer where any entity can make attestations about anything. This primitive and ledger of attestations will help us decentralize more than just money and assets. We'll be able to coordinate and build reputation systems, voting systems, governance systems, decentralized social media, provenance of goods, knowledge and social graphs, and much much more.

Rootstock Integration

To bring EAS to Rootstock, we deployed the necessary contracts, integrated the indexer, and customized an alternative explorer. Details of these implementations will be covered in the following sections

Key Things to Know About EAS

EAS runs on two simple smart contracts: one for registering attestation Schemas and another for attesting with them. Schemas can be registered for any use case, and attestations can be made onchain or offchain. You can also add a resolver contract to the Schema for advanced use cases, such as onchain verification of attestation data and attaching payments to attestations.

Start Building

Open-Source Code

EAS is transparent and community-driven. Dive into our open-source repositories:

  • Contracts: The contracts are elegantly simple. We forked the repository adding the contracts for Rootstock Mainnet and Testnet.
  • SDK: See the latest version of the SDK Library.
  • Indexing Service: See how we index attestation data. Added support for Rootstock Testnet and Mainnet.
  • Explorer: Alternative Explorer UI to display attestations.

EAS Contracts

We have deployed on Rootstock Mainnet and Tesnet the EAS contracts:

Mainnet

Testnet

Useful Resources

Last updated on by Jonathan Smirnoff