aries-vcx- implementation of Hyperledger Aries protocolsmessages- crate encapsulating Aries message models and buildersdiddoc- crate for working with DIDDocsagency-client- client to communicate with vcx mediator
Additionally, you can find here project built on top of aries-vcx:
agents/rust/aries-vcx-agent- simple agent implementation in rust on top ofaries-vcxcratelibvcx- built on top ofaries-vcx, is a particular approach how to usearies-vcxon mobile or from other languages.
- Ask question on discord
- Talk to us on community call starting every Thursday 09:00am UTC via zoom
- See high level 2023 roadmap at ROADMAP_2023.md
- Find out what's planned in issues and project board
- We welcome new contributors! Connect with us via the channels above and take a look at CONTRIBUTING.md
- We are currently not following semantic versioning. Version are releasing
0.x.xversions. - Breaking changes to APIs happen occasionally. See full changelogs records at releases page.
Following artifacts are build with every CI run and release:
- (these are to be found at bottom of Summary page for each CI run)
libvcx.so,libvcx.dylib- dynamic library for x86_64 ubuntu, x86_64 darwin)- ios and java wrapper built on top of
libvcx
- Alpine based Docker image with prebuilt
libvcx; ghcr.io/hyperledger/aries-vcx/libvcx:version
- NodeJS wrapper - bindings for libvcx; node-vcx-wrapper
- Simple NodeJS aries agent for testing; vcxagent-core
