Update the examples README index - #283
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Thanks for your first pull request, and welcome to Vouch Protocol. 🎉
Here is what happens next and how to keep things smooth:
- A maintainer will review shortly. CI runs automatically once a maintainer approves it for first-time contributors.
- Please make sure every commit carries a DCO sign-off (
git commit -s). If CI flags it, rungit commit --amend -sthengit push --force-with-lease. Details are in CONTRIBUTING. - New features should include tests. You can run the suite locally with
pytest tests/ -v, or use the "Open in GitHub Codespaces" badge for a zero-setup environment. - For future work, our Claude skill, Custom GPT, and Gemini Gem can act as a Vouch-aware co-pilot.
Thank you for helping build the open standard for AI agent identity.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
rampyg
force-pushed
the
examples-readme-index
branch
from
July 5, 2026 18:38
1c2ab18 to
5cb56c1
Compare
Signed-off-by: Abu Hossain Foysal <ahfoysal30@gmail.com>
rampyg
force-pushed
the
examples-readme-index
branch
from
July 5, 2026 18:50
5cb56c1 to
8dedea8
Compare
Contributor
Vouch Verified Contributor ✨Thank you @ahfoysal. This merged pull request earns a signed Your certificate (download and share it): https://vouch-protocol.com/c/ahfoysal/283 Add the badge to your profile or site (optional): [](https://vouch-protocol.com/c/ahfoysal/283)Your Verifiable Credential (eddsa-jcs-2022){
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://vouch-protocol.com/contexts/v1"
],
"id": "urn:uuid:caaf3d4d-27df-4629-9195-4e26d4efee9b",
"type": [
"VerifiableCredential",
"VouchCredential"
],
"issuer": "did:web:vouch-protocol.com:contributors",
"validFrom": "2026-07-05T20:13:21Z",
"validUntil": "2126-06-11T20:13:21Z",
"credentialSubject": {
"id": "did:web:vouch-protocol.com:contributors",
"vouchVersion": "1.0",
"intent": {
"action": "attest",
"target": "github:ahfoysal",
"resource": "https://github.com/vouch-protocol/vouch/pull/283",
"role": "verified-contributor",
"repository": "vouch-protocol/vouch",
"pullRequest": 283
},
"delegationChain": [
{
"issuer": "did:web:vouch-protocol.com",
"subject": "did:web:vouch-protocol.com:contributors",
"intent": {
"action": "attest",
"target": "github:ahfoysal",
"resource": "https://github.com/vouch-protocol/vouch/pull/283",
"role": "verified-contributor",
"repository": "vouch-protocol/vouch",
"pullRequest": 283
},
"validFrom": "2026-06-19T04:45:43Z",
"validUntil": "2036-06-16T04:45:43Z",
"parentProofValue": "z5g1N4udQdy5asdxnV3qFhApB5cAh28DkMqHjEUSNG6cc8hrDDsxWyVbgn1XXUFR"
}
]
},
"proof": {
"type": "DataIntegrityProof",
"cryptosuite": "eddsa-jcs-2022",
"created": "2026-07-05T20:13:21Z",
"verificationMethod": "did:web:vouch-protocol.com:contributors#key-1",
"proofPurpose": "assertionMethod",
"proofValue": "z4QBPSu7nngCAVU6nqJvEuRzUhrsWjDjsvPJQrdRREeC9vhXFrUF5YPoUhPCaZjGpFSrYqJvbLKoEW2F9Rx6eySof"
}
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
examples/README.mdso it lists the newer examples too, including the credential, audio, Python SDK, TypeScript, browser, and standalone demos.Closes #124.
Checked that every local README link resolves and all runnable example files are linked.