Tools, FAQ, Tutorials:
Start basic-network for PaperNet
How to Start basic-network for PaperNet? I want to follow commercial-paper Tutorials.
✍: FYIcenter.com
You can follow this tutorial to start basic-network
and make it ready to build PaperNet.
1. Start basic-network :
$ cd ~/hyperledger-binaries/fabric-samples/basic-network $ ./start.sh ... Creating ca.example.com ... done Creating orderer.example.com ... done Creating couchdb ... done Creating peer0.org1.example.com ... done ... [channelCmd] executeJoin -> INFO 002 Successfully submitted proposal to join channel
2. List the docker containers that are running the basic-network nodes:
$ docker ps CONTAINER ID IMAGE STATUS NAMES ada3d078989b hyperledger/fabric-peer Up About a minute peer0.org1.example.com 1fa1fd107bfb hyperledger/fabric-orderer Up About a minute orderer.example.com 53fe614274f7 hyperledger/fabric-couchdb Up About a minute couchdb 469201085a20 hyperledger/fabric-ca Up About a minute ca.example.com
As you can see, each node of basic-network is running in its own container:
Â
⇒ Create PaperNet Log Console
⇠Objectives of commercial-paper Tutorials
⇑ commercial-paper Sample Network
⇑⇑ Hyperledger Tutorials
2019-12-19, 855👍, 0💬
Popular Posts:
How to add request query string Parameters to my Azure API operation to make it more user friendly? ...
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...
How to use the "forward-request" Policy Statement to call the backend service for an Azure API servi...
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...