< 1 2 3 4 5 6 7 > >>   Sort: Rank

"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, 818🔥, 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, 806🔥, 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, 820🔥, 0💬

View "console.log()" Output in Playground
How to view "console.log()" Output in Hyperledger Composer Playground? If you use "console.log()" to print out debug information in your transaction process functions, you can follow this tutorial to see the "console.log()" in Hyperledger Composer Playground. 1. Add the following CTO modeling file t...
2021-06-05, 786🔥, 0💬

Install Composer Prerequisites on Ubuntu
How to install Hyplerledger Composer Prerequisites on Ubuntu? The best way to install Hyplerledger Composer Prerequisites on Ubuntu is to download and run the prereqs-ubuntu.sh script. 1. Verify your Ubuntu version: $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: U...
2021-05-04, 982🔥, 0💬

Install Hyperledger Composer on UBuntu
How to install Hyplerledger Composer on Ubuntu? You can follow this tutorial to install Hyplerledger Composer on Ubuntu 1. Install Hyplerledger Composer CLI: $ sudo npm install -g composer-cli ... installation messages ... $ composer --version v0.20.8 2. Install Hyplerledger Composer REST API Server...
2021-05-04, 878🔥, 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, 866🔥, 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, 830🔥, 0💬

Verify Hyperledger Composer Prerequisites on Ubuntu
How to verify Hyplerledger Composer Prerequisites on Ubuntu? You can use the following commands to verify Hyplerledger Composer Prerequisites on Ubuntu: 1. Verify Docker Engine: $ docker --version Docker version 18.09.2, build 6247962 $ ps -e | grep dockerd 17939 ? 00:39:58 dockerd 2. Verify Docker ...
2021-05-04, 799🔥, 0💬

Issue to Install "npm 5.x" on Ubuntu 18
Why I can only install "npm 3.5.2" on Ubuntu 18? If you are running Ubuntu 18, the default "apt install npm" command will only insatlle "npm 3.5.2: $ sudo apt install npm ... installing the "npm" package $ sudo apt install npm Reading package lists... Done Building dependency tree Reading state info...
2021-04-04, 1117🔥, 0💬

Start/Stop Hyperledger Fabric Dev Environment
How to start and stop Hyplerledger Fabric Dev Environment? You can follow this tutorial to start and stop Hyplerledger Fabric on Ubuntu. 1. Make sure the Docker Engine is running: $ ps -e | grep dockerd 17939 ? 00:39:58 dockerd $ docker info Containers: 6 Running: 4 Paused: 0 Stopped: 2 Images: 88 S...
2021-04-04, 918🔥, 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, 851🔥, 0💬

Install Hyperledger Fabric on UBuntu
How to install Hyplerledger Fabric on Ubuntu? You can follow this tutorial to install Hyplerledger Fabric on Ubuntu. 1. Download the Hyplerledger Fabric Dev Environment package: $ mkdir fabric-dev-servers $ cd fabric-dev-servers $ curl -O https://raw.githubusercontent. com/hyperledger/composer-tools...
2021-04-04, 784🔥, 0💬

Connect to Local Playground Server
How to connect to my local Hyperledger Composer Playground Server? When your local Hyperledger Composer Playground Server is started, it listens to the 8080 port by default. So you can connect to the server with a Web browser on the local system, using the following address: http://localhost:8080 If...
2021-02-17, 995🔥, 0💬

"gyp ERR! stack Error: EACCES: permission denied"
Why am I getting the "gyp ERR! stack Error: EACCES: permission denied" error when installing Hyplerledger Composer REST API Server? You may get the "gyp ERR! stack Error: EACCES: permission denied" error, when using older version of "npm" to install Hyplerledger Composer REST API server: $ sudo npm ...
2021-02-17, 889🔥, 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, 866🔥, 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, 828🔥, 0💬

Hyperledger Composer Tutorials
Where to find tutorials on Hyperledger Composer? I want to know how to create Hyperledger Composer business networks. Here is a large collection of tutorials to answer many frequently asked questions compiled by FYIcenter.com team about Hyperledger Composer: Introduction of Hyperledger Composer Hype...
2021-02-04, 1117🔥, 0💬

"composer network" - Deploy BNA File
How to deploy and start a business network BNA file to the local Hyperledger Fabric developer environment? You can use the "composer network" command to deploy and start a business network BNA file on the local Hyperledger Fabric developer environment: $ cd tutorial-network $ composer network instal...
2021-02-04, 1025🔥, 0💬

"composer archive" to Generate BNA File
How to package my business network source code files into a BNA file for deployment? You can use the "composer archive create" command to package my business network source code files into a BNA file for deployment: $ cd tutorial-network $ composer archive create -t dir -n . $ ls -l tutorial-network...
2021-02-04, 1002🔥, 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, 841🔥, 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, 837🔥, 0💬

"composer network start" Errors
Why am I getting errors when running the "composer network start" command? There are couple of reasons why you are getting errors when running the "composer network start" command to start business network. Error Example 1 - The business network NBA file was not deployed correctly, or has been remov...
2020-12-26, 1843🔥, 0💬

"composer network install" Errors
Why am I getting errors when running the "composer network install" command? There are couple of reasons why you are getting errors when running the "composer network install" command to deploy business network BNA files. Error Example 1 - $ cd tutorial-network $ composer network install --card Peer...
2020-12-26, 1356🔥, 0💬

< 1 2 3 4 5 6 7 > >>   Sort: Rank