Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trustbloc/vc-go
Verifiable Credentials (and related code) for Go
https://github.com/trustbloc/vc-go
data-integrity go jwt sd-jwt verifiable-credentials
Last synced: about 2 months ago
JSON representation
Verifiable Credentials (and related code) for Go
- Host: GitHub
- URL: https://github.com/trustbloc/vc-go
- Owner: trustbloc
- License: apache-2.0
- Created: 2023-08-16T18:00:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T15:18:30.000Z (about 2 months ago)
- Last Synced: 2024-11-13T16:27:08.373Z (about 2 months ago)
- Topics: data-integrity, go, jwt, sd-jwt, verifiable-credentials
- Language: Go
- Homepage:
- Size: 1010 KB
- Stars: 6
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - trustbloc/vc-go - Verifiable Credentials (and related code) for Go (Go)
README
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://raw.githubusercontent.com/trustbloc/vc-go/main/LICENSE)
[![Release](https://img.shields.io/github/release/trustbloc/vc-go.svg?style=flat-square)](https://github.com/trustbloc/vc-go/releases/latest)
[![Godocs](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/trustbloc/vc-go)[![Build Status](https://github.com/trustbloc/vc-go/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/trustbloc/vc-go/actions/workflows/build.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/trustbloc/vc-go)](https://goreportcard.com/report/github.com/trustbloc/vc-go)# TrustBloc Verifiable Credential (VC) Go Library
The TrustBloc VC Go repo contains [W3C Verifiable Credential(VC)](https://www.w3.org/TR/did-core/) related shared code.
The library has the following implementations.
- [W3C Verifiable Credential(VC)](https://www.w3.org/TR/vc-data-model/) Data model
- JSON-LD Signature Suites
- BbsBlsSignature2020
- EcdsaSecp256k1Signature2019
- Ed25519Signature2018
- Ed25519Signature2020
- JsonWebSignature2020
- [Data Integrity](https://www.w3.org/TR/vc-data-integrity/)
- JWT Signature Suites
- [JWT](https://www.w3.org/TR/vc-data-model/#json-web-token)
- [SD-JWT](https://www.ietf.org/archive/id/draft-ietf-oauth-selective-disclosure-jwt-05.html)
- [DIF Presentation Exchange](https://identity.foundation/presentation-exchange/)
- Verifiable Credential(VC) Status
- [StatusList2021Entry](https://www.w3.org/TR/vc-status-list/)
- [DIF Well Known DID Configuration](https://identity.foundation/.well-known/resources/did-configuration/)## License
Apache License, Version 2.0 (Apache-2.0). See the [LICENSE](LICENSE) file.