Skip to content

Commit

Permalink
updated readme files in all chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Dill committed Nov 7, 2017
1 parent 3905eac commit 28569ae
Show file tree
Hide file tree
Showing 21 changed files with 238 additions and 185 deletions.
403 changes: 228 additions & 175 deletions Chapter03/README.md

Large diffs are not rendered by default.

Binary file added Chapter03/README.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Chapter04/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Zero To Blockchain Chapter04 for hyplerledger composer.

[Table of Contents](../README.md)
[Table of Contents](../README.pdf)

This chapter focuses on the following files:
```
Expand Down
Binary file added Chapter04/README.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Chapter05/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZeroToBlockchain Chapter 5: Building the Admin interface

[Return to Table of Contents](../README.md)
[Return to Table of Contents](../README.pdf)

In this chapter, we will build a nodeJS web server which will interact with the HyperLedger Composer defined Blockchain and create an administrative interface for the network. This runs on HyperLedger Fabric Version 1.0. The code that we will write is managed in this chapter and all the subsequent chapters in the following folder structure:

Expand Down
Binary file added Chapter05/README.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Chapter06/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZeroToBlockchain Chapter 6: Building the Buyer User Experience

[Return to Table of Contents](../README.md)
[Return to Table of Contents](../README.pdf)

In this chapter, we will create the Buyer Company view and add server-side services to support it. This runs on HyperLedger Fabric Version 1.0. The code that we will write is managed in this chapter and all the subsequent chapters in the following folder structure:

Expand Down
Binary file added Chapter06/README.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Chapter07/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZeroToBlockchain Chapter 7: Building the Seller User Experience

[Return to Table of Contents](../README.md)
[Return to Table of Contents](../README.pdf)

In this chapter, we will create the Seller Company view and add server-side services to support it. This runs on HyperLedger Fabric Version 1.0. The code that we will write is managed in this chapter and all the subsequent chapters in the following folder structure:

Expand Down
Binary file added Chapter07/README.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Chapter08/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZeroToBlockchain Chapter 8: Building the Provider User Experience

[Return to Table of Contents](../README.md)
[Return to Table of Contents](../README.pdf)

In this chapter, we will create the (third party) Provider Company view and add server-side services to support it. This runs on HyperLedger Fabric Version 1.0. The code that we will write is managed in this chapter and all the subsequent chapters in the following folder structure:

Expand Down
Binary file added Chapter08/README.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Chapter09/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZeroToBlockchain Chapter 9: Building the Shipper User Experience

[Return to Table of Contents](../README.md)
[Return to Table of Contents](../README.pdf)

In this chapter, we will create the Shipping Company view and add server-side services to support it. This runs on HyperLedger Fabric Version 1.0. The code that we will write is managed in this chapter and all the subsequent chapters in the following folder structure:

Expand Down
Binary file added Chapter09/README.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Chapter10/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZeroToBlockchain Chapter 10: Building the Finance Company User Experience

[Return to Table of Contents](../README.md)
[Return to Table of Contents](../README.pdf)

In this chapter, we will create the Finance Company view and add server-side services to support it. This runs on HyperLedger Fabric Version 1.0. The code that we will write is managed in this chapter and all the subsequent chapters in the following folder structure:

Expand Down
Binary file added Chapter10/README.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions Chapter11/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZeroToBlockchain Chapter 11: Building the Unified User Experience

[Return to Table of Contents](../README.md)
[Return to Table of Contents](../README.pdf)

In this chapter, we will integrate the User Experiences for Buyer, Seller, Provider and Shipper in a single web page to streamline demonstrating the network.

Expand Down Expand Up @@ -65,7 +65,7 @@ One new file is created and two existing files are updated:

### Defining the business network

- **np updates**
- **no updates**


### Web Browser Code
Expand Down
Binary file added Chapter11/README.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Chapter12/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZeroToBlockchain Chapter 12: Creating, monitoring and consuming events

[Return to Table of Contents](../README.md)
[Return to Table of Contents](../README.pdf)

In this chapter, we will update the code from Chapter 11 to include event creation and monitoring on the server and event subscription and notification in the browser.

Expand Down
Binary file added Chapter12/README.pdf
Binary file not shown.
Binary file added README.pdf
Binary file not shown.

0 comments on commit 28569ae

Please sign in to comment.