maniankara / hyperledger-easydoser

A simpler and easy way to handle endorsement policies with Hyperledger Fabric based products.
https://wiki.hyperledger.org/pages/viewpage.action?pageId=29035323
GNU General Public License v3.0
3 stars 3 forks source link

README.md: Add documentation about working hyperledger fabric network #28

Closed maniankara closed 3 years ago

maniankara commented 3 years ago

The current documentation does not say anything about a hyperledger fabric running. This project is based on it. So, some instructions like:

Ensure the hyperledger fabric is running:
hyperledger/fabric-samples/test-network|master ⇒  docker ps
CONTAINER ID        IMAGE                                                                                                                                                                    COMMAND                  CREATED             STATUS              PORTS                              NAMES
beabb85a8e55        dev-peer0.org2.example.com-basic_1.0-4ec191e793b27e953ff2ede5a8bcc63152cecb1e4c3f301a26e22692c61967ad-6c0d5b0755cb92ed5555bd2e8a8765a6f425d1ed5ed9a90e625e01939e2113be   "chaincode -peer.add…"   About an hour ago   Up About an hour                                       dev-peer0.org2.example.com-basic_1.0-4ec191e793b27e953ff2ede5a8bcc63152cecb1e4c3f301a26e22692c61967ad
45fad38301ca        dev-peer0.org1.example.com-basic_1.0-4ec191e793b27e953ff2ede5a8bcc63152cecb1e4c3f301a26e22692c61967ad-42f57faac8360472e47cbbbf3940e81bba83439702d085878d148089a1b213ca   "chaincode -peer.add…"   About an hour ago   Up About an hour                                       dev-peer0.org1.example.com-basic_1.0-4ec191e793b27e953ff2ede5a8bcc63152cecb1e4c3f301a26e22692c61967ad
7adb159c312d        hyperledger/fabric-peer:latest                                                                                                                                           "peer node start"        About an hour ago   Up About an hour    0.0.0.0:7051->7051/tcp             peer0.org1.example.com
71e30ee0bf3f        hyperledger/fabric-peer:latest                                                                                                                                           "peer node start"        About an hour ago   Up About an hour    7051/tcp, 0.0.0.0:9051->9051/tcp   peer0.org2.example.com
894c1bb2e0ee        hyperledger/fabric-orderer:latest                                                                                                                                        "orderer"                About an hour ago   Up About an hour    0.0.0.0:7050->7050/tcp             orderer.example.com
hyperledger/fabric-samples/test-network|master ⇒  
Abhimanyu121 commented 3 years ago

I have added exactly the same thing to the readme.