{"id":19901868,"url":"https://github.com/hyperledger/aries-vcx","last_synced_at":"2025-03-01T13:04:44.658Z","repository":{"id":37694674,"uuid":"281326566","full_name":"hyperledger/aries-vcx","owner":"hyperledger","description":"aries-vcx is set of crates to work with DIDs, DID Documents, DIDComm, Verifiable Credentials and Hyperledger Aries.","archived":false,"fork":false,"pushed_at":"2025-02-25T03:48:08.000Z","size":260447,"stargazers_count":125,"open_issues_count":51,"forks_count":84,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-02-25T21:58:16.640Z","etag":null,"topics":["anoncreds","aries","decentralized-identity","did","didcomm","diddoc","diddocument","library","libvcx","rust","self-sovereign-identity","ssi","trust-over-ip","verifiable-credentials"],"latest_commit_sha":null,"homepage":"https://didcomm.org","language":"Rust","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/hyperledger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-21T07:26:03.000Z","updated_at":"2025-02-23T14:38:39.000Z","dependencies_parsed_at":"2023-12-18T11:48:51.201Z","dependency_job_id":"6c1f8226-02fe-4817-890a-1590dcf9a586","html_url":"https://github.com/hyperledger/aries-vcx","commit_stats":{"total_commits":6576,"total_committers":140,"mean_commits":46.97142857142857,"dds":0.7554744525547445,"last_synced_commit":"82a481de9bd235c23bdc646ba038e60a63095e88"},"previous_names":["absaoss/libvcx"],"tags_count":79,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Faries-vcx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Faries-vcx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Faries-vcx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Faries-vcx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperledger","download_url":"https://codeload.github.com/hyperledger/aries-vcx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240754312,"owners_count":19852188,"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":["anoncreds","aries","decentralized-identity","did","didcomm","diddoc","diddocument","library","libvcx","rust","self-sovereign-identity","ssi","trust-over-ip","verifiable-credentials"],"created_at":"2024-11-12T20:16:26.760Z","updated_at":"2025-03-01T13:04:44.651Z","avatar_url":"https://github.com/hyperledger.png","language":"Rust","readme":"# aries-vcx\n\n![CI build](https://github.com/hyperledger/aries-vcx/workflows/CI/badge.svg)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Join the chat at https://chat.hyperledger.org/channel/aries](https://img.shields.io/badge/Chat%20on-Hyperledger%20Chat-blue)](https://chat.hyperledger.org/channel/aries)\n\nThe repository contains Rust crates to build\n\n- [Aries](https://github.com/hyperledger/aries-rfcs/) based applications (mobile, server, anything, ...),\n- [DIDComm](https://didcomm.org/) related components.\n\n## Aries implementation\n\n- [`aries_vcx`](aries/aries_vcx) - Library implementing DIDComm protocols, with focus on verifiable credential issuance and verification.\n- [`messages`](aries/messages) - Library for building and parsing Aries (DIDComm v1) messages.\n- [`aries_vcx_anoncreds`](aries/aries_vcx_anoncreds) - Interfaces for interaction with credentials.\n- [`aries_vcx_ledger`](aries/aries_vcx_ledger) - Interfaces for interaction with ledgers.\n- [`aries_vcx_wallet`](aries/aries_vcx_wallet) - Interfaces for interaction with wallets.\n- [`agents`](aries/agents) - Aries agents built on top of `aries_vcx`.\n\n## Did document implementation\n\n- [`did_doc`](did_core/did_doc) - Building and parsing [DID Documents](https://w3c.github.io/did-core/)\n\n## Did methods implementation\n\n- [`did_parser`](did_core/did_parser_nom) - Building and parsing [DIDs](https://w3c.github.io/did-core/)\n- [`did_peer`](did_core/did_methods/did_peer) - https://identity.foundation/peer-did-method-spec/\n- [`did_sov`](did_core/did_methods/did_resolver_sov) - https://sovrin-foundation.github.io/sovrin/spec/did-method-spec-template.html\n- [`did_cheqd`](did_core/did_methods/did_cheqd) - https://docs.cheqd.io/product/architecture/adr-list/adr-001-cheqd-did-method\n- [`did_web`](did_core/did_methods/did_resolver_web) - https://w3c-ccg.github.io/did-method-web/\n- [`did_key`](did_core/did_methods/did_key) - https://w3c-ccg.github.io/did-method-key/\n- [`did_jwk`](did_core/did_methods/did_jwk) - https://github.com/quartzjer/did-jwk/blob/main/spec.md\n\n# Contact\n\nDo you have a question ❓Are you considering using our components? 🚀 We'll be excited to hear from you. 👋\n\nThere's 2 best way to reach us:\n\n- Leave us message on `aries-vcx` [discord](https://discord.com/channels/905194001349627914/955480822675308604) channel.\n- Join our Zoom community calls. Biweekly Tuesdays @ 11:00 pm UTC via Zoom, find more details on [wiki](https://wiki.hyperledger.org/display/ARIES/Community+calls)\n\n## Versioning \u0026 releases\n\n- Crates are not yet published on crates.io. You can consume crates as github-type Cargo dependency.\n- All releases have currently major version `0`\n  - We bump minor version on releases containing new features, significant refactors or breaking changes.\n  - We bump patch version if release only contains fixes or smaller refactoring.\n- See [releases](https://github.com/hyperledger/aries-vcx/releases) page.\n- MSRV 1.81 - Crates are known to be stable with atleast Rust version 1.81\n\n# Contributions\n\nContributions are very welcome! If you have questions or issues, please let us know on [Discord](https://chat.hyperledger.org/channel/aries) or at our [bi-weekly community call](https://wiki.hyperledger.org/display/ARIES/Community+calls).\n\n## Install\n\nInstall Rust: https://www.rust-lang.org/tools/install\n\nWe recommend using rustup, as VCX is currently targeting Rust v1.84.1 (this maintains consistency between local and CI environments). \n\nAnoncreds and Indy require the use of openssl and zmq. These may be vendored by consuming applications, but for development installation is required. \n\n\u003e [!NOTE]\n\u003e For those familiar with the Indy SDK dependencies (which is no longer in use as it has been replaced by [anoncreds-rs](https://github.com/openwallet-foundation/askar), [indy-vdr](https://github.com/hyperledger/indy-vdr/tree/main), and [aries-askar](https://github.com/openwallet-foundation/askar)) note that: \n\u003e - Openssl requirements are no longer restricted to the out of support 1.1 version.\n\u003e - Libsodium is no longer required (as it's been replaced by [anoncreds-clsignatures](https://github.com/hyperledger/anoncreds-clsignatures-rs))\n\n### Linux / MacOS:\n\n- ZMQ: https://zeromq.org/download/\n- Openssl: https://docs.rs/openssl/latest/openssl/#automatic\n\n### Windows\n\nIf you get a VCX development environment running in Windows, we'd love a contribution documenting that process here!\n\n## Formatting / Linting\n\nFor contributions, please run `clippy` and format prior to creating a PR. This can be done via `just`:\n\n```\ncargo install just\njust clippy\njust fmt\n```\n\n## Signed Commits\n\nWe enforce [developer certificate of origin](https://developercertificate.org/) (DCO) commit signing — [guidance](https://github.com/apps/dco) on this is available.\n\nSee this [guide](https://hackmd.io/@James-Ebert/HyYOcRAXo) for signing previously unsigned commits.","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperledger%2Faries-vcx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperledger%2Faries-vcx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperledger%2Faries-vcx/lists"}