github.com/ahlemtn/fabric@v2.1.1+incompatible/README.md (about)

     1  # Hyperledger Fabric [![join the chat][rocketchat-image]][rocketchat-url]
     2  
     3  [rocketchat-url]: https://chat.hyperledger.org/channel/fabric
     4  [rocketchat-image]: https://open.rocket.chat/images/join-chat.svg
     5  
     6  [![Build Status](https://dev.azure.com/Hyperledger/Fabric/_apis/build/status/Merge?branchName=master)](https://dev.azure.com/Hyperledger/Fabric/_build/latest?definitionId=51&branchName=master)
     7  [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/955/badge)](https://bestpractices.coreinfrastructure.org/projects/955)
     8  [![Go Report Card](https://goreportcard.com/badge/github.com/hyperledger/fabric)](https://goreportcard.com/report/github.com/hyperledger/fabric)
     9  [![GoDoc](https://godoc.org/github.com/hyperledger/fabric?status.svg)](https://godoc.org/github.com/hyperledger/fabric)
    10  [![Documentation Status](https://readthedocs.org/projects/hyperledger-fabric/badge/?version=master)](http://hyperledger-fabric.readthedocs.io/en/master/?badge=master)
    11  
    12  This project is an _Active_ Hyperledger project. For more information on the history of this project see the [Fabric wiki page](https://wiki.hyperledger.org/display/fabric). Information on what _Active_ entails can be found in
    13  the [Hyperledger Project Lifecycle document](https://wiki.hyperledger.org/display/HYP/Project+Lifecycle).
    14  Hyperledger Fabric is a platform for distributed ledger solutions, underpinned
    15  by a modular architecture delivering high degrees of confidentiality,
    16  resiliency, flexibility and scalability. It is designed to support pluggable
    17  implementations of different components, and accommodate the complexity and
    18  intricacies that exist across the economic ecosystem.
    19  
    20  Hyperledger Fabric delivers a uniquely elastic and extensible architecture,
    21  distinguishing it from alternative blockchain solutions. Planning for the
    22  future of enterprise blockchain requires building on top of a fully-vetted,
    23  open source architecture; Hyperledger Fabric is your starting point.
    24  
    25  ## Releases
    26  
    27  Fabric releases and release notes can be found on the [GitHub releases page](https://github.com/hyperledger/fabric/releases).
    28  
    29  Please visit the [Hyperledger Fabric Jira dashboard](https://jira.hyperledger.org/secure/Dashboard.jspa?selectPageId=10104) for our release roadmap. We plan on a quarterly release cadence, delivering on a scoped set of themes and select features. Unless specified otherwise, all releases will be upgradable from the prior minor release.
    30  
    31  ## Documentation, Getting Started and Developer Guides
    32  
    33  Please visit our
    34  online documentation for
    35  information on getting started using and developing with the fabric, SDK and chaincode:
    36  - [v2.1](http://hyperledger-fabric.readthedocs.io/en/release-2.1/)
    37  - [v2.0](http://hyperledger-fabric.readthedocs.io/en/release-2.0/)
    38  - [v1.4](http://hyperledger-fabric.readthedocs.io/en/release-1.4/)
    39  - [v1.3](http://hyperledger-fabric.readthedocs.io/en/release-1.3/)
    40  - [v1.2](http://hyperledger-fabric.readthedocs.io/en/release-1.2/)
    41  - [v1.1](http://hyperledger-fabric.readthedocs.io/en/release-1.1/)
    42  - [v1.0](http://hyperledger-fabric.readthedocs.io/en/release-1.0/)
    43  - [master branch (development)](http://hyperledger-fabric.readthedocs.io/en/master/)
    44  
    45  It's recommended for first-time users to begin by going through the Getting Started section of the documentation in order to gain familiarity with the Hyperledger Fabric components and the basic transaction flow.
    46  
    47  ## Contributing
    48  
    49  We welcome contributions to the Hyperledger Fabric project in many forms.
    50  There’s always plenty to do! Check [the documentation on how to contribute to this project](http://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html)
    51  for the full details.
    52  
    53  ## Testing
    54  Check [the documentation](testingInfo.rst) for information on the testing structure that the project follows.
    55  
    56  ## Community
    57  
    58  [Hyperledger Community](https://www.hyperledger.org/community)
    59  
    60  [Hyperledger mailing lists and archives](http://lists.hyperledger.org/)
    61  
    62  [Hyperledger Chat](http://chat.hyperledger.org/channel/fabric)
    63  
    64  [Hyperledger Fabric Issue Tracking (JIRA)](https://jira.hyperledger.org/secure/Dashboard.jspa?selectPageId=10104)
    65  
    66  [Hyperledger Fabric Wiki](https://wiki.hyperledger.org/display/Fabric)
    67  
    68  [Hyperledger Wiki](https://wiki.hyperledger.org/)
    69  
    70  [Hyperledger Code of Conduct](https://wiki.hyperledger.org/display/HYP/Hyperledger+Code+of+Conduct)
    71  
    72  [Community Calendar](https://wiki.hyperledger.org/display/HYP/Calendar+of+Public+Meetings)
    73  
    74  ## License <a name="license"></a>
    75  
    76  Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.