Skip to content

Instantly share code, notes, and snippets.

@rahulEth
Last active April 20, 2020 07:49
Show Gist options
  • Save rahulEth/ad0b4c11769f309a335fc6f13b058ab4 to your computer and use it in GitHub Desktop.
Save rahulEth/ad0b4c11769f309a335fc6f13b058ab4 to your computer and use it in GitHub Desktop.
Hyperledger Fabric

Problem :

Why only ADMIN users in hyperledger fabric have the permission to install instantiate query in chaincode?

Solution :

 The main intention of hyperledger is to provide confidential transactions.
Chaincode contains sensitive information such as business logic.
The main purpose of hyperledger would not be satisfied if any user could install or instantiate a query in chaincode.
Hence, for now, only the Admin has the permission to install and/or instantiate queries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment