github.com/true-sqn/fabric@v2.1.1+incompatible/docs/source/tutorials.rst (about)

     1  Tutorials
     2  =========
     3  
     4  Application developers can use the Fabric tutorials to get started building their
     5  own solutions. Start working with Fabric by deploying the `test network <./test_network.html>`_
     6  on your local machine. You can then use the steps provided by the :doc:`deploy_chaincode`
     7  tutorial to deploy and test your smart contracts. The :doc:`write_first_app`
     8  tutorial provides an introduction to how to use the APIs provided by the Fabric
     9  SDKs to invoke smart contracts from your client applications. For an in depth
    10  overview of how Fabric applications and smart contracts work together, you
    11  can visit the :doc:`developapps/developing_applications` topic.
    12  
    13  The :doc:`deploy_chaincode` tutorial can also be used by network operators to learn
    14  how to use the Fabric chaincode lifecycle to manage smart contracts deployed on
    15  a running network. Both network operators and application developers can use the
    16  tutorials on `Private data <./private_data_tutorial.html>`_ and `CouchDB <./couchdb_tutorial.html>`_
    17  to explore important Fabric features. When you are ready to deploy Hyperledger
    18  Fabric in production, see the guide for :doc:`deployment_guide_overview`.
    19  
    20  There are two tutorials for updating a channel: :doc:`config_update` and
    21  :doc:`updating_capabilities`, while :doc:`upgrading_your_components` shows how
    22  to upgrade components like peers, ordering nodes, SDKs, and more.
    23  
    24  Finally, we provide an introduction to how to write a basic smart contract,
    25  :doc:`chaincode4ade`.
    26  
    27  .. note:: If you have questions not addressed by this documentation, or run into
    28            issues with any of the tutorials, please visit the :doc:`questions`
    29            page for some tips on where to find additional help.
    30  
    31  .. toctree::
    32     :maxdepth: 1
    33     :caption: Tutorials
    34  
    35     test_network
    36     deploy_chaincode.md
    37     write_first_app
    38     tutorial/commercial_paper
    39     private_data_tutorial
    40     couchdb_tutorial
    41     create_channel/create_channel.md
    42     channel_update_tutorial
    43     config_update.md
    44     chaincode4ade
    45     build_network
    46     videos
    47  
    48  .. Licensed under Creative Commons Attribution 4.0 International License
    49     https://creativecommons.org/licenses/by/4.0/