From 229bd70dfa21347d29ebe8cdfbef8794382b6ee4 Mon Sep 17 00:00:00 2001 From: David Enyeart Date: Fri, 23 Jun 2017 14:53:24 -0400 Subject: [PATCH] [FAB-4968] Fix formatting and TODO in byfn doc Fixed formatting issue. Fixed TODO. Change-Id: I0a97402bd850a83c90e8213d2a583e8014a898cb Signed-off-by: David Enyeart --- docs/source/build_network.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/build_network.rst b/docs/source/build_network.rst index 77a9ca7f761..801e96be9ac 100644 --- a/docs/source/build_network.rst +++ b/docs/source/build_network.rst @@ -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 @@ -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 @@ -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