{"id":18810383,"url":"https://github.com/absaoss/vcxagencynode","last_synced_at":"2025-04-13T20:31:01.668Z","repository":{"id":40235908,"uuid":"269167946","full_name":"AbsaOSS/vcxagencynode","owner":"AbsaOSS","description":"NodeJS implementation of Hyperledger Indy LibVCX Agency","archived":false,"fork":false,"pushed_at":"2023-11-28T12:43:01.000Z","size":3632,"stargazers_count":24,"open_issues_count":20,"forks_count":9,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-04-12T07:05:57.096Z","etag":null,"topics":["hyperledger-aries","hyperledger-indy","libvcx"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/AbsaOSS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-03T18:46:31.000Z","updated_at":"2023-07-22T00:04:37.000Z","dependencies_parsed_at":"2023-02-08T08:31:29.219Z","dependency_job_id":null,"html_url":"https://github.com/AbsaOSS/vcxagencynode","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbsaOSS%2Fvcxagencynode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbsaOSS%2Fvcxagencynode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbsaOSS%2Fvcxagencynode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbsaOSS%2Fvcxagencynode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbsaOSS","download_url":"https://codeload.github.com/AbsaOSS/vcxagencynode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223603265,"owners_count":17172072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["hyperledger-aries","hyperledger-indy","libvcx"],"created_at":"2024-11-07T23:20:02.402Z","updated_at":"2024-11-07T23:20:03.041Z","avatar_url":"https://github.com/AbsaOSS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cspan style=\"color:red;background:white\"\u003eDecommission notice\u003c/span\u003e\nThis project has been decommissioned. No further updates or maintenance shall be expected.\n\n# Node VCX Agency\n- Implementation of [AriesVCX](https://github.com/hyperledger/aries-vcx/) compatible \n[Mediator Agency](https://github.com/hyperledger/aries-rfcs/blob/master/concepts/0046-mediators-and-relays/README.md).\n\n- Mediator Agency can service many users, providing them endpoint where 3rd parties can deliver encrypted messages. \nAssuming the sending party has properly end2end encrypted the message for recipient, according to Aries connection  \nprotocol, the agency itself can't decrypt content of received messages.\n\n- VCX Agency implements 2 notification mechanisms. \n  1. Webhooks - The agency calls a specified url when an agent receives a message. This is useful when using \n     AriesVcx on a server.\n  2. Longpolls - Agent owners can poll agency to check whether any new messages have arrived. This is implemented via \n     longpoll mechanism - the server returns response only if a new message has arrived, or certain amount of time has \n     passed since the query request was received. This is to prevent overloading agency with client requests.\n     In the future, longpoll mechanism might be replaced by websockets.   \n      \n\n# Repository structure\nThe agency implementation is in directory [vcxagency-node](./vcxagency-node).\n\nRepository structure details:\n```\n/\n├── dev/               # Monorepo management scripts\n├── vcxagency-node /   # AriesVCX mediator agency implementation in NodeJS \n├── vcxagency-client/  # AriesVCX mediator agency client in NodeJS \n├── easy-indysdk/      # NodeJS idiomatic wrapper around basic IndySDK wrapper\n└-- vcx-tester/        # AriesVCX integration tests using AriesVCX\n```\n\n- Rust client for agency can be found [here](https://github.com/hyperledger/aries-vcx/tree/master/agency_client).\n\n# Note\n- Project is using `yarn` instead of `npm` to install dependencies in all modules. The reason is that \n`npm` has issues handling monorepo projects with `file:` style dependencies. \nSee more info here https://github.com/npm/npm/issues/13528\n\n---\n\n    Copyright 2020 ABSA Group Limited\n    \n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n    \n        http://www.apache.org/licenses/LICENSE-2.0\n    \n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabsaoss%2Fvcxagencynode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabsaoss%2Fvcxagencynode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabsaoss%2Fvcxagencynode/lists"}