<< < 55 56 57 58 59 60 61 62 > >>   ∑:1482  Sort:Date

Hyperledger Composer Access Query File
What Is Hyperledger Composer Query File (*.qry)? A Hyperledger Composer Query file is a source code file that define queries to retrieve business objects from the Business Network. A access control file uses the Query language and the .qry file extension. Here is an example of an query file from the...
2020-11-22, 894🔥, 0💬

ERROR(PKG-005) - Mimetype Has Extra Field
How to fix the "ERROR(PKG-005) - The mimetype file has an extra field of length 28 ..." error? When you validate a EPUB 2.0 package with EpubCheck, you may see the following error: C:\fyicenter&gt; java -jar epubcheck.jar Error-Mimetype-Not-First-2.0.e pubValidating using EPUB version 2.0.1 rule...
2022-11-04, 893🔥, 0💬

Reinstall basic-network with Latest Images
How to Reinstall basic-network with Latest Images? You follow this tutorial to Reinstall basic-network with Latest Images. 1. Run teardown.sh script to remove containers and their images related to the basic-network: $ cd ~/hyperledger-binaries/fabric- samples/basic-network$ ./teardown.sh Removing p...
2020-04-14, 893🔥, 0💬

"enum" CTO Statement Syntax
What is the syntax of the "enum" CTO Statement The "enum" statement declares an enumeration data type to represent data values with predefined options. Here is the syntax of an "enum" statement: enum type_name [extends super_type] { o value_option ... } Syntax elements used in a "transaction" CTO St...
2021-06-19, 891🔥, 0💬

Hyperledger Composer Model File
What Is Hyperledger Composer Model File (*.cto)? A Hyperledger Composer model file is a source code file that define business object types used in a business network: Participants, Assets, Transactions and Events. A model file uses the CTO modeling language and the .cto file extension. Here is an ex...
2020-11-22, 891🔥, 0💬

Explorer Hyplerledger Composer Environment
Where to find tutorials on Explorering Hyplerledger Composer Environment on Ubuntu. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Explorering Hyplerledger Composer Environment on Ubuntu. Control Hyplerledger Composer Environment Versions of H...
2020-07-22, 890🔥, 0💬

