Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laysakura/vc-issuer-mock
- Owner: laysakura
- License: apache-2.0
- Created: 2024-07-21T07:44:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T06:34:36.000Z (18 days ago)
- Last Synced: 2024-10-29T07:25:37.359Z (18 days ago)
- Language: Rust
- Size: 576 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.