README
¶
Note: This is a read-only mirror of the formal Gerrit repository, where active development is ongoing. Issue tracking is handled in Jira
Status
This project is an Active Hyperledger project. For more information on the history of this project see the Fabric wiki page. Information on what Active entails can be found in the Hyperledger Project Lifecycle document.
Hyperledger Fabric
Hyperledger Fabric is a platform for distributed ledger solutions, underpinned by a modular architecture delivering high degrees of confidentiality, resiliency, flexibility and scalability. It is designed to support pluggable implementations of different components, and accommodate the complexity and intricacies that exist across the economic ecosystem.
Hyperledger Fabric delivers a uniquely elastic and extensible architecture, distinguishing it from alternative blockchain solutions. Planning for the future of enterprise blockchain requires building on top of a fully-vetted, open source architecture; Hyperledger Fabric is your starting point.
Documentation, Getting Started and Developer Guides
Please visit our online documentation for information on getting started using and developing with the fabric, SDK and chaincode.
It's recommended for first-time users to begin by going through the Getting Started section of the documentation in order to gain familiarity with the Hyperledger Fabric components and the basic transaction flow.
Contributing
We welcome contributions to the Hyperledger Fabric Project in many forms. There’s always plenty to do! Check the documentation on how to contribute to this project for the full details.
Community
Hyperledger mailing lists and archives
Hyperledger Fabric Issue Tracking
License
Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.
Directories
¶
Path | Synopsis |
---|---|
common
|
|
tools/protolator/testprotos
Package testprotos is a generated protocol buffer package.
|
Package testprotos is a generated protocol buffer package. |
chaincode/shim
Package shim provides APIs for the chaincode to access its state variables, transaction context and call other chaincodes.
|
Package shim provides APIs for the chaincode to access its state variables, transaction context and call other chaincodes. |
scc/cscc
Package cscc chaincode configer provides functions to manage configuration transactions as the network is being reconfigured.
|
Package cscc chaincode configer provides functions to manage configuration transactions as the network is being reconfigured. |
events
|
|
examples
|
|
chaincode/go/chaincode_example03
This program is an erroneous chaincode program that attempts to put state in query context - query should return error
|
This program is an erroneous chaincode program that attempts to put state in query context - query should return error |
chaincode/go/utxo/util
Package util is a generated protocol buffer package.
|
Package util is a generated protocol buffer package. |
Package idemix is a generated protocol buffer package.
|
Package idemix is a generated protocol buffer package. |
Package main is the entrypoint for the orderer binary and calls only into the server.Main() function.
|
Package main is the entrypoint for the orderer binary and calls only into the server.Main() function. |
common/msgprocessor
Package msgprocessor provides the implementations for processing of the assorted message types which may arrive in the system through Broadcast.
|
Package msgprocessor provides the implementations for processing of the assorted message types which may arrive in the system through Broadcast. |
common/multichannel
Package multichannel tracks the channel resources for the orderer.
|
Package multichannel tracks the channel resources for the orderer. |
protos
|
|
common
Package common is a generated protocol buffer package.
|
Package common is a generated protocol buffer package. |
gossip
Package gossip is a generated protocol buffer package.
|
Package gossip is a generated protocol buffer package. |
ledger/queryresult
Package queryresult is a generated protocol buffer package.
|
Package queryresult is a generated protocol buffer package. |
ledger/rwset
Package rwset is a generated protocol buffer package.
|
Package rwset is a generated protocol buffer package. |
ledger/rwset/kvrwset
Package kvrwset is a generated protocol buffer package.
|
Package kvrwset is a generated protocol buffer package. |
msp
Package msp is a generated protocol buffer package.
|
Package msp is a generated protocol buffer package. |
orderer
Package orderer is a generated protocol buffer package.
|
Package orderer is a generated protocol buffer package. |
peer
Package peer is a generated protocol buffer package.
|
Package peer is a generated protocol buffer package. |
test
|
|
chaincodes/AutoVendor/directdep
* Copyright Greg Haskins All Rights Reserved * * SPDX-License-Identifier: Apache-2.0 * * See github.com/hyperledger/fabric/test/chaincodes/AutoVendor/chaincode/main.go for details
|
* Copyright Greg Haskins All Rights Reserved * * SPDX-License-Identifier: Apache-2.0 * * See github.com/hyperledger/fabric/test/chaincodes/AutoVendor/chaincode/main.go for details |
chaincodes/AutoVendor/indirectdep
* Copyright Greg Haskins All Rights Reserved * * SPDX-License-Identifier: Apache-2.0 * * See github.com/hyperledger/fabric/test/chaincodes/AutoVendor/chaincode/main.go for details
|
* Copyright Greg Haskins All Rights Reserved * * SPDX-License-Identifier: Apache-2.0 * * See github.com/hyperledger/fabric/test/chaincodes/AutoVendor/chaincode/main.go for details |