Skip to content

openwallet-foundation/vcx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperledger Aries logo aries-vcx

CI build License Join the chat at https://chat.hyperledger.org/channel/aries

The repository contains a set of crates to build Aries / DIDComm applications in Rust.

Aries components

  • aries_vcx - Library implementing DIDComm protocols, with focus on verifiable credential issuance and verification.
  • messages - Library for building and parsing Aries messages.
  • aries_vcx_core - Interfaces for interaction with ledgers, wallets and credentials.
  • agents - Aries agents built on top of aries_vcx.

General components

  • did_parser - Building and parsing DIDs.
  • did_doc - Building and parsing DID Documents.
  • did_peer, did_sov, did_web, did_key - DID resolvers for different DID methods.

Mobile πŸ“±

Reach out πŸ‘‹

  • Ask a question on discord
  • Talk to us on public community call every Thursday @ 09:00 am UTC via Zoom, see details
  • See high level 2023 roadmap at ROADMAP_2023.md
  • We welcome new contributors! Connect with us via the channels above and take a look at CONTRIBUTING.md

Versioning & releases

  • All releases have currently major version 0
    • We bump minor version on releases containing new features, significant refactors or breaking changes.
    • We bump patch version if release only contains fixes or smaller refactoring.
  • See releases page.