Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Blockchain by (12.7k points)

I've created hyperledger fabric local network in system(Ubuntu) which contains 4 peers using docker composer, config.yml file. I'm able to create users in a single peer by using membersrvc. But, how to do transactions between two users.

1 Answer

0 votes
by (29.5k points)

I don't understand the question properly but from what  I can infer I can tell you the following

The peers communicate among them through the channels. When you define a channel, you decide who is going to be part of it. Then, the transactions that are executed against that channel are viewed 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 smart contract (
chaincode in Hyperledger) that you have installed in a channel

Browse Categories

...