0.11.0-master-902 • Published 4 years ago

@absaoss/vcxagent-core v0.11.0-master-902

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

LibVCX AbsaFork

CI build codecov

  • LibVCX is Aries c-callable implementation written in Rust with language wrappers available in Java (+Android), iOS, NodeJS, Python and Rust.
  • This is fork of LibVCX which was previously developed within Hyperledger Indy. This fork will follow its own way (see changelog). The main goal is to turn it into pure Aries implementation.

Get started

Best way to get your hands on! Demos are available in multiple language and platforms! Try to build and run some of these:

::Important::

However before you'll be able to pick one of these demos and run them, you need to build binary LibVCX library which all these demos depends on.

Artifacts

  • In Github Actions CI, we are producing number of Artifacts:
    • Alpine based docker image with precompiled LibVCX
    • iOS and Android builds of LibVCX
    • Node wrapper

  • The artifacts are produced from every PR (unless it's coming from a forked repository due to limitations of Github Actions).

  • NodeJS wrappers are published on npmjs

  • Docker images are in Github Packages
  • Mobile artifacts are attached to CI runs (click on particular CI run to see the artifacts)