简体   繁体   中英

send messages one organization admin to another organization admin in hyperleger fabric

I am building one POC using Hyperledger fabric,

Is it possible to send messages from one organization admin like money details to another organization admin and he sends the (agree/denied) message?

You can work with multi organization model. Install chaincode on two organization peers and instantiate the chaincode over channel. Post Instantiation of chaincode you can invoke some transactions which will be distributed the orderer to every peer that is joined in the channel.

In the below link you can expect a basic network for two organizations with two peers each.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM