Tools, FAQ, Tutorials:
Start CLI Container for MagnetoCorp Admin
How to Start CLI Container for the MagnetoCorp Administrator?
✍: FYIcenter.com
If you are the administrator from MagnetoCorp and want to
manage the PaperNet Hyperledger Fabric network,
you can follow this tutorial.
1. Create a new terminal window and run the docker-compose command to start the CLI container:
(magnetocorp admin)$ cd ~/hyperledger-binaries/fabric-samples (magnetocorp admin)$ cd commercial-paper/organization/magnetocorp/configuration/cli/ (magnetocorp admin)$ docker-compose -f docker-compose.yml up -d cliMagnetoCorp Creating cliMagnetoCorp ... done
2. Check running containers:
(magnetocorp admin)$ docker ps CONTAINER ID IMAGE STATUS NAMES 562a88b25149 hyperledger/fabric-tools Up 1 minute cliMagnetoCorp b7f3586e5d02 gliderlabs/logspout Up 7 minutes logspout ada3d078989b hyperledger/fabric-peer Up 29 minutes peer0.org1.example.com 1fa1fd107bfb hyperledger/fabric-orderer Up 29 minutes orderer.example.com 53fe614274f7 hyperledger/fabric-couchdb Up 29 minutes couchdb 469201085a20 hyperledger/fabric-ca Up 29 minutes ca.example.com
2 more containers are running: logspout is for the log console, cliMagnetoCorp is for the CLI tool.
Â
⇒ papercontract.js - PaperNet Chaincode (Smart Contract)
⇠Create PaperNet Log Console
⇑ commercial-paper Sample Network
⇑⇑ Hyperledger Tutorials
2019-12-19, 949👍, 0💬
Popular Posts:
Where to find tutorials on PHP language? I want to know how to learn PHP. Here is a large collection...
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...