112
questions
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 ...
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: ...
1
vote
0
answers
29
views
Transaction response has not been received - when publishing DIDs using Indy-cli
I am deploying three nodes of indy-node deployed in 3 different machines, when I deploy them, they normally work fine and I can publish and get DIDs from the DLT doing something like:
indy> ...
1
vote
0
answers
48
views
How to proper "install" the python wrapper of Indy-vdr
I'm following the instructions of Indy-vdr to use its python wrapper. It says:
The Python wrapper is located in wrappers/python/indy_vdr. In order
for the wrapper to locate the shared library, the ...
2
votes
0
answers
59
views
Docker container doesn't keep up when deployed on swarm network
I have a docker container deployed on a swarm network that I initiated and updated using docker node update. The docker compose file is:
version: '3.8'
networks:
test:
driver: overlay
...
0
votes
0
answers
51
views
Credo / AFJ : Error sending message to https://----mediator-url---- Cannot read property 'prototype' of undefined
I am trying to run the following code to initialize a Credo / Aries Framework Javascript agent in React Native iOS (Simulator as well as iPhone Device) environment in an Expo ^50 version :
import {
...
0
votes
0
answers
47
views
Credo / AFJ error : [TypeError: 0, _$$_REQUIRE(_dependencyMap[1], "did-resolver").parse is not a function (it is undefined)]
I am trying to run the following code to initialize a Credo / Aries Framework Javascript agent in React Native environment in an Expo ^50 version :
import {
Agent,
ConnectionEventTypes,
...
3
votes
1
answer
86
views
How to demote an Endorser from Hyperledger Indy?
I am currently using the example of Hyperledger Indy of Write a DID and Query Its Verkey to dive deep into DID creation.
After generating a DID and a verkey for a TRUST_ANCHOR, I sign and submit it to ...
2
votes
1
answer
82
views
Create and get pseudonym of a transaction of credential issue using Hyperledger Indy
I am trying to dive deep in this example of Hyperledger Indy about how to issue a credential. Basically, an "author 1" creates a schema definition and stores it in the ledger. Then this ...
0
votes
1
answer
45
views
IndySdk when trying to import cause error Wallet with this name already exists Caused by: Wallet database file already exists
type Props = StackScreenProps<WalletStackParamList, "SelfCredential">
const RecoverWallet = ({ navigation }: Props) => {
useLayoutEffect(() => {
navigation.setOptions({
...
-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 ...
2
votes
1
answer
106
views
Access Hyperledger Indy Node deployed in virtual machine using local workstation
I'm trying to follow this tutorial and I have a virtual machine running an Indy pool (ip: 192.168.15.177 internal net: 10.217.0.18). It is a simple docker command to run the pool in the VM:
docker ...
0
votes
1
answer
47
views
when I use indy-sdk, "pool.open_pool_ledger" report a network timeout error
when I using "pool.open_pool_ledger", it report a network timeout error.
But accessing with other roles, such as using the wallet.open_wallet function, will not encounter network errors.
The ...
0
votes
1
answer
96
views
How to remove a node from indy pool?
I have an indy pool running on docker with 4 nodes. I used von-network as reference https://github.com/bcgov/von-network. Now, I need to remove a node from the pool, which I tried using indy-cli.
My ...
0
votes
1
answer
85
views
Aries Framework Javascript: "indyError": "PoolLedgerNotCreatedError" , "message": "CommonInvalidStructure", "indyCode": 113,
This is the error I get when I run my Nest js app in Docker, It runs perfectly without Docker :
DEBUG: Starting HTTP inbound transport {
"port": 8000
}
DEBUG: Starting HTTP outbound ...
0
votes
2
answers
153
views
Roles assignement in Hyperledger Indy
How are the roles assigned to the nodes in hyperledger indy , is it configured through a file or by some other proceedure ? And are the roles assigned to nodes or agents ?
I read the documentation of ...
0
votes
1
answer
110
views
Indy-sdk building error: "Undefined symbols for architecture x86_64"
I was trying to build indy-sdk manually (auto-build didnt work) from the hyperledger docs
macOS Monterey 12.6.6, Xcode 14.0.1, terminal zsh
related libraries installed: pkg-config, libsodium 1.0.12, ...
-1
votes
1
answer
102
views
trying to send schema to ledger(trying to make identifcation system using hyperledger indy)
"Schema Builder" -> Send "Device Profile" Schema to Ledger
{"reqId":1683198357199119479,"identifier":"2qzghpxTM5H81hUbYFmPR4","reason":&...
0
votes
1
answer
230
views
Installation error while installing npm package of indy-sdk on windows 10
Actually I was installing aries js framework But the issue specifically comes when it install one of its dependency indy-SDK npm package. I am quite new with the Hyperledger and i am not sure what's ...
-2
votes
1
answer
49
views
make an image in docker
actually i have a project to develop ssi concept, and i use sovrin platform to develop ssi concept with indy network. and in the indy network documentation I followed the steps that were ordered, the ...
0
votes
1
answer
84
views
Where are domain genesis transactions (creating trustee DIDs) in Hyperledger Indy getting_started example?
I'm running the Hyperledger Indy example at https://github.com/hyperledger/indy-sdk/blob/master/docs/getting-started/run-getting-started.md
I see there are pool genesis transactions created with ...
1
vote
0
answers
83
views
Android Indy wallet backup and restore issue
I am trying to restore and backup Indy wallet but I am getting IO exception. Read and write permission already given but still same. Is anyone faced this issue ? I am trying this sample
https://github....
1
vote
0
answers
218
views
Docker build fails with error "Unable to locate package" when trying to set up local node pool for Hyperledger Indy on MacOS m1
I have been wanting to play around with Hyperledger Indy, and I seem to have gotten the necessary sdk installed correctly. However, when I go to build the docker image for a local node pool, I keep ...
0
votes
1
answer
65
views
ClassNotFoundException when try to run cordenity with Corda
I'm trying to invoke the com.luxoft.blockchainlab.corda.hyperledger.indy.flow.b2b.GetDidFlowB2B flow on corda. But it throws
java.lang.NoClassDefFoundError: com/sun/jna/Callback
at com.luxoft....
1
vote
2
answers
275
views
Custom MSP for Hyperledger Fabric
I'm trying to use DIDs/VCs from hyperledger Indy with Hyperledger Fabric. Simply I want to replace Fabric's certificate based identity/MSP with DIDs/VCs. However, as far as I understand this is not ...
0
votes
1
answer
189
views
Indy-cli crashed when executing did new seed
I am using indy-node and indy-sdk on CentOS 7 vm. And want to connect vonx.io (http://greenlight.bcovrin.vonx.io/). Connection and wallet creation are ok but create new did failed.
indy> pool ...
0
votes
1
answer
43
views
What does the On-boarding mean?
I am reading the getting started from indy-node. The getting-started.svg shows flows with Onboarding steps, i.e. Apply for the job with Acme - Onboarding. What does this mean? Thank you in advance.
0
votes
1
answer
126
views
Hyperledger Indy Creating RevocationRegistry Fails, malformed credDefId because of schema_ref
I am currently trying to write a revocation registry definition (revRegDef) to a Hyperledger Indy pool as shown in the Indy Getting Started.
The workflow is like this:
create a schema
using the ...
0
votes
0
answers
94
views
InvalidStructureException with error code 113 when sending proof using AMAX(aries-mobile-agent-xamarin)
I am running Aries mobile agent based on aries-mobile-agent-xamarin. When sending proof using Xamarin Anroid emulator, I got InvalidStructureException with error code 113. It is coming from Indy SDK, ...
1
vote
1
answer
441
views
Hyperledger Indy - What's the difference between Trust Anchor and ENDORSER?
I read
https://github.com/hyperledger/indy-sdk/blob/master/docs/getting-started/indy-walkthrough.md and https://github.com/hyperledger/indy-node/blob/master/docs/source/auth_rules.md.
I think Trust ...
1
vote
0
answers
35
views
Mapping between Sovrin Nets and genesys files
Here is is mentioned that there are three Sovrin Networks:
MainNet (prod)
StageNet (pre-prod)
BuilderNet (test)
But I can not find genesis files for those networks.
In sovrin github https://github....
2
votes
0
answers
432
views
node-gyp rebuild error on docker hyperledger indy
I am using hyperledger indy for my thesis. Indy runs on docker. But whenever I try to build my docker-compose, npm install command in agentDockerfile throws node-gyp rebuild error.I am installing node ...
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 ...
0
votes
2
answers
8k
views
Ubuntu 16.04 : Error "Could not connect to archive.ubuntu.com:80 (91.189.88.152)" while running "apt-get update " command in a dockerfile
I will put across my issue as follows :
I want to build a docker image for Hyperledger Indy-sdk
While building docker image it uses docker-compose command to build two images and combine them i.e., ...
1
vote
1
answer
285
views
What is the difference between indy-node and indy-sdk?
I would like to know the difference between indy-node and indy-sdk? When to use indy-node and when to use indy-sdk. Is indy-node using indy-sdk internally?
1
vote
0
answers
121
views
How to tag a credential in hyperledger indy wallet
For indy wallet how can we attach tag on credential to achieve following in the use cases
To sort credentials based on date with issue date tag added to the credential
To fetch credentials based on ...
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 ...
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 ...
1
vote
0
answers
247
views
How to setup Postgres as Database for Hyperledger Aries DotNet Mediator
Im using Hyperledger.Aries.Routing.Mediator in Nuget Version 1.5.5 and want to use the Hyperledger Indy-Postgres Plugin instead of the default SQLlite.
I think that i somewhere must define in my code ...
0
votes
1
answer
227
views
In SSI using Indy, how verifier chooses the schema for proof request?
In a Self Sovereign Identity, when verifier sends a proof request to the holder of credential, how the verifier makes sure to use correct schema id that is related to the holder during the proof ...
1
vote
1
answer
184
views
How to create dynamic map (key/value) pair in daml?
Can anyone tell how to create a dynamic map in daml?
For example :-
"r": {
"age": "...
1
vote
3
answers
2k
views
Can't install indy-sdk in ubuntu 20.04
I want to install indy-sdk in ubuntu 20.04, but I can't find any documentation about it.
How can I install it?
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
...
0
votes
1
answer
302
views
Hyperledger Indy: Java wrapper cannot create DID
I am trying to run the java samples of the Hyperledger Indy SDK. I have cloned the git repository of indy-sdk, built the libindy.so and use the Java Indy library version 1.15.0 (also tried with 1.14.2,...
0
votes
2
answers
165
views
Manage callbacks for Hyperledger Indy iOS SDK
I created a new xCode project (swiftUI) and I followed the guide to install the Indy iOS SDK.
Link: https://github.com/hyperledger/indy-sdk/blob/master/wrappers/ios/README.md
The pod has been ...
1
vote
1
answer
439
views
Error when starting aca-py agent with the help of seed parameter
I am trying to start the aca-py agent with the command :-
aca-py start --wallet-name user3 --wallet-key user3 --wallet-type indy --genesis-file /<PATH_TO_GENESIS_FILE>/...
0
votes
0
answers
307
views
Building interactive console app with Web SDK
I'm going my first steps with .NET Core 3.1 by trying to build an agent/client for the Hyperledger Indy project. They provide a dotnet framework.
The used SDK is Microsoft.NET.Sdk.Web.
Heres my simple ...
1
vote
2
answers
1k
views
What is the tails-server-base-url? and how should it be configured?
I have installed the indy-sdk in my system and started the ledger network (It is running).
After that I setup the aries-cloudagent and ran the agent (as a steward) using the aca-py command.
Now, with ...
0
votes
2
answers
898
views
How to create docker image for dotnet app?
I have a dotnet project that work when i do dotnet run, i am trying to containerize that dotnet project.
For that i have create the Dockerfile as below:
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1
...
0
votes
2
answers
394
views
Errors while creating pool using indy-cli
I have ran the indy_pool network and it is up using the command : docker run -itd -p 9701-9708:9701-9708 indy_pool
Now, I have installed indy-cli in my system
Now when I am trying to create a pool ...