aries-vcx
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
The repository contains Rust crates to build
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 ofaries_vcx.
Did document implementation
did_doc- Building and parsing DID Documents
Did methods implementation
did_parser- Building and parsing DIDsdid_peer- https://identity.foundation/peer-did-method-spec/did_sov- https://sovrin-foundation.github.io/sovrin/spec/did-method-spec-template.htmldid_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-vcxdiscord 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.