github.com/hechain20/hechain@v0.0.0-20220316014945-b544036ba106/docs/source/getting_started.rst (about)

     1  Getting Started - Install
     2  =========================
     3  
     4  .. toctree::
     5     :maxdepth: 1
     6     :hidden:
     7  
     8     prereqs
     9     install
    10     sdk_chaincode
    11  
    12  
    13  The Fabric application stack has five layers:
    14  
    15  .. image:: ./getting_started_image2.png
    16     :width: 300px
    17     :align: right
    18     :height: 100px
    19     :alt: Fabric Application Stack
    20  
    21  * :doc:`Prerequisite software <prereqs>`: the base layer needed to run the software, for example, Docker.
    22  * :doc:`Fabric and Fabric samples <install>`: the Fabric executables to run a Fabric network along with sample code.
    23  * :doc:`Contract APIs <sdk_chaincode>`: to develop smart contracts executed on a Fabric Network.
    24  * :doc:`Application APIs <sdk_chaincode>`: to develop your blockchain application.
    25  * The Application: your blockchain application will utilize the Application SDKs to call smart contracts running on a Fabric network.
    26  
    27  
    28  .. Licensed under Creative Commons Attribution 4.0 International License
    29     https://creativecommons.org/licenses/by/4.0/