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)
- HTTP API (vc-issuer-mock-http)
TBD
TBD
All the interfaces provided by this repository depend on vc-issuer-mock-core. This core library implements part of the VC-API as an Issuer Service.
The vc-issue-mock-core library is tested against the following W3C's test-suites:
A document under vc-issuer-mock-core describes how the conformance test target is built and deployed.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
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.