Kshitiz Sharma
Kshitiz Sharma

Reputation: 792

How to integrate your custom hyperledger fabric network to front end?

I have created a custom network using hyperledger fabric by following the fabric docs and editing the configurations. I deployed my custom chaincode(to update and get the results from the ledger) also, and successfully enrolled the admin and user. Now, I want to get the results of the chaincode on a webpage. How can i achieve it? Can someone suggest some good resources?

Upvotes: 0

Views: 641

Answers (1)

smeyers
smeyers

Reputation: 333

You can use one of the Hyperledger Fabric SDK's to interact with the Fabric network and retrieve the data you need to display on the front end.

Hyperledger Fabric SDK's

Excluded from that list is the Go Fabric SDK which is also currently supported. Each SDK have a handful of examples on their git repos in order to help you get started. Good luck!

Upvotes: 0

Related Questions