Complete the Ceramic Developer onboarding by verifying your own profile and others! This repository is organized as an extension of the ComposeDB Sandbox, so it is recommended that you complete the instruction on that page first.
This Sandbox Extension application uses the same Ceramic node endpoint as the ComposeDB Sandbox, as well as an extended runtime definition that allows developers to verify their developer profiles, as well as others.
- Install your dependencies:
npm install
- Run the application in development
npm run dev
To learn more about Ceramic please visit the following links
- ComposeDB Sandbox - Test your queries directly from your browser without any local dependencies.
- Ceramic Documentation - Learn more about the Ceramic Ecosystem.
- ComposeDB - Details on how to use and develop with ComposeDB!
Credit to ChatBase for an awesome template to work with.