Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 800 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 800 Bytes

TrustBloc fabric-mod

fabric-mod defines compile-time extension points for Hyperledger Fabric by leveraging Go Modules. All extensions points are grouped under the github.com/hyperledger/fabric/extensions module.

# make sure you clone into hyperledger/fabric
git clone https://github.com/trustbloc/fabric-mod.git $GOPATH/src/github.com/hyperledger/fabric

cd fabric

make all

Motivation

TODO

Contributing

Thank you for your interest in contributing. Please see our community contribution guidelines for more information.

License

Apache License, Version 2.0 (Apache-2.0). See the LICENSE file.