0.4.0 • Published 3 years ago

@ethereum-attestation-service/contracts v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Ethereum Attestation Service

Docs NPM Package Test

Introduction

Why don’t we have any widely adopted identity, reputation, or voting systems on Ethereum? We have seen many proposed solutions to the above, but each has tried to build very specific ecosystems for their respective use cases. This approach creates fragmentation across all of these different platforms and smart contracts, and they do not take every possible use case into account. We propose a more fundamental base layer for all possible attestation-based interactions called the Ethereum Attestation Service. EAS solves the interoperability problem for all trust and identity services being built today and in the future.

Much like Ethereum is the base layer for Dapps and smart contracts, EAS is the base layer for attestations. What is an EAS attestation? An EAS attestation can be anyone or anything attesting to anything or anyone about anything. Whether it’s a person attesting to a positive experience they had at a restaurant, a KYC service attesting to someone’s identity, someone attesting a vote to a presidential candidate, or a cell phone verification company attesting to you having a unique cell phone number. Any possible service you imagine can be built, and all connect using EAS as the base layer.

EAS is made up of two very simple smart contracts. The base EAS contract which allows anyone in the world to make and record an attestation, as well as an attestation schema registry contract that allows anyone to register a new attestation schema.

Deployments

Rinkeby

v0.4

Installation

yarn install @ethereum-attestation-service/contracts

License

EAS is open source and distributed under the MIT License (see LICENSE).