<< < 4 5 6 7 8 9 10 11 12 > >>   Sort: Rank

Create PaperNet Log Console
How to Create PaperNet Log Console using the "logspout" command? If you are the administrator from MagnetoCorp and want to Create Log Console to monitor PaperNet Hyperledger Fabric network, you can follow this tutorial. 1. Create a new terminal window and run the monitordocker.sh script under the ma...
2019-12-19, 1154🔥, 0💬

commercial-paper Sample Network
Where to find tutorials on Hyperledger Fabric commercial-paper Sample Network? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Hyperledger Fabric commercial-paper Sample Network. Objectives of commercial-paper Tutorials Start basic-network for ...
2019-12-19, 1104🔥, 0💬

Start CLI Container for MagnetoCorp Admin
How to Start CLI Container for the MagnetoCorp Administrator? 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: (magnet...
2019-12-19, 1072🔥, 0💬

Start basic-network for PaperNet
How to Start basic-network for PaperNet? I want to follow commercial-paper Tutorials. 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 .....
2019-12-19, 987🔥, 0💬

Client Application Gateway
What is Client Application Gateway? Client Application Gateway is mechanism that allows an application to focus on transaction generation, submission and response. It coordinates transaction proposal, ordering and notification processing between the different network components. If Isabella from Mag...
2019-12-02, 1444🔥, 0💬

Install PaperNet Chaincode (Smart Contract)
How to install the PaperNet Chaincode (Smart Contract), papercontract.js? If you are the MagnetoCorp administrator, you need to use the peer chaincode install command to copy the papercontract chaincode from their local machine’s file system to the file system within the target peer’s docker contain...
2019-12-02, 1119🔥, 0💬

papercontract.js - PaperNet Chaincode (Smart Contract)
What is the PaperNet Chaincode (Smart Contract), papercontract.js? papercontract.js is the chaincode (or smart contract) for the PaperNet written in Node.js language. 1. View papercontract.js source code: (magnetocorp admin)$ cd ~/hyperledger-binaries/fabric- samples(magnetocorp admin)$ cd commercia...
2019-12-02, 1102🔥, 0💬

Instantiate PaperNet Chaincode (Smart Contract)
How to Instantiate the PaperNet Chaincode (Smart Contract), papercontract.js? Now that papercontract chaincode containing the CommercialPaper chaincode is installed on the required PaperNet peers, you, as administrator, can make it available to different network channels, so that it can be invoked b...
2019-12-02, 975🔥, 0💬

Install Node.js Application Dependencies
What is Install Node.js Application Dependencies? Since the applications are written with Hyperledger Fabric Node.js SDK Isabella needs to install some dependencies, which are listed in the package.json file. (isabella)$ cd ~/hyperledger-binaries/fabric- samples(isabella)$ cd commercial-paper/organi...
2019-12-02, 927🔥, 0💬

Create Identity Wallet for Isabella
How to Create Identity Wallet for Isabella at MagnetoCorp? Once Isabella gets a copy of the private key and the certificate that represents her identity, User1@org1.example.com, on the PaperNet, she needs to put them in a local wallet. Whenever Isabella runs an application, it will open the wallet a...
2019-11-21, 1048🔥, 0💬

See New Paper on CouchDB Server
How to See New Paper on CouchDB server? If you are the PaperNet admin, you may want to see the world state of the asset managed by papercontract. PaperNet uses CouchDB to store the world state and configured with a REST API on port 5984. 1. List all databases: (magnetocorp admin)$ curl http://localh...
2019-11-21, 975🔥, 0💬

issue.js - Application to Issue New Paper
What is the Application to Issue New Pape, issue.js? issue.js is a client application using the Hyperledger Fabric Node.js SDK library to invoke the issue() function of the papercontract running on the PaperNet. 1. View issue.js source code: (isabella)$ cd ~/hyperledger-binaries/fabric- samples(isab...
2019-11-21, 953🔥, 0💬

Prepare User Identity for Isabella
How to Prepare User Identity for Isabella? If Isabella wants to run any application to use the chaincode running the PaperNet, you to prepare a user identity for her. An identity of an application user consists of a private key and a public key certificate issue by the CA node of the PaperNet. Norma...
2019-11-21, 930🔥, 0💬

Start CLI Container for DigiBank Admin
How to Start CLI Container for the DigiBank Administrator? If you are the administrator from DigiBank 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: (digibank adm...
2019-11-21, 885🔥, 0💬

sign-in.js - Sign in to CA Server
How to write a Node.js script to sign in to the CA Server? Hyperledger Fabric network is permission based server application. All client applications must use an authenticated user identity to access the network. User authentication is controlled by the CA (Certificate Authority) server using PKI te...
2019-11-08, 1628🔥, 0💬

FabricCAServices Node.js Class
What is the FabricCAServices Node.js Class? FabricCAServices is a class provided in Node.js SDK 'fabric-ca-client' module. FabricCAServices can be used by client applications to communicate with the Fabric CA server. Key properties and methods provided in FabricCAServices class are: new FabricCAServ...
2019-11-08, 1188🔥, 0💬

Create Identity Wallet for Balaji
How to Create Identity Wallet for Balaji at DigiBank? Like Isabella at MagnetoCorp, Balaji at DigiBank needs prepare his system with a wallet to store his identity. He also needs to install Node.js dependencies to run applications written with Hyperledger Fabric Node.js SDK. 1. Install Node.js depen...
2019-11-08, 1083🔥, 0💬

buy.js - Application to Buy Paper
What is the Application to Buy Paper, buy.js? buy.js is a client application using the Hyperledger Fabric Node.js SDK library to invoke the buy() function of the papercontract running on the PaperNet. 1. View buy.js source code: (balaji)$ cd ~/hyperledger-binaries/fabric- samples(balaji)$ cd commerc...
2019-11-08, 997🔥, 0💬

redeem.js - Application to Redeem Paper
What is the Application to Redeem Pape, redeem.js? redeem.js is a client application using the Hyperledger Fabric Node.js SDK library to invoke the redeem() function of the papercontract running on the PaperNet. 1. View redeem.js source code: (balaji)$ cd ~/hyperledger-binaries/fabric- samples(balaj...
2019-11-08, 926🔥, 0💬

What Is Fabric CA (Certificate Authority)
What is Fabric CA (Certificate Authority)? Fabric CA (Certificate Authority) is a component of Hyperledger Fabric platform that manages certificates for Hyperledger Fabric Network as a MSP (Membership Service Provider). Similar to a standard PKI CA server, Fabric CA provides features such as: Regist...
2019-10-27, 1501🔥, 0💬

Fabric CA Integration with Fabric Peers
How Fabric CA (Certificate Authority) Server is integrated with Hyperledger Fabric peers? The diagram below illustrates how the Hyperledger Fabric CA server fits into the overall Hyperledger Fabric architecture. As you can see: You can run a single Fabric CA server to serve one organization. You can...
2019-10-27, 1253🔥, 0💬

Fabric CA (Certificate Authority)
Where to find tutorials on Fabric CA (Certificate Authority)? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Fabric CA (Certificate Authority). What Is Fabric CA (Certificate Authority) Fabric CA Integration with Fabric Peers Fabric Network wi...
2019-10-27, 1150🔥, 0💬

Organization with CA Server
Should I run Fabric CA server in my organization on a multi-organization network? Yes, you should run Fabric CA server in your organization on a multi-organization network. It is your responsibility to manage membership of who can access ledger peers in your organization. Now we have a Hyperledger F...
2019-10-27, 1076🔥, 0💬

Organization with CLI Admin Tool
Should I run CLI Admin Tool in my organization on a multi-organization network? Yes, you should run CLI Admin Tool in your organization on a multi-organization network. It provides a nice tool for your administrator to manage ledger peers in your organization. Now we have a Hyperledger Fabric Networ...
2019-10-27, 1014🔥, 0💬

<< < 4 5 6 7 8 9 10 11 12 > >>   Sort: Rank