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
8
votes
5 answers

Key differences between Hyperledger Aries and Hyperledger Indy?

Both Hyperledger Aries and Hyperledger Indy are platforms for building distributed ledger applications for identities. What are the main differences between them? When to choose one over the other to implement a blockchain solution?
8
votes
2 answers

Hyperledger Indy ERROR: Pool overlaps with other one on this address space

I'm working on this https://github.com/hyperledger/education repository and When i try to run ./manage up, i'm getting this error . ERROR: Pool overlaps with other one on this address space
Brajesh Singh
  • 635
  • 1
  • 5
  • 15
5
votes
1 answer

Hyperledger Indy data is not being mounted in Kubernetes volume directory

I am trying to run indy-nodes in kubernetes. These indy nodes are sandbox nodes and write data in /var/lib/indy directory inside the container. When I run the pod with a volume mounted, it does not write anything in the volume directory. Although it…
Akshay Sood
  • 6,366
  • 10
  • 36
  • 59
5
votes
4 answers

What is a NYM and how does this relate to a VERINYM

In the Hyperledger Indy docs and code I often see reference to a NYM but I cannot find a clear description of what this means including in the official glossary. What is a NYM and how does this differ from a VERINYM?
8bitme
  • 897
  • 2
  • 16
  • 24
4
votes
1 answer

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 repo…
4
votes
2 answers

Hypelerdger Indy Node - Seed value

I am playing with indy-sdk and in walkthrough demo in step 3 (https://github.com/hyperledger/indy-sdk/blob/master/docs/getting-started/indy-walkthrough.md#step-3-getting-the-ownership-for-stewards-verinym) the seed value for Steward sets equal to…
Polem
  • 131
  • 7
4
votes
2 answers

What's the difference between hyperledger indy-sdk and Libvcx?

I've been looking into the hyperledger indy framework and I wanted to start to build an app to get started but I noticed that there's the sdk that uses Libindy but there's also the Libvcx that is on top of Libindy but I don't know which one to use…
Alam Téllez
  • 178
  • 9
4
votes
3 answers

Cross-ledger communication between Hyperledger Fabric and Hyperledger Indy

Is it possible to have a cross-ledger identity management between hyperledger fabric and indy? Is it possible to communicate between Hyperledger Fabric and Hyperledger Indy? Can I read the data from Fabric and store it in Indy and vice-versa? My…
3
votes
1 answer

Hyperledger Indy LibIndy Installation Issue on Ubuntu 18.04

My development environment is Ubuntu 18.04 LTS. I have cloned the Indy SDK from the GitHub repository. When I am trying to install libindy which is essential for Indy node and Indy pool, it is failing due to the non-availability of Libsodium18. I…
3
votes
2 answers

Hyperledger indy validator-info basic explanation

I am playing with hyperledger indy and it's validator-info, but I really cannot find what does the number in brackets (next to a node alias) mean. I believe it has something with primary node but it's just my assumption and I have never seen any…
VladoDemcak
  • 4,893
  • 4
  • 35
  • 42
3
votes
0 answers

ImportError: cannot import name 'Coroutine'

I am trying to follow this instructions here: https://github.com/hyperledger/indy-agent/blob/master/python/README.md in order to simulate Hyperledger indy interactions, on a ubuntu 18.04 AWS instance. I already cloned the repository and installed…
3
votes
2 answers

How do you generate pool_transactions_genesis and domain_transactions_genesis?

I'm experimenting with creating a Hyperledger-Indy network and have been following the readthedocs. I can spin up blank indy-node docker containers and have been able to generate their keys using init_indy_node with my seed. I can't find…
Antonio Glavocevic
  • 796
  • 1
  • 6
  • 17
2
votes
0 answers

Verify Indy Credential from within Fabric Chaincode

I'm trying to combine the core strengths of the two Hyperledger projects, Indy / Aries and Fabric. In the scenario we have an Indy network for SSI and a Fabric network managing a token. The Fabric token accounts should be tied to the Indy…
haggis
  • 407
  • 2
  • 20
2
votes
1 answer

How to use two blockchains for the same application?

Can we use two blockchains such that one blockchain is permissioned and other is permissionless for some application so that one blockchain can be used to have private data and the other is used to store public data for verification? I am not…
2
votes
1 answer

Hyperledger Indy pool openPool timeout exception --->org.hyperledger.indy.sdk.ledger.TimeoutException: Timeout happens for ledger operation

I have implemented a library that includes the hyperledger libindy sdk Version 1.15.0 and trying to use this library on Android emulator with x86 platform support. I am getting error in my code, where the pool is to be opened,…
1
2 3 4 5 6 7