Tools, FAQ, Tutorials:
Verify the WYFA Network
How to Verify the Hyperledger Fabric Network to run the WYFA (Writing Your First Application) tutorial?
✍: FYIcenter.com
You can follow these steps to
verify the Hyperledger Fabric Network
to run the WYFA (Writing Your First Application) tutorial.
1. Connect to the CLI container:
$ docker exec -it cli bash bash-4.4#
2. Is the ledger peer running? Yes.
bash-4.4# echo $CORE_PEER_ADDRESS peer0.org1.example.com:7051 bash-4.4# peer node status status:STARTED
3. Is the ledger peer member of any channel? Yes.
bash-4.4# peer channel list Channels peers has joined: mychannel
4. Is there any chaincode running on the channel? No.
bash-4.4# peer chaincode list -C mychannel --instantiated Get instantiated chaincodes on channel mychannel:
See next tutorial on how to reinstall the chaincode.
⇒ Reinstall Chaincode on WYFA Network
2020-02-29, 531👍, 0💬
Popular Posts:
What Is an HTML "em" Tag/Element? An "em" element is an inline element that you can use to specify t...
How to login to Azure API Management Publisher Portal 2017 version? If you have given access permiss...
How to add request URL Template Parameters to my Azure API operation 2017 version to make it more us...
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...
FYIcenter JSON Validator and Formatter is an online tool that checks for syntax errors of JSON text ...