Search code examples
hyperledger-fabricblockchainhyperledger-explorer

Hyperledger Explorer showing only 1 node for 7 peers under 1 organization configured in hyperledger fabric. Is it correct?


Hyperledger explorer showing 1 node for 7 peers configured under 1 organization

A single organization is created called ORG1MSP. 7 peers are configured under same organization starting from peer0.org1.example.com through peer6.org1.example.com. All transactions running fine. To visualize the fabric network I setup an Hyperledger Explorer which shows up only 1 node as against expected 7 nodes. I am expected to setup 7 nodes to be setup under single organization. What am i missing on?


Solution

  • Bassel is right here.

    Shashank, I think you have done a fantastic job so far.

    want to give a little perspective here. The idea of decentralized systems is to have multiple nodes for its known benefits. I would motivate you to do that with your app too. Deploy it to multiple nodes.

    1. Then visualize it on explorer. Get a sense of pride. At this stage u earned it my friend.
    2. Kill one node ( mock the DDoS scenario) and see if your network is still stable.
    3. Run transactions and Monitor the speed as compared to single node ( single VM as mentioned above in the comments)
    4. You just graduated to develop de-cen systems of which blockchain is a part ( if fabric is your first attempt at de-cen systems, I would assume in this case).

    Good luck 👍