hyperledger-fabrichyperledgerhyperledger-explorer

Admin tool to manage hyperledger fabric blockchain network?


When I install a hyperledger fabric network (as instructed on hyperledger.readthedocs.io), it gives me ability to communicate with the deployed blockchain instance. There are a few CLI commands that I can use to stop/restart the service.

I am looking for a UI based tool, that an admin user can leverage to view the activity, as well as control the different entities in the blockchain network.

Note: I have already seen Blockchain explorer but its apparently a read-only tool.

Many Thanks.


Solution

  • I think Hyperledger Composer is best way to access the Hyperledger Fabric Network.

    It Provides UI to access full blockchain network.

    You can find the tutorials here.

    Also, if you want to view total blocks, transactions, peers data, then You can use Hyperledger Blockchain Explorer.

    The link is here.