Skip to content

hyperledger/aries-vcx

aries-vcx

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

The repository contains Rust crates to build

  • Aries based applications (mobile, server, anything, ...),
  • DIDComm related components.

Aries implementation

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

Did document implementation

Did methods implementation

Contact

Do you have a question ❓Are you considering using our components? 🚀 We'll be excited to hear from you. 👋

There's 2 best way to reach us:

  • Leave us message on aries-vcx discord channel.
  • Join our Zoom community calls. Biweekly Thursdays @ 09:00 am UTC via Zoom, find more details on wiki

Versioning & releases

  • Crates are not yet published on crates.io. You can consume crates as github-type Cargo dependency.
  • 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.