Skip to content

ceramicstudio/ceramic-eas

Repository files navigation

Save Attestations to Ceramic Network with EAS

This repository contains a simple example of how to save attestations generated using the Ethereum Attestation Service to the Ceramic Network using ComposeDB.

Getting Started

  1. Install your dependencies:
npm install
  1. Generate your admin seed, admin did, and ComposeDB configuration file:
npm run generate
  1. Create a .env file and enter the three required environment variables outlined in .env.example

  2. Run the application (make sure you are using node version 20):

Development

npm run dev

Learn More

To learn more about Ceramic please visit the following links

About

A proof-of-concept showing how to save offchain attestations generated using the Ethereum Attestation Service to the Ceramic Network using ComposeDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published