decentralized-identity / veramo

A JavaScript Framework for Verifiable Data
https://veramo.io
Apache License 2.0
414 stars 130 forks source link

Add Support for DIDCommv3 Coordinate Mediation #1255

Closed radleylewis closed 7 months ago

radleylewis commented 9 months ago

Overview

Veramo has already implemented DIDComm v2 Coordinate Mediation. With the recently released DIDComm v3 Specification for Coordinate Mediation, the work already done in this PR will need to be updated.

Solution

Would you be open to contributions to transfer the existing implementation to v3?

Resources

nickreynolds commented 9 months ago

We're always open to contributions and would love a PR implementing v3 of this protocol.

radleylewis commented 9 months ago

Sounds good. Did I need to set up any specific permissions to push my branch up? I am following the contribution guidelines branding off main but am getting a permission denied (403).

mirceanis commented 9 months ago

Sounds good. Did I need to set up any specific permissions to push my branch up? I am following the contribution guidelines branding off main but am getting a permission denied (403).

The way it's normally done, is that you fork the repository and push to your fork. Then the PR is made from your fork to veramo

radleylewis commented 9 months ago

@mirceanis thanks for the clarification. The makes sense.

stale[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.