github.com/leonlxy/hyperledger@v1.0.0-alpha.0.20170427033203-34922035d248/README.md (about)

     1  
     2  **Note:** This is a **read-only mirror** of the formal [Gerrit](https://gerrit.hyperledger.org/r/#/admin/projects/fabric) repository,
     3  where active development is ongoing. Issue tracking is handled in [Jira](https://jira.hyperledger.org/secure/RapidBoard.jspa?projectKey=FAB&rapidView=5&view=planning)
     4  
     5  ## Status
     6  
     7  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/projects/fabric.md#history). Information on what _Active_ entails can be found in
     8  the [Hyperledger Project Lifecycle document](https://wiki.hyperledger.org/community/project-lifecycle).
     9  
    10  [![Build Status](https://jenkins.hyperledger.org/buildStatus/icon?job=fabric-merge-x86_64)](https://jenkins.hyperledger.org/view/fabric/job/fabric-merge-x86_64/)
    11  [![Go Report Card](https://goreportcard.com/badge/github.com/hyperledger/fabric)](https://goreportcard.com/report/github.com/hyperledger/fabric)
    12  [![GoDoc](https://godoc.org/github.com/hyperledger/fabric?status.svg)](https://godoc.org/github.com/hyperledger/fabric)
    13  [![Documentation Status](https://readthedocs.org/projects/hyperledger-fabric/badge/?version=latest)](http://hyperledger-fabric.readthedocs.io/en/latest/?badge=latest)
    14  
    15  ## Hyperledger fabric
    16  
    17  The fabric is an implementation of blockchain technology, leveraging familiar
    18  and proven technologies. It is a modular architecture allowing pluggable
    19  implementations of various function. It features powerful container technology
    20  to host any mainstream language for smart contracts development.
    21  
    22  ## Documentation, Getting Started and Developer Guides
    23  
    24  This is a **read-only mirror** of the formal Gerrit repository, please visit our
    25  [online documentation](http://hyperledger-fabric.readthedocs.io/en/latest/) for
    26  information on getting started using and developing with the fabric, SDK and chaincode.
    27  
    28  ## Contributing
    29  
    30  We welcome contributions to the Hyperledger Project in many forms. There’s always plenty to do!
    31  Check [the documentation on how to contribute to this project](http://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html) for the full details.
    32  
    33  ## Community
    34  
    35  [Hyperledger Community](https://www.hyperledger.org/community)
    36  
    37  [Hyperledger mailing lists and archives](http://lists.hyperledger.org/)
    38  
    39  [Hyperledger Chat](http://chat.hyperledger.org/channel/fabric)
    40  
    41  [Hyperledger Wiki](https://wiki.hyperledger.org/)
    42  
    43  [Hyperledger Code of Conduct](https://wiki.hyperledger.org/community/hyperledger-project-code-of-conduct)
    44  
    45  [Community Calendar](https://wiki.hyperledger.org/community/calendar-public-meetings)
    46  
    47  ## License <a name="license"></a>
    48  The Hyperledger Project uses the [Apache License Version 2.0](LICENSE) software
    49  license.