All Projects → hyperledger → aries-vcx

hyperledger / aries-vcx

Licence: Apache-2.0 license
AriesVCX is a Rust framework for building web and mobile applications issuing, holding, presenting and verifying Verifiable Credentials in accordance to the standards set by Hyperledger Aries.

Programming Languages

rust
11053 projects
typescript
32286 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to aries-vcx

aries-framework-dotnet
Aries Framework .NET for building multiplatform SSI services
Stars: ✭ 68 (+106.06%)
Mutual labels:  ssi, aries, self-sovereign-identity, decentralized-identity
awesome-self-sovereign-identity
An awesome list of self-sovereign identity resources.
Stars: ✭ 161 (+387.88%)
Mutual labels:  ssi, self-sovereign-identity, decentralized-identity
slashtags
Slashtags implementation in JavaScript
Stars: ✭ 69 (+109.09%)
Mutual labels:  ssi, self-sovereign-identity, decentralized-identity
aries-mobile-agent-react-native
Aries Mobile Agent for React Native, built using Aries Framework JavaScript
Stars: ✭ 16 (-51.52%)
Mutual labels:  ssi, self-sovereign-identity, trust-over-ip
verity
Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository contains the back-end service which is accessed using the Verity SDK. This is a read-only mirror. Contributions are welcomed at https://gitlab.com/evernym .
Stars: ✭ 18 (-45.45%)
Mutual labels:  ssi, self-sovereign-identity
aries-agent-test-harness
Aries agent test framework, with agent backchannel support
Stars: ✭ 43 (+30.3%)
Mutual labels:  aries, trust-over-ip
Learning Resources
Beginner-friendly repository to make your first Pull Request and contribute to the open-source.
Stars: ✭ 40 (+21.21%)
Mutual labels:  hacktoberfest2022
FizzBuzz-Hacktoberfest-2021
🎃 Submit creative FizzBuzz solutions in any language you want! Open for beginners !
Stars: ✭ 17 (-48.48%)
Mutual labels:  hacktoberfest2022
DSKaKhel
A repository of learn data structures implementation by learning new ones & by contributing
Stars: ✭ 17 (-48.48%)
Mutual labels:  hacktoberfest2022
nextcord
A Python wrapper for the Discord API forked from discord.py
Stars: ✭ 956 (+2796.97%)
Mutual labels:  hacktoberfest2022
CP-Snippets
Important codes/functions/snippets required frequently in CP
Stars: ✭ 18 (-45.45%)
Mutual labels:  hacktoberfest2022
conteudos-tech
- Esse repositório foi criado por mim, Fernanda Souza, com o intuito de divulgar ferramentas gratuitas que possam auxiliar pessoas em seus estudos.
Stars: ✭ 62 (+87.88%)
Mutual labels:  hacktoberfest2022
E-Learning-freesite
This site is mainly design for those student who don't know how to start their journey in the field of programming
Stars: ✭ 57 (+72.73%)
Mutual labels:  hacktoberfest2022
Hacktoberfest2021-for-everyone
This repository is for everyone who wants to participate in Hacktoberfest 2022. Anyone can contribute/add quality code or projects for your Swags (T- Shirt), must be relevant that can add some value to this repository.
Stars: ✭ 178 (+439.39%)
Mutual labels:  hacktoberfest2022
storybook-addon-mock
This addon allows you to mock fetch or XMLHttpRequest in the storybook.
Stars: ✭ 67 (+103.03%)
Mutual labels:  hacktoberfest2022
winmoji
Emoji lookup for Windows 😉 https://www.winmoji.com https://twitter.com/winmoji
Stars: ✭ 79 (+139.39%)
Mutual labels:  hacktoberfest2022
projecthactoberfest
hactoberfest 2022
Stars: ✭ 32 (-3.03%)
Mutual labels:  hacktoberfest2022
recipes
Application for managing recipes, planning meals, building shopping lists and much much more!
Stars: ✭ 3,570 (+10718.18%)
Mutual labels:  hacktoberfest2022
fotongo
Simple boilerplate for building Backend services like ExpressJS with GOFIBER ⚡️
Stars: ✭ 29 (-12.12%)
Mutual labels:  hacktoberfest2022
aditof sdk
Analog Devices 3D ToF software suite
Stars: ✭ 61 (+84.85%)
Mutual labels:  hacktoberfest2022

Hyperledger Aries logo AriesVCX

CI build codecov Chat

Aries-vcx is Rust library implementing Aries protocols. It can be used to build Aries agents.

AriesVCX currently requires instance of mediator agency - in particular NodeVCX Agency. To get your started with aries-vcx quickly, you can use our deployment at https://ariesvcx.agency.staging.absa.id/agency

C-Bindings

  • libvcx is library, which provides C-interface to interact with AriesVCX. C-bindings exists for:
    • Java (+Android)
    • iOS,
    • NodeJS

Get started

The best way to get your hands on.

Implemented Aries protocols

Versioning

  • The project currently does not follow semantic versioning. Fow now we are releasing versions 0.x.x.
  • Although the API is mostly stable, breaking changes still occur in our releases. See changelogs at releases page.
  • See our roadmap for what's coming.

Project architecture

The architecture is evolving - you can compare the diagram below with diagram under roadmap.

AriesVCX architecture diagram

Artifacts

Number of artifacts are built for every CI run (unless it's coming from a forked repository due to limitations of Github Actions). Artifacts tied with particular release can be found on release page.

Artifacts produced:

  • Alpine based docker image with precompiled libvcx.so
  • iOS wrapper
  • Android wrapper
  • NodeJS wrapper

When looking for artifacts for a particular CI run:

  • NodeJS wrapper is published at npmjs
  • NodeJS agent is published at npmjs
  • Docker images are in Github Packages
  • Mobile artifacts are attached to CI runs (click on particular CI run to see the artifacts)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].