https://github.com/dfinity/verifiable-credentials-sdk
Repository containing a set of libraries to manage the verifiable credentials in Internet Computer
https://github.com/dfinity/verifiable-credentials-sdk
Last synced: 8 months ago
JSON representation
Repository containing a set of libraries to manage the verifiable credentials in Internet Computer
- Host: GitHub
- URL: https://github.com/dfinity/verifiable-credentials-sdk
- Owner: dfinity
- License: apache-2.0
- Created: 2024-04-23T05:22:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-14T06:37:56.000Z (9 months ago)
- Last Synced: 2025-08-31T22:43:03.113Z (8 months ago)
- Language: Rust
- Size: 500 KB
- Stars: 7
- Watchers: 6
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# SDK For Verifiable Credentials in Internet Computer
This repository contains a set of libraries to manage verifiable credentials whether you are an issuer or a relying party.
## Libraries
- [Javascript Library](./js-library/README.md). At the moment only a client for relying parties.
- [ic-verifiable-credentials](./rust-packages/ic-verifiable-credentials/README.md). Verifiable credentials issuing and verification for IC canisters.
## Projects
- [Dummy Relying Party](./dummy-relying-party/README.md). A canister that provides a dummy relying party to request any kind of credentials.
- [Dummy Issuer](./dummy-issuer/README.md). A canister is a dummy issuer to issue any kind of credentials.
### Test Projects in Mainnet
There is a deployed version in Internet Computer here: [https://l7rua-raaaa-aaaap-ahh6a-cai.icp0.io/](https://l7rua-raaaa-aaaap-ahh6a-cai.icp0.io/).
You can test it against the dummy issuer deployed in [canister id qdiif-2iaaa-aaaap-ahjaq-cai](https://dashboard.internetcomputer.org/canister/qdiif-2iaaa-aaaap-ahjaq-cai).
You can use the staging Internet Identity: [https://fgte5-ciaaa-aaaad-aaatq-cai.ic0.app/](https://fgte5-ciaaa-aaaad-aaatq-cai.ic0.app/).