Ahmed Fwela
Ahmed Fwela

Reputation: 973

How do clients connect to hyperledger fabric network?

If i have a fabric network with multiple peers, how can, say, a mobile app (representing the user) query data from that network ? It would need the IP address of at least 1 peer, but how do i deliver this to the app as dynamically as possible ?

Upvotes: 0

Views: 87

Answers (1)

Narendranath Reddy
Narendranath Reddy

Reputation: 4133

You can develop a gateway application using one of the below SDK's

Fabric comes with

  • NodeJS SDK
  • Go SDK
  • JAVA SDK

This gateway application will expose api's so that mobile app can consume whenever it required

I here by mention a sample open source fabcar application here

Upvotes: 1

Related Questions