-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DIDComm Mediators #41
Labels
Good first issue 🎓
Perfect for beginners, welcome to OpenMined!
Comments
wip-abramson
added
the
Type: Research 🔬
When further investigation into a subject is required
label
Oct 26, 2020
wip-abramson
added
Good first issue 🎓
Perfect for beginners, welcome to OpenMined!
and removed
Type: Research 🔬
When further investigation into a subject is required
labels
Jan 6, 2021
This is now implementable in ACA-Py. We should create a demo using it. dblum(hyperledger rocket chat):
|
There is also a test mediator hosted by Indicio - https://indicio-tech.github.io/mediator/. This could be added to a staging network tutorial |
@wip-abramson suggest we close this ticket as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What?
A DIDComm mediator is used in routing messages between agents. It is not always required, but in situations where recipients are not always online such as mobile phones, a mediator is necessary.
Mediators are starting to get attention within the identity space as DIDComm v2 becomes standardised. It would be great to understand what is out there for us to use either to run our own mediator or connect to a mediator hosted by another party.
How long?
2 months
Is your research related to a problem?
Before we will be able to run our own mobile agents we will require a mediator they can connect to - #37
Additional Context
This is a good resource on mediators - https://github.com/hyperledger/aries-framework-go/blob/master/docs/didcomm_mediator.md
Currently the go framework does not work with ACA-Py agents but this is supposed to be coming very soon.
I am also expecting the release of specific mediator libraries very soon.
This demo from ACA-Py uses a RoutingAgent that might be worth looking into - https://github.com/hyperledger/aries-cloudagent-python/blob/master/demo/runners/performance.py. This could be used to create a nice notebook tutorial on mediators.
I also know these two projects claim to support mediators:
The text was updated successfully, but these errors were encountered: