本人也做fabric 项目搭建、开发、浏览器、sdk、共识算法的测试、改进等工作、有问题或需要,可以加q 260261476
,欢迎指导!
Hyperledger Caliper
官网:https://github.com/hyperledger/caliper
一、确定有没有安装这些工具
The following tools are required to install the CLI from NPM:
1. node-gyp, python2, make, g++ and git (for fetching and compiling some packages during install)
2. Node.js v8.X LTS or v10.X LTS (for running Caliper)
3. Docker and Docker Compose (only needed when running local examples, or using Caliper through its Docker image)
#建议将老版本卸载了重装node
sudo apt-get install -y node-gyp
node安装
https://nodejs.org/dist/latest-v10.x/ #官网下载源码
tar -xvf node-v10.18.0-linux-x64.tar.gz
sudo mv node-v10.18.0-linux-x64 /usr/local/
sudo gedit /etc/profile (将下面环境加到末尾)
export PATH=