Questions tagged [hyperledger-indy]

Distributed ledger and utility library for Hyperledger.

Hyperledger Indy is a distributed ledger, purpose-built for decentralized identity. It provides tools, libraries, and reusable components for creating and using independent digital identities rooted on blockchains or other distributed ledgers so that they are interoperable across administrative domains, applications, and any other “silo.”

Because distributed ledgers cannot be altered after the fact, it is essential that use cases for ledger-based identity carefully consider foundational components, including performance, scale, trust model, and privacy. In particular, Privacy by Design and privacy-preserving technologies are critically important for a public identity ledger where correlation can take place on a global scale.

https://www.hyperledger.org/projects/hyperledger-indy


Do not confuse Hyperledger Indy with the Indy (Internet Direct) open source networking library for Delphi, C++Builder, and FreePascal development environments. Please do not use the tag for topics related to Hyperledger Indy, use the tag instead.

104 questions
0
votes
0 answers

Unable to connect to Indy pool from webserver

I have a running indy_pool docker container with 4 nodes. I followed the article https://medium.com/@smaldeniya/setup-hyperledger-indy-pool-in-local-linux-environment-using-docker-304d13eb86dc to do this setup. Now, trying to create a webserver…
Soundarya
  • 153
  • 1
  • 2
  • 12
0
votes
1 answer

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 the hyperleder indy but didn't find anything…
0
votes
0 answers

How to generate a signature and send a valid request in indy-vdr using Python?

I want to send a ledger request in Hyperledger Indy using indy-vdr Python. To do that, I think I need to generate a signature. My attempts to send a nym_request in Python without valid signatures result in errors like this: indy_vdr.error.VdrError:…
0
votes
1 answer

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, automake, autoconf, cmake, openssl 1.1, zeromq,…
anibal
  • 1
  • 2
0
votes
1 answer

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 causing the issue. I don't understand whether the…
Pranshu_Taneja
  • 186
  • 1
  • 1
  • 16
0
votes
1 answer

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 generate_indy_pool_transactions . But I don't see any…
hackinghorn
  • 133
  • 6
0
votes
1 answer

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…
0
votes
1 answer

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 create sandbox gen_txn_file=./vonx_pool_txn_genesis Pool…
allenchen
  • 625
  • 10
  • 21
0
votes
1 answer

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.
allenchen
  • 625
  • 10
  • 21
0
votes
1 answer

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 schemaId, create a credential definition…
0
votes
0 answers

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, anyone can shed light on how to enable Indy SDK…
gan
  • 1
0
votes
1 answer

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 current main branch, it seems that a credential is…
0
votes
1 answer

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., indy-pool image and getting-started image. My…
manoj
  • 1
  • 1
  • 2
0
votes
1 answer

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 this point all the docker containers starts OK.…
Asad Hayat
  • 368
  • 2
  • 20
0
votes
1 answer

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 request to the holder?
Krupakar
  • 39
  • 5