Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding and updating VC guide #19

Merged
merged 2 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Looking for code samples, starter applications, and tutorials to kickstart your development process? Check out some of the examples below for inspiration.

## Starter Applications
- [**Official ComposeDB Example App**](https://github.com/ceramicstudio/ComposeDbExampleApp) - A starter application built around a social media platform use-case (this application utilizes the same data models used by the [ComposeDB Sandbox](../../sandbox)). A great first step if you haven't done anything with ComposeDB yet.
- [**Official ComposeDB Example App**](https://github.com/ceramicstudio/ComposeDbExampleApp) - A starter application built around a social media platform use-case (this application utilizes the same data models used by the [ComposeDB Sandbox](../../../sandbox)). A great first step if you haven't done anything with ComposeDB yet.
- [**Lit Protocol with ComposeDB**](https://github.com/ceramicstudio/lit-composedb) - Encrypt and decrypt data based on on-chain condition logic using Lit Protocol while storing on ComposeDB
- [**Ethereum Attestation Service on ComposeDB**](https://github.com/ceramicstudio/ceramic-eas) - Save attestations generated using the Ethereum Attestation Service to the Ceramic Network using ComposeDB.
- [**OpenAI Realtime Chat with ComposeDB**](https://github.com/ceramicstudio/ceramic-ai) - Interact with an OpenAI API endpoint in the form of a realtime chat application with storage on ComposeDB.
Expand Down
646 changes: 646 additions & 0 deletions docs/composedb/examples/verifiable-credentials.mdx

Large diffs are not rendered by default.

17 changes: 16 additions & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,22 @@ const sidebars: SidebarsConfig = {
{ type: 'doc', id: 'composedb/core-concepts', label: 'Core concepts' },
],
},
{ type: 'doc', id: 'composedb/examples', label: 'Tutorials and Examples' },
{
type: 'category',
collapsed: true,
label: 'Tutorials and Examples',
link: {
type: 'doc',
id: 'composedb/examples/index',
},
items: [
{
type: 'doc',
id: 'composedb/examples/verifiable-credentials',
label: 'Verifiable Credentials',
},
],
},
{
type: 'category',
collapsed: true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/homepage/tools-utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styles from './homeNavBoxes.module.css';

const FeatureList = [
{
title: 'Creamic Protocol',
title: 'Ceramic Protocol',
items: [
{url: "docs/protocol/js-ceramic/overview", text: "Dive into the JavaScript implementation of the Ceramic Protocol."},
]
Expand Down
Binary file added static/img/eip-712-generate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/generate-712.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/jwt-generate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/postman.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/query-interfaces.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/schema_serto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/serto-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/vc-playground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/verify-jwt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.