Balazs Prehoda

Results 3 comments of Balazs Prehoda

@lotty02cho a containerized (and an executable) version of fabricbeat is available now, which helps to get rid of Golang-related issues. For details, please see #37

@heeropunjabi Please try to run go get -v github.com/hyperledger/fabric/protoutil@master. If that doesn't work, you can try cloning https://github.com/hyperledger/fabric into `$GOPATH/src/github.com` manually. Please let me know if this helps.

@heeropunjabi There are two additional options available to run fabricbeat now: 1. Running as a container 2. Running the pre-compiled executable For details, see #37