ethereum-attestation-service / eas-contracts

Ethereum Attestation Service https://attest.org
MIT License
245 stars 74 forks source link

Add support for W3C Verifiable Credentials #4

Open awoie opened 3 years ago

awoie commented 3 years ago

It would be nice if you'd add support for W3C VCs (since they are a global standard for attestations) to support offchain and onchain attestations. I guess it should be possible to create W3C VCs with EIP712 proofs. In W3C CCG, we are currently specifying an EIP712-based LD-Proof here: https://w3c-ccg.github.io/ethereum-eip712-signature-2021-spec/. Would be great if you could contribute if something would need to change.

cylon56 commented 1 year ago

Any updates on this?