-
Updated
Nov 14, 2021 - C
#
aries
Here are 45 public repositories matching this topic...
Unified Communication X (mailing list - https://elist.ornl.gov/mailman/listinfo/ucx-group)
c
c-plus-plus
networking
hpc
mpi
gemini
pgas
drivers
rdma
infiniband
iwarp
roce
cray
verbs
shared-memory
tcp-ip
hacktoberfest
shmem
openshmem
aries
TimoGlastra
commented
Jun 30, 2021
7
Hyperledger Aries Verifiable Credential Registry (VCR) is a set of application level software components designed to accelerate the adoption of trustworthy entity to entity communications.
registry
hyperledger
vcr
von
aries
verifiable-organizations-network
verifiable-credentials
hyperledger-aries
trust-over-ip
verifiable-credential-registry
citz
aries-vcr
digital-trust
-
Updated
Nov 9, 2021 - Python
Aries Framework .NET for building multiplatform SSI services
-
Updated
Nov 2, 2021 - C#
Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.
-
Updated
Nov 13, 2021 - TypeScript
Aries agent test framework, with agent backchannel support
hyperledger
test-harness
von
aries
test-engine
hyperledger-indy
verifiable-organizations-network
verifiable-credentials
aries-agents
trust-over-ip
citz
-
Updated
Nov 14, 2021 - Python
Web controllers for the Aries Cloud Agent - Python (ACA-Py)
angular
dotnet
expressjs
hyperledger
aries
verifiable-credentials
hyperledger-aries
aca-py
trust-over-ip
aries-cloud-agent
-
Updated
Nov 2, 2021 - TypeScript
aries-vcx
-
Updated
Nov 8, 2021 - Rust
esune
commented
Dec 9, 2020
When publishing a new tails file, the server needs to read the current state of the targeted ledger in order to check the state of the revocation registry.
Every time a new file is pushed, the server needs to "start from scratch" and re-read all of the transactions from inception on the specified ledger (via the genesis file specified during upload + new entries on that ledger).
To speed-up
a tiny database with ARIES recovery algorithm (WAL and Fuzzy Checkpoint) to achieve ACID
-
Updated
Aug 22, 2020 - Java
A client library for interacting with ACA-py to build your own Hyperledger Aries controller in Golang
golang
hyperledger
aries
self-sovereign-identity
indy-sdk
aries-cloudagent-python
acapy-client
hyperledger-aries-developer
-
Updated
Jun 7, 2021 - Go
Runnable Docker image for the Hyperledger Aries Cloudagent
hyperledger
von
aries
hyperledger-indy
verifiable-organizations-network
verifiable-credentials
indy-catalyst
trust-over-ip
citz
-
Updated
Oct 9, 2021 - Python
simple transactional database built using java
java
database
transaction
aries
database-system
two-phase-locking
2pl
transactional-database
acid-db
-
Updated
Oct 5, 2020 - Java
This is a stable dockerised version of aries agents connecting to the indy network, here to the eSSIF-Lab Trusted Digital Agent (TDA) Ledger published at: https://indy.igrant.io/
ledger
hyperledger
agents
aries
hyperledger-indy
verifiable-organizations-network
verifiable-credentials
hyperledger-aries
aries-agents
-
Updated
Aug 18, 2021 - Python
A scalable, multi-tenanted issuer service based on Aries Cloudagent Python to facilitate issuing verifiable credentials to an Aries VCR instance.
agent
multi-tenant
hyperledger
vcr
von
aries
issuer
verifiable-organizations-network
verifiable-credentials
hyperledger-aries
trust-over-ip
citz
digital-trust
-
Updated
Sep 30, 2021 - TypeScript
.NET core block chain protocol
identity
csharp
dotnetcore
blockchain
ssi
blockchain-technology
aries
identity-framework
self-sovereign-identity
-
Updated
Aug 19, 2021 - C#
implementation of aries agent (and agency) in rust
-
Updated
Jun 25, 2021 - Rust
Improve this page
Add a description, image, and links to the aries topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aries topic, visit your repo's landing page and select "manage topics."
Please update the DID Resolver within ACA-Py for "did:sov" to follow the rules as recently updated in the DID Method spec. This means adjusting the returned DIDDoc to exactly what is documented in the DID Method spec for the cases of their being no endpoint ATTRIB, a "current convention" endpoint ATTRIB and support for the defined new convention endpoint ATTRIB.
The PR for the DID Method that hi