{"id":24196587,"url":"https://github.com/dedis/aries-mediator","last_synced_at":"2026-05-12T14:33:18.027Z","repository":{"id":140110865,"uuid":"244372453","full_name":"dedis/aries-mediator","owner":"dedis","description":"A DIDcomm mediator for use between Aries agents","archived":false,"fork":false,"pushed_at":"2021-01-03T16:54:35.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-03T08:22:44.384Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dedis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-02T13:02:37.000Z","updated_at":"2020-08-15T20:53:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"16e6d099-4e77-415a-840e-6370db19abcf","html_url":"https://github.com/dedis/aries-mediator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dedis/aries-mediator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedis%2Faries-mediator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedis%2Faries-mediator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedis%2Faries-mediator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedis%2Faries-mediator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dedis","download_url":"https://codeload.github.com/dedis/aries-mediator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedis%2Faries-mediator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32943353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-13T19:35:59.575Z","updated_at":"2026-05-12T14:33:18.010Z","avatar_url":"https://github.com/dedis.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Usage\n\nPlease edit `MediatorAgent/configuration.json` and update `agentPublicEndpoint`\nto be the internet facing URL where this agent can receive requests from.\n\nIf you're developing locally, [ngrok](https://ngrok.com/) can be used to\ncreate a tunnel to localhost:\n\n```\n$ ngrok http 5000\n```\n\nYou can build and run the server on the commandline with `dotnet build`.\n\nYou need to edit configuration.json to know the external URL of the mediator, which\nyou get from ngrok. Make certain that the directory mentioned for the\nwallet *does not exist* before running it for the first time.\n\nThen you can run it like this: `dotnet run --project MediatorAgent`.\n\nInstructions to integrate it with an edge-agent can be found [here](Usage.md).\n\n# Dependencies\n\nYou will need to have libindy v1.14.2 available for dynamic linking.\n\nOn MacOS you do this to get it:\n\n```\n$ wget https://repo.sovrin.org/macos/libindy/stable/1.14.2/libindy_1.14.2.zip\n$ mkdir libindy-1.14.2\n$ cd libindy-1.14.2/\n$ unzip ../libindy_1.14.2.zip \n$ cp lib/libindy.dylib /usr/local/lib\n```\n\nIt needs libsodium, but with a hack:\n\n```\n$ brew install libsodium\n$ brew info libsodium\n# check that you have 1.0.18_1\n$ cd /usr/local/Cellar/libsodium/1.0.18_1/lib\n$ cp libsodium.23.dylib libsodium.18.dylib\n```\n\n# Caution\n\nThis repository is meant only for demonstration and is nowhere\nnear production ready. The current implementation maintains\nin-memory queues for each identity it has to route messages for\nand attaches subscribers to it when the corresponding identity\nconnects.\n\nA more robust way for instance, would be to persist the in-memory\nqueues to be more resilient to failures and partitioning\nbased on identity ids.\n\n\n# License\n\nThis software is derived from [the\nMediatorAgentService](https://github.com/hyperledger/aries-framework-dotnet/tree/master/samples/routing/MediatorAgentService)\nsample. It carries the same license.\n\n[Apache License Version 2.0](https://github.com/hyperledger/aries-cloudagent-python/blob/master/LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedis%2Faries-mediator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdedis%2Faries-mediator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedis%2Faries-mediator/lists"}