Skip to content

Commit

Permalink
[FAB-4430] - Sample App
Browse files Browse the repository at this point in the history
Binh comments
Incorporate Bret Mihir & David comments
incomplete comment, & -> "and"
[ci-skip]

Change-Id: I7342609dd335de8c461eb973dea1bc9ef0109328
Signed-off-by: Nick Gaski <ngaski@us.ibm.com>
  • Loading branch information
nickgaski committed Jun 23, 2017
1 parent 4aeb567 commit 82cb393
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/write_first_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ At the most basic level, applications on a blockchain network are what enable
users to **query** a ledger (asking for specific records it contains), or to
**update** it (adding records to it).

Our application, composed in Javascript, leverages the node.js SDK to interact
Our application, composed in Javascript, leverages the Node.js SDK to interact
with the network (where our ledger exists). This tutorial will guide you through
the three steps involved in writing your first application.

**1. Starting a test fabric blockchain network.** We need some basic components
**1. Starting a test Fabric blockchain network.** We need some basic components
in our Fabric in order to query and update the ledger. These components --
a peer node, ordering node and Certificate Authority -- serve as the backbone of
our network; we'll also have a CLI container used for a few administrative commands.
Expand All @@ -23,9 +23,9 @@ the three steps involved in writing your first application.
in different ways. For example, we can read data holistically or on a more granular
level.

**3. Developing the application to be able to query and update fabric records.**
**3. Developing the application to be able to query and update Fabric records.**
We provide two sample applications -- one for querying the ledger and another for
updating it. Our app will use the SDK APIs to interact with the network and
updating it. Our apps will use the SDK APIs to interact with the network and
ultimately call these functions.

After completing this tutorial, you should have a basic understanding of how
Expand Down

0 comments on commit 82cb393

Please sign in to comment.