https://github.com/ceramicstudio/vc-attestation-interoperable
https://github.com/ceramicstudio/vc-attestation-interoperable
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ceramicstudio/vc-attestation-interoperable
- Owner: ceramicstudio
- Created: 2023-12-01T22:22:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T02:44:55.000Z (over 2 years ago)
- Last Synced: 2025-01-12T08:44:10.160Z (over 1 year ago)
- Language: TypeScript
- Size: 6.35 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Verifiable Credentials and EAS Attestations on Ceramic with ComposeDB
There are corresponding README documents in each of the child folders within this repository. You can follow the instructions on those documents, which must happen in the following order:
1. express-veramo
2. client
## Generate Verifiable Credentials (in both EIP712 and JWT format) and EAS Attestations
The express-veramo directory exposes several API paths for creating and Verifiable Credentials and EAS Attestations.
## Save and Query Verifiable Credentials on ComposeDB (Ceramic Network)
The client directory contains ComposeDB schema definitions, a ComposeDB server configuration suitable for local development, pre-written queries, and a simple UI to show how verifiable claims generated from Veramo and EAS can be saved to and queried from ComposeDB (on the Ceramic Network).
Please follow the more detailed instructions in the corresponding README files in the order outlined above.