-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a README for the Gerrit mirror on GitHub Change-Id: I02cf1bee29ebf843ed938100bd1f21866fdf23ee Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
- Loading branch information
1 parent
24c7483
commit f0ba23d
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <a name="license"></a> | ||
The Hyperledger Project uses the [Apache License Version 2.0](LICENSE) software | ||
license. |