March 2019
Intermediate to advanced
636 pages
27h 50m
English
If you've followed the steps in Chapter 3, Setting the Stage with a Business Scenario, you should have all of the prerequisites done. Now fork a copy of the sample application's repository (https://github.com/hyperledger/composer-sample-applications) to your GitHub account, and then clone it to your local machine using the following commands:
cd <your local git directory>git clone git@github.com:<your github name>/composer-sample-applications.git
Navigate the the appropriate directory and install the letter of credit sample application using the following commands. It will take a few minutes for the application to download and install:
cd composer-sample-applications cd packages/letter-of-credit ./install.sh
The install ...
Read now
Unlock full access