Time to read: 1 min
Rootstock Attestation Service Starter Guide
Rootstock Attestation Service (RAS) is an open, decentralized infrastructure that enables the creation of attestationsโboth on-chain and off-chainโabout any type of information or event. Inspired by Ethereum Attestation Service (EAS), RAS provides a common standard for issuing verifiable claims within Rootstock's smart contract ecosystem.
This guide will help you understand and get started with the Rootstock Attestation Service.
Supported on:
How EAS is integrated with Rootstockโ
The EAS essential contracts has been successfully deployed to Rootstock, this includes a robust indexer, and a user-friendly alternative explorer. The following sections will delve into the technical details of these implementations.
Getting Startedโ
- ๐งพ EAS contract: We deployed EAS contracts on Rootstock Mainnet and Testnet
- ๐ Learn the basics: Read the EAS documentation to understand what attestations are and how they work.
- ๐ป Install the SDK: Use the EAS SDK to easily create and manage attestations in JavaScript/TypeScript projects.