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
TODO
Thank you for your interest in contributing. Please see our community contribution guidelines for more information.
Apache License, Version 2.0 (Apache-2.0). See the LICENSE file.