我正在 Macbook 上安装https://github.com/hyperledger/fabric-chaintool。
在“make install”过程中弹出错误。
target/chaintool 是否在“/Users/Will/Documents/gopath/src/github.com/hyperledger/fabric/fabric-chaintool/target/base+system+user+dev/chaintool”目录下?
真的提前感谢帮助。</p>
Copying binary to target
cp target/chaintool /usr/bin
cp: /usr/bin/chaintool: Operation not permitted
make: *** [install] Error 1
当我测试链码(Golang 编码程序)时,我会使用 CLI。看来这个链工具可以帮助我们在 RESTful 服务上测试链代码。如果是这样,它将有助于使 web RESTful 调用更容易。