DZhangLab / HIDe-infrastructure

2 stars 0 forks source link

Add anchor peer to Hyperleger test network #26

Open Wyntuition opened 1 year ago

Wyntuition commented 1 year ago

Assigned to @Wyntuition and @FateenAnam

Per Naranjan's presentation in the meeting on 2/21/23, we want to add an anchor peer to the Hyperledger network to facilitate cross-org communcation. Look into how to do that and implement it.

Resources,

https://hyperledger-fabric.readthedocs.io/en/release-2.5/create_channel/create_channel_test_net.html?highlight=anchor#set-anchor-peer

Wyntuition commented 1 year ago

Does one exist for each org by default?

"A peer node on a channel that all other peers can discover and communicate with. Each Member on a channel has an anchor peer (or multiple anchor peers to prevent single point of failure), allowing for peers belonging to different Members to discover all existing peers on a channel."

https://hyperledger-fabric.readthedocs.io/en/release-1.1/glossary.html#member

ANSWER: there is no anchor peer by default