// if config.ProviderName == "" {
// config.ProviderName = "GM"
// }
//暂时由GM替代bccsp
config.ProviderName = "GM"
make configtxgen
the hyperledger/fabric source code.make configtxgen
build/bin/configtxgen
CGO_CFLAGS=" " GOBIN=/home/xxx/gits/fabric/build/bin go install -tags "experimental nopkcs11" -ldflags "-X github.com/hyperledger/fabric/common/tools/configtxgen/metadata.Version=1.1.1-snapshot-301c302" github.com/hyperledger/fabric/common/tools/configtxgen
bccsp/factory/pluginfactory.go:12:2: cannot find package "plugin" in any of:
/home/xxx/go/src/github.com/hyperledger/fabric/vendor/plugin (vendor tree)
/usr/lib/go-1.6/src/plugin (from $GOROOT)
/home/xxx/go/src/plugin (from $GOPATH)
Makefile:259: recipe for target 'build/bin/configtxgen' failed
make: *** [build/bin/configtxgen] Error 1
Hi @pranjalkumar
Please find command to download all images : curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash
@husainbr
Hi everyone,
I facing issue to deploy golang/nodejs chain in after modification. I need to delete all docker container and docker image to see changes done.
I also go through this example https://stackoverflow.com/questions/47330576/how-to-upgrade-a-chaincode-after-modification and Currently i am working on this example : http://websecuritypatterns.com/blogs/2017/12/15/exploring-hyperledger-fabric-v1-supply-chain-demo-tuna-fish-shipments/ with hyperledger fabric