Skip to content

Commit

Permalink
[FAB-17141] Update fabric docs for updated go programming model
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Hurt <andrew.hurt1@ibm.com>
  • Loading branch information
awjh-ibm authored and mastersingh24 committed Dec 5, 2019
1 parent 0b4ca1c commit 4bde8c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/hyperledger/fabric-chaincode-go>`__.
* Go SDK documentation
* `Low-level <https://github.com/hyperledger/fabric-chaincode-go>`__.
* `High-level <https://github.com/hyperledger/fabric-contract-api-go>`__.
* `Node.js SDK <https://github.com/hyperledger/fabric-chaincode-node>`__ and `Node.js SDK documentation <https://fabric-shim.github.io/>`__.
* `Java SDK <https://github.com/hyperledger/fabric-chaincode-java>`__ and `Java SDK documentation <https://hyperledger.github.io/fabric-chaincode-java/>`__.

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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
6 changes: 3 additions & 3 deletions docs/source/write_first_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bde8c4

Please sign in to comment.