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: 8 days 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: 2025-04-14T16:35:24.000Z (9 days ago)
- Last Synced: 2025-04-14T17:35:51.033Z (9 days ago)
- Topics: data-integrity, go, jwt, sd-jwt, verifiable-credentials
- Language: Go
- Homepage:
- Size: 1.28 MB
- Stars: 9
- Watchers: 6
- Forks: 18
- Open Issues: 1
-
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
[](https://raw.githubusercontent.com/trustbloc/vc-go/main/LICENSE)
[](https://github.com/trustbloc/vc-go/releases/latest)
[](https://godoc.org/github.com/trustbloc/vc-go)[](https://github.com/trustbloc/vc-go/actions/workflows/build.yml)
[](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.