From 4bde8c4cbf6dabe6e3fadf70d27282490244cc35 Mon Sep 17 00:00:00 2001 From: Andrew Hurt Date: Wed, 27 Nov 2019 10:18:31 +0000 Subject: [PATCH] [FAB-17141] Update fabric docs for updated go programming model Signed-off-by: Andrew Hurt --- docs/source/getting_started.rst | 7 +++---- docs/source/write_first_app.rst | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 5f8c406cd3b..82ada1dfa36 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -25,13 +25,12 @@ Hyperledger Fabric smart contract (chaincode) SDKs Hyperledger Fabric offers a number of SDKs to support developing smart contracts (chaincode) in various programming languages. Smart contract SDKs are available for Go, Node.js, and Java: - * `Go SDK documentation `__. + * Go SDK documentation + * `Low-level `__. + * `High-level `__. * `Node.js SDK `__ and `Node.js SDK documentation `__. * `Java SDK `__ and `Java SDK documentation `__. -Currently, Node.js and Java support the new smart contract programming model delivered in -Hyperledger Fabric v1.4. Support for Go is planned to be delivered in a later release. - Hyperledger Fabric application SDKs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/source/write_first_app.rst b/docs/source/write_first_app.rst index 805b0ca54af..8398d127bd2 100644 --- a/docs/source/write_first_app.rst +++ b/docs/source/write_first_app.rst @@ -93,9 +93,9 @@ Launch the network This tutorial demonstrates the JavaScript versions of the ``FabCar`` smart contract and application, but the ``fabric-samples`` repo also - contains Java and TypeScript versions of this sample. To try the - Java or TypeScript versions, change the ``javascript`` argument - for ``./startFabric.sh`` below to either ``java`` or ``typescript`` + contains Go, Java and TypeScript versions of this sample. To try the + Go, Java or TypeScript versions, change the ``javascript`` argument + for ``./startFabric.sh`` below to either ``go``, ``java`` or ``typescript`` and follow the instructions written to the terminal. Launch your network using the ``startFabric.sh`` shell script. This command will