Skip to content

Commit

Permalink
[FAB-4968] Fix formatting and TODO in byfn doc
Browse files Browse the repository at this point in the history
Fixed formatting issue.
Fixed TODO.

Change-Id: I0a97402bd850a83c90e8213d2a583e8014a898cb
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Jun 23, 2017
1 parent 82cb393 commit 229bd70
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/source/build_network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ in this sample network.
2017-06-12 21:01:37.562 EDT [msp] getMspConfig -> INFO 004 MSP configuration file not found at [/Users/xxx/dev/byfn/crypto-config/ordererOrganizations/example.com/msp/config.yaml]: [stat /Users/xxx/dev/byfn/crypto-config/ordererOrganizations/example.com/msp/config.yaml: no such file or directory]
Next, we need to create the channel transaction artifact. Be sure to replace $CHANNEL_NAME or
set CHANNEL_NAME as an environment variable that can be used throughout these instructions::
set CHANNEL_NAME as an environment variable that can be used throughout these instructions:

.. code:: bash
Expand Down Expand Up @@ -484,6 +484,8 @@ you can mount your own configuration transaction with a different name.

.. code:: bash
export CHANNEL_NAME=mychannel
# the channel.tx file is mounted in the channel-artifacts directory within your CLI container
# as a result, we pass the full path for the file
# we also pass the path for the orderer ca-cert in order to verify the TLS handshake
Expand Down Expand Up @@ -514,7 +516,8 @@ changes in the four environment variables.
Install & Instantiate Chaincode
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. note:: TODO - link to new chaincode for developers tutorial.
.. note:: We will utilize a simple existing chaincode. To learn how to write
your own chaincode, see the :doc:`chaincode4ade` tutorial.

Applications interact with the blockchain ledger through ``chaincode``. As
such we need to install the chaincode on every peer that will execute and
Expand Down

0 comments on commit 229bd70

Please sign in to comment.