Skip to content
Draft
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
16,087 changes: 7,177 additions & 8,910 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Binary file added website/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 website/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 website/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 website/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 website/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 website/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 website/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 website/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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Topic Guides
Learn how to use ComposeDB to support specific data types across a variety of use cases by following these tutorials.

## Overview
This section provides a more specific look into how ComposeDB can be used as an integral decentralized storage option for data types and architectural patterns commonly used across the Ceramic community.

## Have Ideas for Future Topics?

Get in touch with us on the [Ceramic Discord](https://chat.ceramic.network/) and let us know what you'd like to see!

### Verifiable Credentials

[**Verifiable Credentials**](../../guides/tutorials/verifiable-credentials.mdx) are commonly used across multiple teams and ecosystems building on Ceramic.

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions website/versioned_sidebars/version-0.5.x-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,22 @@
"label": "Mutations"
}
]
},
{
"type": "category",
"collapsed": false,
"label": "Topic Guides",
"link": {
"type": "doc",
"id": "guides/topic-guides/topic-guides"
},
"items": [
{
"type": "doc",
"id": "guides/topic-guides/verifiable-credentials",
"label": "Verifiable Credentials"
}
]
}
],
"api": [
Expand Down