From f0ba23dfee5b8d1df2fdb4a8d58d2dbeab20d7aa Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Thu, 25 Aug 2016 14:29:00 -0400 Subject: [PATCH] Add README.md for Gerrit mirror Add a README for the Gerrit mirror on GitHub Change-Id: I02cf1bee29ebf843ed938100bd1f21866fdf23ee Signed-off-by: Christopher Ferris --- README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000000..783901089a9 --- /dev/null +++ b/README.md @@ -0,0 +1,51 @@ + +**Note:** This is a **read-only mirror** of the formal [Gerrit](https://gerrit.hyperledger.org/r/#/admin/projects/fabric) repository, +where active development is ongoing. Issue tracking is handled in [Jira](https://jira.hyperledger.org/secure/RapidBoard.jspa?projectKey=FAB&rapidView=5&view=planning) + +## Incubation Notice + +This project is a Hyperledger project in _Incubation_. It was proposed to the +community and documented [here](https://goo.gl/RYQZ5N). Information on what +_Incubation_ entails can be found in the [Hyperledger Project Lifecycle +document](https://goo.gl/4edNRc). + +[![Build Status](https://jenkins.hyperledger.org/buildStatus/icon?job=fabric-merge-x86_64)](https://jenkins.hyperledger.org/view/fabric/job/fabric-merge-x86_64/) +[![Go Report Card](https://goreportcard.com/badge/github.com/hyperledger/fabric)](https://goreportcard.com/report/github.com/hyperledger/fabric) +[![GoDoc](https://godoc.org/github.com/hyperledger/fabric?status.svg)](https://godoc.org/github.com/hyperledger/fabric) +[![Documentation Status](https://readthedocs.org/projects/hyperledger-fabric/badge/?version=latest)](http://hyperledger-fabric.readthedocs.io/en/latest/?badge=latest) + +## Hyperledger fabric + +The fabric is an implementation of blockchain technology, leveraging familiar +and proven technologies. It is a modular architecture allowing pluggable +implementations of various function. It features powerful container technology +to host any mainstream language for smart contracts development. + +## Documentation, Getting Started and Developer Guides + +This is a **read-only mirror** of the formal Gerrit repository, please visit our +[online documentation](http://hyperledger-fabric.readthedocs.io/en/latest/) for +information on getting started using and developing with the fabric, SDK and chaincode. + +## Contributing + +We welcome contributions to the Hyperledger Project in many forms. There’s always plenty to do! +Full details of how to contribute to this project are documented [here](http://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING/). + +## Community + +[Hyperledger Community](https://www.hyperledger.org/community) + +[Hyperledger mailing lists and archives](http://lists.hyperledger.org/) + +[Hyperledger Slack](http://hyperledgerproject.slack.com) - if you need an invitation, try our [Slack inviter](https://slack.hyperledger.org) + +[Hyperledger Wiki](https://github.com/hyperledger/hyperledger/wiki) + +[Hyperledger Code of Conduct](https://github.com/hyperledger/hyperledger/wiki/Hyperledger-Project-Code-of-Conduct) + +[Community Calendar](https://github.com/hyperledger/hyperledger/wiki/PublicMeetingCalendar) + +## License +The Hyperledger Project uses the [Apache License Version 2.0](LICENSE) software +license.