/fabric-mod

Defines compile-time extension points for Hyperledger Fabric

Primary LanguageGoApache License 2.0Apache-2.0

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.