"participant" CTO Statement Syntax
What is the syntax of the "participant" CTO Statement The "participant" CTO statement declares a participant data type to represent someone who can interact with the business network under access control rules. Here is the syntax of a "participant" statement: [abstract] participant type_name [identi...
2021-08-01, 889🔥, 0💬

Peer Log Messages - Start Environment
How to verify peer node log messages to ensure my Hyperledger Composer developer environment is started correctly? You can follow this tutorial to verify peer node log messages generated during the Hyperledger Composer developer environment start up process. 1. Stop the environment: $ cd fabric-dev-...
2020-12-02, 889🔥, 0💬

Basic Sample Business Network - SampleTransaction
How to submit SampleTransaction request to Basic Sample Business Network? You can follow this tutorial to submit SampleTransaction request to Basic Sample Business Network. 1. Open Hyperledger Composer Playground and go to Basic Sample Business Network home page, as shown in the previous tutorial. 2...
2020-12-22, 887🔥, 0💬

Control Hyplerledger Composer Environment
What are the command scripts to control my Hyplerledger Composer development environment? If you have installed your Hyplerledger Composer development environment, with the fabric-dev-servers.tar.gz package, you have the following shell command scripts to control the envrionment: 1. ~/fabric-dev-ser...
2020-07-22, 884🔥, 0💬

Hyperledger Composer Playground Server
Where to find tutorials on Hyperledger Composer Playground Server. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Hyperledger Composer Playground Server. What is Hyperledger Composer Playground Server Start Hyperledger Composer Playground Serv...
2021-02-17, 882🔥, 0💬

"yo" Command to Generate Business Network
How to generate required source code files for a new business network with Hyperledger Composer command line tools? You can use the "yo" command line tool to generate required source code files for a new business network as shown below. 1. Run "yo" command with the "hyperledger-composer:business netw...
2021-02-04, 882🔥, 0💬

Building Business Network with Hyperledger Composer
Where to find tutorials on Building Business Network with Hyperledger Composer. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Building Business Network with Hyperledger Composer. "yo" Command to Generate Business Network "composer archive" to...
2021-02-04, 880🔥, 0💬

"transaction" CTO Statement Syntax
What is the syntax of the "transaction" CTO Statement The "transaction" statement declares the input message structure of a transaction type, which can be submitted to the business network for processing. Here is the syntax of an "transaction" statement: transaction type_name [extends super_type] { ...
2021-08-01, 878🔥, 0💬

"transaction" Process Function Defined in JS
How to define a "transaction" process function in the JS scripting file? If you want your Hyplerledger Composer business network to process a business transaction, you need to the "function" JavaScript statement to define a "transaction" process function in a JS scripting file. When Hyplerledger Com...
2021-06-05, 878🔥, 0💬

Business Network Source Code Architecture
What Is Business Network Source Code Architecture? Business Network Source Code Architecture can be summarized in the following diagram: Hyperledger Composer offers tools to help you developing hyperledger application, called business network, with following source code files: Model Files (*.cto) - ...
2022-02-19, 876🔥, 0💬

"transaction" Data Type Declared in CTO
How to declare a "transaction" data type in the CTO model file? If you want your Hyplerledger Composer business network to accept a business transaction, you need to use the "transaction" CTO statement to declare a "transaction" data type in a CTO model file. The "transaction" data type specifies ho...
2021-06-05, 875🔥, 0💬

Business Network JS Scripting Language
Where to find tutorials on Business Network JS Scripting Language. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Business Network JS Scripting Language. What Is JS Scripting Language "transaction" Process Function Syntax "transaction" Data Ty...
2021-06-19, 874🔥, 0💬

Hyperledger Composer Components
What components are included in Hyperledger Composer? Here are major components included in Hyperledger Composer: Composer Runtime - Runs on top of the Hyperledger Fabric framework to run ledger applications called business networks. Composer Playground - Runs in a Web browser providing a Hyperledge...
2021-12-28, 872🔥, 0💬

Hyplerledger Composer Environment Requirement
What are requirements for installing the a Hyplerledger Composer development environment? Here are requirements for installing the a Hyplerledger Composer development environment: Operating System - Ubuntu Linux 14.04 / 16.04 LTS, or Mac OS 10.12. Docker Engine - Version 17.03 or higher. Docker Engi...
2021-05-04, 871🔥, 0💬

Hyperledger Composer Log Files
Where to find tutorials on Hyperledger Composer Log Files. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Hyperledger Composer Log Files. Hyperledger Composer Log File Location Peer Node Log File Location Peer Log Messages - Start Environment ...
2020-12-02, 862🔥, 0💬

Modify Business Network in Playground
How to modify Business Network in Hyperledger Composer Playground? You can follow this tutorial to modify a Business Network in Hyperledger Composer Playground and deploy it back to the Hyperledger Fabric simulator or server. 1. Open Hyperledger Composer Playground and go to Basic Sample Business Ne...
2020-12-15, 860🔥, 0💬

Building Docker Images for Windows
Where to find tutorials on Building Docker Images for Windows? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Building Docker Images for Windows. "microsoft/windowsservercore" - Windows Base Image "microsoft/windowsservercore:l atestnot found"...
2023-01-30, 857🔥, 0💬

"transaction" Process Function Syntax
What is the syntax of "transaction" process function in the JavaScript file? A "transaction" process function is a regular JavaScription function that has two extra decorators: "@transaction" and "@param". Here is the syntax of a "transaction" process function statement: /* @transaction * @param {tr...
2021-06-05, 855🔥, 0💬

<< < 55 56 57 58 59 60 61 62 > >>   ∑:1482  Sort:Date