Reputation: 973
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
Reputation: 4133
You can develop a gateway application using one of the below SDK's
Fabric comes with
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