aries-vcx icon indicating copy to clipboard operation
aries-vcx copied to clipboard

aries-vcx is set of crates to work with DIDs, DID Documents, DIDComm, Verifiable Credentials and Hyperledger Aries.

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

  • did_parser - Building and parsing DIDs
  • did_peer - https://identity.foundation/peer-did-method-spec/
  • did_sov - https://sovrin-foundation.github.io/sovrin/spec/did-method-spec-template.html
  • did_web - https://w3c-ccg.github.io/did-method-web/
  • did_key - https://w3c-ccg.github.io/did-method-key/

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 Tuesdays @ 11:00 pm 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.