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

Introduction of Hyperledger Composer
Where to find tutorials on Introduction of Hyperledger Composer. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Introduction of Hyperledger Composer. Hyperledger Composer Components Hyperledger Composer Runtime   ⇒ Hyperledger Composer Co...
2021-12-28, 874🔥, 0💬

Hyperledger Composer Access Control File
What Is Hyperledger Composer Access Control (*.acl)? A Hyperledger Composer Access Control file is a source code file that define access control rules of which participant can access which assets and execute which transactions. A access control file uses the Access Control Language (ACL) and the .ac...
2020-11-22, 871🔥, 0💬

Deploy cli Container Manually
How to Deploy cli as a Docker container manually? You can follow this tutorial to Deploy cli as a Docker container manually. 1. Verify the configuration of the cli container defined in the docker-compose.yml file: $ cd ~/hyperledger-binaries/fabric- samples/basic-network$ more docker-compose.yml ......
2020-03-15, 871🔥, 0💬

Install Demo Business Networks in Playground
How to install other Business Network demo in Hyperledger Composer Playground? Hyperledger Composer offers many other demo Business Networks. You can follow this tutorial to install any of them in Hyperledger Composer Playground. 1. Open Hyperledger Composer Playground. You see a list of Business Ne...
2020-12-15, 866🔥, 0💬

Hyperledger Fabric Process Flow
Where to find tutorials on Hyperledger Fabric Process Flow? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Hyperledger Fabric Process Flow. What Is Hyperledger Fabric Query   ⇒ What Is Hyperledger Fabric Query ⇐ Organization with CLI Admin To...
2020-01-29, 866🔥, 0💬

Deploy peer0.org1.example.com Manually
How to Deploy peer0.org1.example.com as a Docker container manually? You can follow this tutorial to Deploy peer0.org1.example.com as a Docker container manually. 1. Verify the configuration of the peer0.org1.example.com container defined in the docker-compose.yml file: $ cd ~/hyperledger-binaries/f...
2020-03-25, 865🔥, 0💬

Inspect Transaction Blocks of Channel Blockchain
How to Inspect Transaction Blocks of Channel Blockchain? You can follow this tutorial to Inspect Transaction Blocks of Channel Blockchain. 1. Connect to the CLI container of the Hyperledger Fabric network: $ docker exec -it cli bash bash-4.4# 2. Download (fetch) the newest block from "mychannel" cha...
2020-08-13, 864🔥, 0💬

Install Hyplerledger Composer Environment
Where to find tutorials on installing Hyplerledger Composer Environment on Ubuntu. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on installing Hyplerledger Composer Environment on Ubuntu. Hyplerledger Composer Environment Requirement Install Com...
2021-05-04, 861🔥, 0💬

What is Hyperledger Composer Playground Server
What is Hyperledger Composer Playground Server? Hyperledger Composer Playground Server is a Web server that allows you to run and control your own Hyperledger Composer Playground. Hyperledger Composer Playground Server is included in the Hyperledger Composer tool set. It is normally installed as par...
2021-02-17, 859🔥, 0💬

Hyperledger Composer Environment Components
What components are included in my Hyperledger Composer Environment? The fabric-dev-servers.tar.gz package provides the 4 components running as Docker containers to form your Hyperledger Composer Environment. You can identify Hyperledger Composer by their container names from the output of the "dock...
2020-07-14, 851🔥, 0💬

Invoke Operation on Chaincode Container
Which chaincode container runs the chaincode invoke operation? The chaincode "mycc" instance is configured in the BYFN (Build Your First Network) to run in both chaincode containers when one of their peers receives the "Invoke" call. 1. Set up a terminal on the hosting system to follow the log file ...
2020-06-08, 848🔥, 0💬

stop.sh - Stop basic-network
How to run stop.sh script to stop the Hyperledger Fabric example network, basic-network? You can follow this tutorial to run stop.sh script to stop the Hyperledger Fabric example network, basic-network. 1. Run stop.sh script to stop the basic-network: $ cd ~/hyperledger-binaries/fabric- samples/basic...
2020-04-25, 848🔥, 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, 846🔥, 0💬

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, 845🔥, 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, 845🔥, 0💬

Basic Sample Business Network - SampleParticipant
How to add new SampleParticipant records in Basic Sample Business Network? You can follow this tutorial to add new SampleParticipant records in Basic Sample Business Network. 1. Open Hyperledger Composer Playground and go to Basic Sample Business Network home page, as shown in the previous tutorial....
2020-12-22, 844🔥, 0💬

"concept" CTO Statement Syntax
What is the syntax of the "concept" CTO Statement The "concept" statement declares a generic data type to represent secondary data entities to support primary data entities. Here is the syntax of an "concept" statement: concept type_name [extends super_type] { o|--&gt; property_type property_nam...
2021-06-19, 840🔥, 0💬

"asset" CTO Statement Syntax
What is the syntax of the "asset" CTO Statement The "asset" statement declares a generic data type to represent primary data entities that can be referenced with their unique IDs. Here is the syntax of an "asset" statement: [abstract] asset type_name [identified by id_name] | [extends super_type] { ...
2021-08-01, 839🔥, 0💬

Warning on Incompatible "npm" Version
Why I am getting the Incompatible "npm" Version warning with installating Hyplerledger Composer CLI on Ubuntu? You may get the Incompatible "npm" Version warning, if you install Hyplerledger Composer CLI with the "@0.20" version option: $ sudo npm install -g composer-cli@0.20 WARN engine composer-cl...
2021-04-04, 838🔥, 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, 837🔥, 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, 836🔥, 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, 833🔥, 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, 833🔥, 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, 829🔥, 0💬

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