github.com/hechain20/hechain@v0.0.0-20220316014945-b544036ba106/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 Network operators can use the :doc:`deploy_chaincode` tutorial and the 14 :doc:`create_channel/create_channel_overview` tutorial series to learn 15 important aspects of administering a running network. Both network operators and 16 application developers can use the tutorials on 17 `Private data <./private_data_tutorial.html>`_ and `CouchDB <./couchdb_tutorial.html>`_ 18 to explore important Fabric features. When you are ready to deploy Hyperledger 19 Fabric in production, see the guide for :doc:`deployment_guide_overview`. 20 21 There are two tutorials for updating a channel: :doc:`config_update` and 22 :doc:`updating_capabilities`, while :doc:`upgrading_your_components` shows how 23 to upgrade components like peers, ordering nodes, SDKs, and more. 24 25 Finally, we provide an introduction to how to write a basic smart contract, 26 :doc:`chaincode4ade`. 27 28 .. note:: If you have questions not addressed by this documentation, or run into 29 issues with any of the tutorials, please visit the :doc:`questions` 30 page for some tips on where to find additional help. 31 32 .. toctree:: 33 :maxdepth: 1 34 :caption: Tutorials 35 36 test_network 37 deploy_chaincode.md 38 write_first_app 39 private_data_tutorial 40 secured_asset_transfer/secured_private_asset_transfer_tutorial.md 41 couchdb_tutorial 42 create_channel/create_channel_overview.md 43 channel_update_tutorial 44 config_update.md 45 chaincode4ade 46 peer-chaincode-devmode 47 videos 48 49 .. Licensed under Creative Commons Attribution 4.0 International License 50 https://creativecommons.org/licenses/by/4.0/