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

Create Peer Admin Access Card
How to Create Peer Admin Access Card for my Hyperledger Fabric developer environment? Create Peer Admin Access Card is needed to deploy new Composer business network BNA file to the Hyperledger Fabric developer environment. You can follow these steps to a Create Peer Admin Access Card. 1. Create a n...
2020-12-26, 1122🔥, 0💬

"composer network" Commands
What can I do with "composer network" command? "composer network" commands are part of the Composer CLI command set. It allows you to manage business networks running in the Hyperledger Composer developer environment. Here is the syntax of the "composer network" commands: $ composer network help Com...
2020-12-26, 930🔥, 0💬

Revise Business Network Source Code
How to manage revisions of my Business Network? You can follow this tutorial to learn how to manage revisions of my Business Network properly. 1. Do not delete NBA files. They contains copies of source files of your business network. You should keep them as backups. $ cd tutorial-network $ ls -l *.b...
2020-12-26, 746🔥, 0💬

What Is Basic Sample Business Network
What is Basic Sample Business Network? Basic Sample Business Network is the "Hello World" of Hyperledger Composer samples, which demonstrates the core functionality of Hyperledger Composer by changing the value of an asset. Basic Sample Business Network supports the following business object types: ...
2020-12-22, 966🔥, 0💬

Basic Sample Business Network - Home Page
What is on the Basic Sample Business Network home page? You can follow this tutorial to see what's on the Basic Sample Business Network home page. 1. Run Web browser and go to: composer-playground.mybluemix. net. 2. Click on "Let's Blockchain!" to skip the welcome page. 3. Click "Get Started -&g...
2020-12-22, 953🔥, 0💬

Basic Sample Business Network - SampleAsset
How to add new SampleAsset records in Basic Sample Business Network? You can follow this tutorial to add new SampleAsset 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. 2. Click "T...
2020-12-22, 919🔥, 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, 848🔥, 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, 843🔥, 0💬

Deploy Business Network Archive (BNA) to Playground
How to deploy a Business Network Archive (BNA) file to Hyperledger Composer Playground? If you have an existing Business Network Archive (BNA) file that contains a Hyperledger Composer Business Network application, you can follow this tutorial to deploy it to the Hyperledger Composer Playground. 1. ...
2020-12-15, 952🔥, 0💬

Download Business Network from Playground
How to download Business Network from Hyperledger Composer Playground? You can follow this tutorial to download a Business Network from Hyperledger Composer Playground and save it to your local computer. 1. Open Hyperledger Composer Playground and go to Basic Sample Business Network home page, as sh...
2020-12-15, 896🔥, 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, 886🔥, 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, 831🔥, 0💬

Basic Sample Business Network - SampleEvent
How to view SampleEvent emitted from Basic Sample Business Network? You can follow this tutorial to view SampleEvent emitted from Basic Sample Business Network. Since SampleEvent is generated by the SampleTransaction process, it is recorded as a child object to the SampleTransaction record. 1. Open ...
2020-12-15, 787🔥, 0💬

Hyperledger Composer Log File Location
Where are Hyperledger Composer Log Files located? Log files of the Hyperledger Composer developer environment is located in the "~/.composer/logs" directory. $ cd ~/.composer/logs $ ls -l -rw-rw-r-- 1 fyicenter 2257 Mar 31 19:49 trace_20190331.log -rw-rw-r-- 1 fyicenter 10482 Apr 1 13:05 trace_20190...
2020-12-02, 1011🔥, 0💬

Peer Node Log File Location
Where are Peer Node Log Files located? Log files of the Hyperledger Composer peer node in the Docker container that runs the peer node. You can use these commands find peer node log files: 1. Find the container id of the peer node: $ docker ps | grep peer 6bc4e52f82d0 hyperledger/fabric-peer:x86_64 -...
2020-12-02, 985🔥, 0💬

Create Network Business Card in Playground
How to Create new Network Business Cards in Playground? You can follow this tutorial to Create new Network Business Cards in Playground. 1. Enter the following address in your browser. You see the Playground home page. http://localhost:8080 2. Click "Create Business Network Card". You the "Create A ...
2020-12-02, 898🔥, 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, 827🔥, 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, 823🔥, 0💬

Business Network Archive (BNA) File
What is Business Network Archive (BNA) file? A Business Network Archive (BNA) file is ZIP file that contains all source code files for a Hyperledger Composer application called Business Network. For example, if you downloaded the Basic Sample Business Network as a BNA file as shown in the previous t...
2020-11-22, 1360🔥, 0💬

Hyperledger Composer Script File
What Is Hyperledger Composer Script File (*.js)? A Hyperledger Composer script file is a source code file that define business logics on how each transaction is processed. A script file uses the JavaScript language and the .js file extension. Here is an example of a script file from the Basic Sample...
2020-11-22, 930🔥, 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, 878🔥, 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, 850🔥, 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, 846🔥, 0💬

Build Hyperledger Fabric from Source Code
How to Build Hyperledger Fabric from source code on Ubuntu? You can follow this tutorial to Build Hyperledger Fabric binary code from source code on Ubuntu. $ export GOPATH=$HOME/go $ cd $GOPATH/src/github.com/hyperle dger/fabric$ make dist-clean all ...You can take a coffee break, because it may ta...
2020-11-11, 2088🔥, 0💬

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