https://github.com/digitalbazaar/canivc
Community compatibility dashboard for the Verifiable Credential ecosystem.
https://github.com/digitalbazaar/canivc
Last synced: about 1 year ago
JSON representation
Community compatibility dashboard for the Verifiable Credential ecosystem.
- Host: GitHub
- URL: https://github.com/digitalbazaar/canivc
- Owner: digitalbazaar
- License: bsd-3-clause
- Created: 2023-11-14T20:33:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T18:16:13.000Z (over 1 year ago)
- Last Synced: 2025-04-19T11:08:30.492Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://canivc.com/
- Size: 489 KB
- Stars: 4
- Watchers: 12
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Can I Verifiable Credential?
## Contributing
Contributions are welcome and encouraged! Please follow [best practices for contributing to open-source code on GitHub](https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github).
This site is built with [11ty](https://11ty.dev/) and hosted on GitHub Pages.
To build the site locally you will need Node.js and npm. If you have Node, run
the following in your local working copy directory:
```sh
$ npm i
$ npm run serve # or `build` for just file generation
```
If all worked as hoped, you can visit https://localhost:8080/ to test the site.
## Data Source
The content of canivc.com is aggregated from W3C Verifiable Credential and
Credential Community Group test suite report results. The list of currently
configured test suite report URLs can be found in `src/_data/results.js`.
## License
[BSD-3-Clause](LICENSE.md) © 2023 Digital Bazaar, Inc.