Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
8 views

Can Not Receive Offered Verifiable Credential From Issuer - credo-ts

To issue a verifiable credential to a specific holder, I send a credential offer to the holder that is connected beforehand by DIDComm but the holder cannot receive/accept the credential offer. I use ...
Chalex's user avatar
  • 1
0 votes
0 answers
25 views

Could Not Connect to Hyperledger Indy Test Pool via Python Wrapper - Error: indy.dll not found

I am trying to create and connect to a local Indy test ledger using the Docker image file from the indy-sdk repository. However, my Python code is giving the error: '_load_cdll: Can't load libindy: ...
grncds's user avatar
  • 33
0 votes
0 answers
26 views

How to Retain Credential Exchange Records from Issuer Perspective After Completion in ACA-Py?

I'm working with ACA-Py and have used the --preserve-exchange-records command to retain credential exchange records after completion. However, it seems that this command only retains records from the ...
Nuwairah's user avatar
-1 votes
1 answer
160 views

As an issuer in Hyperledger Indy/Aries, do I need to create a separate DID for each user? Likewise does a user create multiple DID for each isssuers

I am going through Hyperledger Indy document here. It is mentioned here that: A user registers for a service's website by creating and giving the service a new, never-used-before DID, and receives ...
nelaturuk's user avatar
  • 147
0 votes
1 answer
329 views

Am i issuing the credential correctly with hyperledger aries?

i'm trying to issue the credential from my cloud agent to the mobile agent running Aries-Bifold. inside my cloud agent i'm using: const anonCredsCredentialExchangeRecord = await cloudAgent?....
Simone Tosatto's user avatar
0 votes
1 answer
4k views

React-native: Error with npm install; dependency issues

This is the issue I am facing when running npm install to install dependencies for the application I am trying to run. I'm new to Node and React: > cd core && npm ci npm ERR! code ERESOLVE ...
Sam O'Neill's user avatar
0 votes
1 answer
209 views

Didexchange using InboundTransport for running 2 agents in localhost using aries-framework-go

I'm new to aries and I'm running an example of the code but I haven't been able to stablish a connection using the didexchange protocol. I am creating two services using go, one running on port 5000 ...
Ana Franco's user avatar
  • 1,751
0 votes
1 answer
164 views

Aries-Cloudagen-Python 0.6.0 release: Verify Credential before storing it in wallet

As of https://github.com/hyperledger/aries-cloudagent-python/blob/1c7bc86b91cd10d472ad15cb52c09b9424e8175c/aries_cloudagent/protocols/issue_credential/v2_0/formats/ld_proof/handler.py#L470 in the ...
Futureman2007's user avatar
1 vote
1 answer
862 views

Hyperledger Indy - VON-network error - Error initializing pool ledger

I am trying to run von-network on using docker. These are the steps that i followed. Clone von-network repo form https://github.com/bcgov/von-network Ran ./manage build Then ./manage start --logs At ...
Asad Hayat's user avatar
4 votes
1 answer
1k views

Aca-py 0.6.0: INFO Ledger instance not provided error/bug?

i am new to Hyperledger Aries and i can´t figure out what i am doing wrong. Environment: Ubuntu16LTS Docker 18.09.7 build 2d0083d hyperledger-aries-python version: 0.6.0 (sourcecode) From the aca-py ...
Futureman2007's user avatar
0 votes
1 answer
157 views

What's the method in libindy to create a credential proposal?

The following aries RFC #36 mentions an opional step "propose-credential" https://github.com/hyperledger/aries-rfcs/blob/master/features/0036-issue-credential/README.md#propose-credential ...
Jorge Alvarado's user avatar