How can I communicate with peer to peer in a hyperledger fabric local network

0 votes
My local fabric network contain 4 peers.I'm able to create users in a single peer by using membersrvc. ut, how to do transactions between two users?
May 24, 2018 in Blockchain by Shashank
• 10,400 points
1,507 views

1 answer to this question.

0 votes

The peers communicate among them through the channels. When you define a channel, you decide who are going to be part of it. Then, the transactions that are executed against that channel are viewd by all the members of the channel.

Users call the Peers and do the transactions You don't do the transactions among Peers or between users. You call to a smartcontract (chaincode in Hyperledger) that you have installed in a channel

answered May 24, 2018 by Johnathon
• 9,090 points

Related Questions In Blockchain

0 votes
1 answer
0 votes
1 answer

How to join a peer to a channel in Hyperledger Fabric?

When you run the command: peer channel create ...READ MORE

answered Jul 31, 2018 in Blockchain by digger
• 26,740 points
1,718 views
+4 votes
2 answers

How do I create a new block in Hyperledger Fabric?

This link might help you: https://github.com/hyperledger/fabric-sample ...READ MORE

answered Oct 11, 2018 in Blockchain by Sahu
1,972 views
0 votes
1 answer
0 votes
1 answer

Invalid Batch or signature in Savtooth

This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE

answered Aug 1, 2018 in Blockchain by digger
• 26,740 points
544 views
+15 votes
5 answers
0 votes
1 answer
0 votes
1 answer

How can I simulate private bitcoin network with random peer discovery?

You can model the whatever network you ...READ MORE

answered May 29, 2018 in Blockchain by Johnathon
• 9,090 points
395 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP