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

What are the variables that determine the number of nodes required in Hyperledger Indy Setup?

As part of one of my project implementation, I have to use Hyperledger Indy for providing digital identity to users. The estimated number of users on the platform is 20k. I am stuck on determining what must be the number of nodes required to run…
0
votes
1 answer

Hyperledger Indy: unable to init node, init_indy_node failed with error

I am following the instruction at https://github.com/hyperledger/indy-node/blob/master/docs/source/start-nodes.md My OS is Ubuntu 16.04.6 LTS. I have managed to install indy-node by following sudo apt-key adv --keyserver keyserver.ubuntu.com…
abuuu
  • 367
  • 3
  • 14
0
votes
2 answers

Hyperledger Indy: What are Trustees and Steward?

I am a beginner in Hyperledger Indy and due to the fact that it is at a very initial stage, I am facing some issues in understanding the basic concepts. I could not find any information about Trustee and Steward. I would appreciate if someone can…
Akshay Sood
  • 6,366
  • 10
  • 36
  • 59
0
votes
1 answer

Is it possible to have multiple restrictions on the same attribute on proof request on Indy?

We currently have a proof request like this: { "name": "pr", "version": "1.0", "nonce": "0994650939", "requested_attributes": { "attr0_referent": { "name": "first_name", "restrictions": [{ …
Eduardo Elias Saléh
  • 806
  • 1
  • 11
  • 23
0
votes
1 answer

Notarized documents with hyperledger indy

I am trying to build a notarized documents system and exploring hyperledger indy as a tool to manage identities of people that sign the documents. I would like to validate signature of each document so each document would have a separate wallet and…
0
votes
1 answer

INDY Error 212 while executing createPairwise

I am trying to execute createPairwise function of indy-sdk package. It throws an INDY Error 212 => WalletItemNotFound. (I also executed createAndStoreMyDid function) Here is my code let [myDid, myVerkey] = await sdk.createAndStoreMyDid(await…
0
votes
1 answer

Hyperledger-INDY in enterprise blockchain?

I was wondering, what's your opinion about using indy for enterprise blockchain. Where the members of the system are different applications, which are onboarded on the platform by a master application. These applications are then given a role of…
Tanmay Bhattacharya
  • 551
  • 1
  • 5
  • 16
0
votes
1 answer

Hyperleger Indy - TheOrgBook Module Build Failure due to Node and NPM Issue

I have deployed VON Network and Permitify Modules of Hyperledger Indy SSI VC Demo in MacOS successfully. I am facing issues in TheOrgBook setup. However TheOrgBook Demo is failing even after trying the hot fix suggested in the GitHub Issue…
0
votes
1 answer

Hyperledger Indy VonNetwork build

I was following the documentation from https://github.com/IBM-Blockchain-Identity/indy-ssivc-tutorial to set up the demo project. But I am stuck with the below error while creating the VON network. Can some one please give any hint on what is wrong…
0
votes
0 answers

What is the best option for decentralised login into hyperledger fabric network?

I have a blockchain business network setup on hyperledger composer which interacts with Hyperledger Fabric. My business network is then exposed as a REST server which my angular application interacts with. Im just wondering what is the best way to…
0
votes
1 answer

Proper Indy Setup with Docker

I'm getting into Hyperleadger Indy for a project and want to set it up as a clean docker container. Its often pretty confusing with correct sources of documentation. As a start i wanted to follow the tutorial based on Alice. I used…
-1
votes
2 answers

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":"client request invalid: UnauthorizedClientRequest('Rule for this action is: 1 TRUSTEE signature is required OR 1…
-2
votes
1 answer

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 first step was to create an image with docker.…
-2
votes
1 answer

Indy Node installation issue in ubuntu

I am trying to install Hyperledger Indy Node on ubuntu but facing the issue Here is the log : indy-nodejs | gyp ERR! build error indy-nodejs | gyp ERR! stack Error: `make` failed with exit code: 2 indy-nodejs | gyp ERR! stack at…
1 2 3 4 5 6
7