github.com/tenywen/fabric@v1.0.0-beta.0.20170620030522-a5b1ed380643/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  [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/955/badge)](https://bestpractices.coreinfrastructure.org/projects/955)
    12  [![Go Report Card](https://goreportcard.com/badge/github.com/hyperledger/fabric)](https://goreportcard.com/report/github.com/hyperledger/fabric)
    13  [![GoDoc](https://godoc.org/github.com/hyperledger/fabric?status.svg)](https://godoc.org/github.com/hyperledger/fabric)
    14  [![Documentation Status](https://readthedocs.org/projects/hyperledger-fabric/badge/?version=latest)](http://hyperledger-fabric.readthedocs.io/en/latest/?badge=latest)
    15  
    16  ## Hyperledger fabric
    17  
    18  The fabric is an implementation of blockchain technology, leveraging familiar
    19  and proven technologies. It is a modular architecture allowing pluggable
    20  implementations of various function. It features powerful container technology
    21  to host any mainstream language for smart contracts development.
    22  
    23  ## Documentation, Getting Started and Developer Guides
    24  
    25  This is a **read-only mirror** of the formal Gerrit repository, please visit our
    26  [online documentation](http://hyperledger-fabric.readthedocs.io/en/latest/) for
    27  information on getting started using and developing with the fabric, SDK and chaincode.
    28  
    29  ## Contributing
    30  
    31  We welcome contributions to the Hyperledger Project in many forms. There’s always plenty to do!
    32  Check [the documentation on how to contribute to this project](http://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html) for the full details.
    33  
    34  ## Community
    35  
    36  [Hyperledger Community](https://www.hyperledger.org/community)
    37  
    38  [Hyperledger mailing lists and archives](http://lists.hyperledger.org/)
    39  
    40  [Hyperledger Chat](http://chat.hyperledger.org/channel/fabric)
    41  
    42  [Hyperledger Fabric Issue Tracking](https://jira.hyperledger.org/secure/Dashboard.jspa?selectPageId=10104)
    43  
    44  [Hyperledger Wiki](https://wiki.hyperledger.org/)
    45  
    46  [Hyperledger Code of Conduct](https://wiki.hyperledger.org/community/hyperledger-project-code-of-conduct)
    47  
    48  [Community Calendar](https://wiki.hyperledger.org/community/calendar-public-meetings)
    49  
    50  ## License <a name="license"></a>
    51  
    52  <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.