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
2
votes
1 answer

PoolLedgerTimeout in Hyperledger Indy

Problem: I have cloned the Hyperledger-Indy SDK repository and then I try to run the nodeJs sample Firstly I issued the command npm run ledger: start then I issue npm install and then npm run start inside the nodejs folder. After that I got >…
2
votes
2 answers

Hyperledger Indy: Create genesis transaction file

I have 4 nodes set up on 4 vagrant ubuntu-based machines. I have generated the keys required for these nodes using the command: init_indy_node VAL1 0.0.0.0 9701 0.0.0.0 9702 111111111111111111111111111N1. According to the documentation, there is a…
Akshay Sood
  • 6,366
  • 10
  • 36
  • 59
2
votes
1 answer

Hyperledger Indy basic concepts

I am reading the Indy walkthrough: https://github.com/hyperledger/indy-sdk/blob/master/docs/getting-started/indy-walkthrough.md and I am trying to figure out what is the Indy nodes pool? And conceptually what is a pool? And when we talk about…
MarcosF8
  • 1,848
  • 5
  • 19
  • 33
2
votes
1 answer

Verification of credentials in Hyperledger-Indy

I was goin through the documentation of INDY , in the example with alice,faber and thrift , the part where the credentials are validated is mentioned as Acme got all the requested attributes. Now Acme wants to check the Validity Proof. To do it…
Tanmay Bhattacharya
  • 551
  • 1
  • 5
  • 16
2
votes
2 answers

Does Decentralized Identifiers cover Decentralized PKI

I am learning about Decentralized Identifiers(DIDs). The DIDs specifaction says that: This architecture not only eliminates dependence on centralized registries for identifiers, but also on centralized certificate authorities for key…
2
votes
1 answer

Hyperledger-indy: Transaction has been rejected: client request invalid: InsufficientCorrectSignatures

I'm learning hyperledger indy, and am facing a problem while adding a new node as a validating node using indy-cli. I have already created a wallet of name "user" with type "default" and use DID from one of STEWARD of domain_transaction_genesis, but…
2
votes
1 answer

How to add prebuilt *.so libraries in android studio?

I am trying to integrate the Hyperledger indy SDK. However, when running my code I get the error E/AndroidRuntime: FATAL EXCEPTION: main java.lang.UnsatisfiedLinkError: dlopen failed: library "libgnustl_shared.so" not found at…
JMorales
  • 115
  • 1
  • 9
1
vote
0 answers

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…
1
vote
0 answers

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 getting this error: And here is the…
Drew
  • 61
  • 2
  • 6
1
vote
2 answers

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 direct. The existing code based have lots of…
1
vote
1 answer

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 Anchor , ENDORSER are have the same role, but I…
MiryangJung
  • 93
  • 1
  • 8
1
vote
0 answers

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…
Ivan
  • 340
  • 3
  • 14
1
vote
0 answers

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 v10.Can anyone please help? My…
Mesbah
  • 11
  • 3
1
vote
1 answer

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

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 subject with subject as…
Priya
  • 11
  • 3