Skip to content

Update the examples README index - #283

Merged
rampyg merged 1 commit into
vouch-protocol:mainfrom
ahfoysal:examples-readme-index
Jul 5, 2026
Merged

Update the examples README index#283
rampyg merged 1 commit into
vouch-protocol:mainfrom
ahfoysal:examples-readme-index

Conversation

@ahfoysal

@ahfoysal ahfoysal commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Updates examples/README.md so 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.

@ahfoysal
ahfoysal requested a review from rampyg as a code owner July 5, 2026 17:19

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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, run git commit --amend -s then git 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

codecov Bot commented Jul 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@rampyg
rampyg force-pushed the examples-readme-index branch from 1c2ab18 to 5cb56c1 Compare July 5, 2026 18:38
Signed-off-by: Abu Hossain Foysal <ahfoysal30@gmail.com>
@rampyg
rampyg force-pushed the examples-readme-index branch from 5cb56c1 to 8dedea8 Compare July 5, 2026 18:50
@rampyg
rampyg merged commit 9cdb3c1 into vouch-protocol:main Jul 5, 2026
17 checks passed
@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Vouch Verified Contributor ✨

Thank you @ahfoysal. This merged pull request earns a signed
Vouch Verified Contributor certificate, chained to the project root authority.

Vouch Verified Contributor

Your certificate (download and share it): https://vouch-protocol.com/c/ahfoysal/283

Add the badge to your profile or site (optional):

[![Vouch Verified Contributor](https://img.shields.io/badge/Vouch-Verified_Contributor-7C2D3A?style=for-the-badge&labelColor=2d2d2d)](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"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add an examples/README.md index

2 participants