Skip to content

Commit

Permalink
Update tutorials overview for test network
Browse files Browse the repository at this point in the history
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
(cherry picked from commit c027a17)
  • Loading branch information
NIKHIL E GUPTA authored and mergify[bot] committed Apr 8, 2020
1 parent 32533a8 commit 2f13c6c
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions docs/source/tutorials.rst
@@ -1,17 +1,21 @@
Tutorials
=========

We offer tutorials to get you started with Hyperledger Fabric.
The first is oriented to the Hyperledger Fabric **application developer**,
:doc:`write_first_app`. It takes you through the process of writing your first
blockchain application for Hyperledger Fabric using the Hyperledger Fabric
`Node SDK <https://github.com/hyperledger/fabric-sdk-node>`_. For a more developer
focused experience for developing apps, check out :doc:`developapps/developing_applications`.

We also have a tutorial oriented towards the Hyperledger Fabric network
operators, :doc:`build_network`. This one walks you through the process of
establishing a blockchain network using Hyperledger Fabric and provides
a basic sample application to test it out.
Application developers can use the Fabric tutorials to get started building their
own solutions. Start working with Fabric by deploying the `test network <./test_network.html>`_
on your local machine. You can then use the steps provided by the :doc:`deploy_chaincode`
tutorial to deploy and test your smart contracts. The :doc:`write_first_app`
tutorial provides an introduction to how to use the APIs provided by the Fabric
SDKs to invoke smart contracts from your client applications. For an in depth
overview of how Fabric applications and smart contracts work together, you
can visit the :doc:`developapps/developing_applications` topic.

The :doc:`deploy_chaincode` tutorial can also be used by network operators to learn
how to use the Fabric chaincode lifecycle to manage smart contracts deployed on
a running network. Both network operators and application developers can use the
tutorials on `Private data <./private_data_tutorial.html>`_ and `CouchDB <./couchdb_tutorial.html>`_
to explore important Fabric features. When you are ready to deploy Hyperledger
Fabric in production, see the guide for :doc:`deployment_guide_overview`.

There are two tutorials for updating a channel: :doc:`config_update` and
:doc:`updating_capabilities`, while :doc:`upgrading_your_components` shows how
Expand All @@ -28,6 +32,7 @@ Finally, we provide an introduction to how to write a basic smart contract,
:maxdepth: 1
:caption: Tutorials

test_network
deploy_chaincode.md
write_first_app
tutorial/commercial_paper
Expand Down

0 comments on commit 2f13c6c

Please sign in to comment.