github.com/leonlxy/hyperledger@v1.0.0-alpha.0.20170427033203-34922035d248/docs/source/index.rst (about)

     1  Welcome to Fabric
     2  =================
     3  
     4  Hyperledger Fabric is a platform for distributed ledger solutions, underpinned
     5  by a modular architecture delivering high degrees of confidentiality, resiliency,
     6  flexibility and scalability.  It is designed to support pluggable implementations
     7  of different components, and accommodate the complexity and intricacies that exist
     8  across the economic ecosystem.
     9  
    10  Hyperledger Fabric delivers a uniquely elastic and extensible architecture,
    11  distinguishing it from alternative blockchain solutions. Planning for the
    12  future of enterprise blockchain requires building on top of a fully-vetted,
    13  open source architecture; Hyperledger Fabric is your starting point.
    14  
    15  It's recommended for first-time users to begin by going through the
    16  :doc:`getting_started` section in order to gain familiarity with the Fabric
    17  components and the basic transaction flow.  Once comfortable, continue
    18  exploring the library for demos, technical specifications, APIs, etc.
    19  
    20  Before diving in, watch how Fabric is `Building a Blockchain for Business <https://www.youtube.com/watch?v=EKa5Gh9whgU>`__ .
    21  
    22  
    23  
    24  .. NOTE:: This build of the docs is from the "|version|" branch
    25  
    26  .. toctree::
    27     :maxdepth: 2
    28     :caption: Get the Code
    29  
    30     releases
    31  
    32  .. toctree::
    33     :maxdepth: 2
    34     :caption: Getting Started
    35  
    36     getting_startedv2
    37  
    38  .. toctree::
    39     :maxdepth: 2
    40     :caption: Key Concepts
    41  
    42     overview
    43     capabilities
    44     fabric_model
    45     biz/usecases
    46  
    47  
    48  .. toctree::
    49     :maxdepth: 2
    50     :caption: Tutorials
    51  
    52     demos
    53     chaincode
    54     videos
    55  
    56  .. toctree::
    57     :maxdepth: 2
    58     :caption: Operations Guide
    59  
    60     best_practices
    61     configtx
    62     configtxgen
    63     Setup/logging-control
    64  
    65  .. toctree::
    66     :maxdepth: 2
    67     :caption: Architecture
    68  
    69     arch-deep-dive
    70     txflow
    71     Setup/ca-setup
    72     endorsement-policies
    73     nodesdk
    74     orderingservice
    75     ledger
    76     readwrite
    77     gossip
    78  
    79  .. toctree::
    80     :maxdepth: 2
    81     :caption: Troubleshooting and FAQs
    82  
    83     troubleshooting
    84     FAQ/architecture_FAQ
    85     FAQ/chaincode_FAQ
    86     FAQ/identity_management_FAQ
    87  
    88  .. toctree::
    89     :maxdepth: 2
    90     :caption: Appendix
    91  
    92     glossary
    93     releases
    94     CONTRIBUTING
    95     MAINTAINERS
    96     jira_navigation
    97     dev-setup/devenv
    98     dev-setup/build
    99     Gerrit/lf-account
   100     Gerrit/gerrit
   101     Gerrit/changes
   102     Gerrit/reviewing
   103     Gerrit/best-practices
   104     testing
   105     Style-guides/go-style
   106     questions
   107     quality
   108     status
   109     license