Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laysakura/vc-issuer-mock

Mock Verifiable Credentials Issuer for testing
https://github.com/laysakura/vc-issuer-mock

Last synced: 17 days ago
JSON representation

Mock Verifiable Credentials Issuer for testing

Awesome Lists containing this project

README

        

# VC Issuer Mock

Status:

- MVP of core functions implemented
- MVP of interfaces under development

---

This repository provides a testable mock implementation of a Verifiable Credential Issuer. VC Holders and Verifiers can use this mock to test their implementations.

VC Issuer Mock supports the following interfaces:

- Language-specific SDKs
- Rust ([vc-issuer-mock-rs](./crates/vc-issuer-mock-rs/))
- HTTP API ([vc-issuer-mock-http](./crates/vc-issuer-mock-http/))

## Installation

TBD

## Usage

TBD

## Conformance

All the interfaces provided by this repository depend on [vc-issuer-mock-core](./crates/vc-issuer-mock-core/). This core library implements part of the [VC-API](https://w3c-ccg.github.io/vc-api/) as an Issuer Service.

The vc-issue-mock-core library is tested against the following W3C's test-suites:

- Verifiable Credentials v2.0 Test Suite ([repo](https://github.com/w3c/vc-data-model-2.0-test-suite), [report](https://w3c.github.io/vc-data-model-2.0-test-suite/))

[A document under vc-issuer-mock-core](./crates/vc-issuer-mock-core/tests-vc-api/README.md) describes how the conformance test target is built and deployed.

## License

Licensed under either of

- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license
([LICENSE-MIT](LICENSE-MIT) or )

at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.