Hyperledger Fabric On AKS

swapnil galgali 21 Reputation points
2020-12-17T09:19:41.683+00:00

Hi ,

We have deployed Hyperledger Fabric consortium on Azure Kubernetes Service using steps mentioned in below link:
https://learn.microsoft.com/en-au/azure/blockchain/templates/hyperledger-fabric-consortium-azure-kubernetes-service

This is working fine. Next step for us is to call this from external application.

Would like to understand on how we can call this from external application? Is there any documentation available for exposing and accessing API from external application,what is the authentication required?

We would first like to test calling it in Postman and then would like to use it in our external application.

Thanks,
Swapnil

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,877 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,254 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sathyanarayanan Saravanamuthu 166 Reputation points
    2020-12-21T05:39:16.4+00:00

    To call Hyperledger, the hyperledger SDKs should be used. For example, the node SDK can be referred at https://hyperledger.github.io/fabric-sdk-node/.

    Hyperledger does not provide REST based APIs for the external applications to interact. The external interfaces work with the GRPC protocol and SDKs are the best way to interact with the hyperledger.

    The azhlf tool referred in the documentation internally uses the Hyperledger Node SDK. The source code is available here. This can be used as a reference to develop your application.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Shalini Agrawal 1 Reputation point
    2020-12-17T09:30:00.383+00:00

    Looking forward for response on this as we are also facing the same issue.

    0 comments No comments

  2. Aluru Jawahar 1 Reputation point
    2021-06-16T07:29:53.713+00:00

    Hi,

    You can use the connection profile created after you create HLF network. Your can export it to your local and use for connecting APIs. If you have set GUI your can use Azure app service extension in Visual studio Code editor and deploy web app on to your HLF (Hyperledger Fabric) network.

    0 comments No comments