Tools, FAQ, Tutorials:
Objectives of commercial-paper Tutorials
What are the objectives of commercial-paper Hyperledger Fabric network tutorials?
✍: FYIcenter.com
Objectives of
commercial-paper Hyperledger Fabric network tutorials provided at
hyperledger-fabric.readthedocs.io Website are:
1. Show you how to install and use a commercial paper sample application and smart contract. It is a task-oriented topic, so it emphasizes procedures above concepts.
2. Build PaperNet, a Hyperledger Fabric network of two organizations,
MagnetoCorp and DigiBank. The network allows them to trade commercial paper
with each other.
3. Act as Isabella, an employee of MagnetoCorp, who will issue a commercial paper on its behalf. You'll then switch hats to take the role of Balaji, an employee of DigiBank, who will buy this commercial paper, hold it for a period of time, and then redeem it with MagnetoCorp for a small profit.
Source code files for this tutorial is included in the fabric-samples package. Please see previous tutorials how to download the fabric-samples package.
Note that you should finish "basic-network Sample Network" tutorials before continuing with these tutorials, because it uses the basic-network Hyperledger Fabric network.
⇒ Start basic-network for PaperNet
⇐ commercial-paper Sample Network
2019-12-19, ∼1602🔥, 0💬
Popular Posts:
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...