Build
Build hyperlook binary and docker image:
cd hyperlook/
CGO_ENABLED=0 go build
docker build -t hyperlook:latest .
Build netctl binary and docker image:
cd hyperlook/fabric-sample-network/netctl/
./build.sh
and i try this run build.sh
cd hyperlook/fabric-sample-network/netctl/
./build.sh
i find error:
vagrant@hyperlook-1:~/hyperlook/fabric-sample-network/netctl$ ./build.sh
build github.com/xuchenhao001/hyperlook/fabric-sample-network/netctl: cannot load github.com/hyperledger/fabric-sdk-go/api/apitxn/chclient: module github.com/hyperledger/fabric-sdk-go@latest found (v1.0.0-beta1), but does not contain package github.com/hyperledger/fabric-sdk-go/api/apitxn/chclient
I try this code block
and i try this run build.sh
i find error:
How do I solve it?