Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/howto/custom-sd-jwt-credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Once you have your credential definition, you need to publish it so issuers, ver

1. Use the [vctm-template](https://github.com/sirosfoundation/vctm-template) — click **"Use this template"** to create your own repository
2. Place your credential markdown file(s) in the `credentials/` directory
3. Push to the `main` branch — the included GitHub Action ([mtcvctm](https://github.com/sirosfoundation/mtcvctm)) converts your markdown to `.vctm.json` on the `vctm` branch
3. Push to the `main` branch — `registry-cli` will automatically convert your markdown to credential metadata during the next registry build cycle
4. Tag your repository with the `vctm` GitHub topic so the registry autodiscovers it

After the next registry build cycle (up to 6 hours), your credential appears at:
Expand Down
1 change: 0 additions & 1 deletion docs/opensource/container-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ https://developers.siros.org/catalog/container-images.json
| `ghcr.io/sirosfoundation/vc/verifier` | [sirosfoundation/vc](https://github.com/sirosfoundation/vc) | `v0.6.1-sirosid.0` | `dev-ff23d66` | v0.6.1-sirosid.0, v0.6.0-sirosid.1, v0.6.0-sirosid.0, v0.5.0-sirosid.4, v0.5.0-sirosid.3, v0.5.0-sirosid.2, v0.5.0-sirosid.1 |
| `ghcr.io/sirosfoundation/go-spocp` | [sirosfoundation/go-spocp](https://github.com/sirosfoundation/go-spocp) | `0.1.0` | `fe00cf5` | 0.1.0, 0.1 |
| `ghcr.io/sirosfoundation/go-wallet-backend` | [sirosfoundation/go-wallet-backend](https://github.com/sirosfoundation/go-wallet-backend) | `0.6.0` | `fd591ed` | 0.6.0, 0.6, 0.5.2, 0.5.1, 0.5.0, 0.5, 0.4.1, 0.4.0, 0.4, 0.3.0, 0.2.1, 0.2.0, 0.2, 0.1.1-RC1, 0.1.1-RC0, 0.1.0, 0.1 |
| `ghcr.io/sirosfoundation/mtcvctm` | [sirosfoundation/mtcvctm](https://github.com/sirosfoundation/mtcvctm) | `1.8.0` | `sha-fec321c` | 1.8.0, 1.8, 1.7.0, 1.7, 1.6.0, 1.6, 1.5.1, 1.5.0, 1.5, 1.4.0, 1.4, 1.3.0, 1.3, 1.2.0, 1.2, 1.1.0, 1.1, 1.0.0, 1.0 |
| `ghcr.io/sirosfoundation/goff` | [sirosfoundation/goFF](https://github.com/sirosfoundation/goFF) | `0.1.0` | `d6c6394` | 0.1.0, 0.1 |
| `ghcr.io/sirosfoundation/facetec-api` | [sirosfoundation/facetec-api](https://github.com/sirosfoundation/facetec-api) | `0.9.0` | `ff05982` | 0.9.0, 0.9, 0.8.0, 0.8, 0.7.0, 0.7, 0.6.0, 0.6, 0.5.0, 0.5, 0.4.0, 0.4, 0.3.0, 0.3, 0.2.0, 0.2, 0.1.0, 0.1 |
| `ghcr.io/sirosfoundation/registry-cli` | [sirosfoundation/registry-cli](https://github.com/sirosfoundation/registry-cli) | `0.9.9` | `fe16a2b` | 0.9.9, 0.9.8, 0.9.7, 0.9.6, 0.9.5, 0.9.4, 0.9.3, 0.9.2, 0.9.10, 0.9.1, 0.9.0, 0.9, 0.8.0, 0.8, 0.7.0, 0.7 |
Expand Down
1 change: 0 additions & 1 deletion docs/opensource/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ See [Registry Services](../sirosid/registry) for full documentation on how the r
|------------|-------------|
| [**registry-cli**](https://github.com/sirosfoundation/registry-cli) | CLI tool for building TS11-compliant Catalogue of Attestations sites. Discovers VCTMs from GitHub repos and generates static sites with JSON APIs. [Documentation →](../sirosid/registry/registry-cli) |
| [**registry.siros.org**](https://github.com/sirosfoundation/registry.siros.org) | Aggregated Verifiable Credential Type Metadata (VCTM) registry. Provides credential type definitions, display templates, and claim schemas. |
| [**mtcvctm**](https://github.com/sirosfoundation/mtcvctm) | Merkle Tree Certificate-based VCTM distribution for efficient credential type metadata delivery. |

### Infrastructure & DevOps

Expand Down