https://github.com/hyperledger-archives/fabric
THIS IS A READ-ONLY historic repository. Current development is at https://gerrit.hyperledger.org/r/#/admin/projects/fabric . pull requests not accepted
https://github.com/hyperledger-archives/fabric
Last synced: 7 months ago
JSON representation
THIS IS A READ-ONLY historic repository. Current development is at https://gerrit.hyperledger.org/r/#/admin/projects/fabric . pull requests not accepted
- Host: GitHub
- URL: https://github.com/hyperledger-archives/fabric
- Owner: hyperledger-archives
- License: apache-2.0
- Archived: true
- Created: 2015-09-23T03:17:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T19:03:47.000Z (over 8 years ago)
- Last Synced: 2025-08-14T18:49:02.829Z (12 months ago)
- Language: Go
- Homepage: https://gerrit.hyperledger.org/
- Size: 44.2 MB
- Stars: 1,165
- Watchers: 206
- Forks: 998
- Open Issues: 354
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
***NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE***
This repository is a ***static archive*** of the Hyperledger Fabric project. It is no longer being actively developed. We have transitioned active development for all Hyperledger projects to [Gerrit](https://gerrit.hyperledger.org/r/#/admin/projects/fabric) and [Jira](https://jira.hyperledger.org/projects/FAB/issues/). Note that you will need a [Linux Foundation ID](https://identity.linuxfoundation.org/) to contribute code or issues.
***NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE***
[](https://travis-ci.org/hyperledger/fabric)
[](https://goreportcard.com/report/github.com/hyperledger/fabric)
[](https://godoc.org/github.com/hyperledger/fabric)
[](http://hyperledger-fabric.readthedocs.io/en/latest/?badge=latest)
# 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).
# 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.
## Releases
The fabric releases are documented [here](https://github.com/hyperledger/fabric/wiki/Fabric-Releases). We have just released our first release under the governance of the Hyperledger Project - v0.5-developer-preview.
## Contributing to the project
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 in the [CONTRIBUTING.md](CONTRIBUTING.md) file.
## Maintainers
The project's [maintainers](MAINTAINERS.txt): are responsible for reviewing and merging all pull requests and they guide the over-all technical direction of the project within the guidelines established by the Hyperledger Project's Technical Steering Committee (TSC).
## Communication
We use [Hyperledger Slack](https://slack.hyperledger.org/) for communication and Google Hangouts™ for screen sharing between developers.
## Installing the fabric
[Installation](docs/Setup/Network-setup.md): Describes how to install the blockchain fabric and use project tools.
## Documentation
Project documentation can be found [here](http://hyperledger-fabric.readthedocs.io/en/latest/).
## Still Have Questions?
For general purpose questions, please use [StackOverflow](http://stackoverflow.com/questions/tagged/hyperledger).
## License
The Hyperledger Project uses the [Apache License Version 2.0](LICENSE) software license.
## Related information
If you are new to the project, you can begin by reviewing the following documents:
- [Whitepaper WG](https://github.com/hyperledger/hyperledger/wiki/Whitepaper-WG)
- [Requirements WG](https://github.com/hyperledger/hyperledger/wiki/Requirements-WG)
- [Protocol Specification](docs/protocol-spec.md)