-
Environments
* OS: ubuntu 20.04.3
* golang: go version go1.16.8 linux/amd64
* hyperledger fabric v2.4.0
Procedures:
1. `git clone https://github.com/hyperledger/fabric.git`
2. Enter the fab…
-
Hello,
Are there any detailed docs about how to configure fabric with AWS CloudHSM?
I've set up a CloudHSM instance and can connect to it with the cloudhsm_mgmt_util tool. I created a CU "fabric…
-
## Description
vagrant@ubuntu-1404:/opt/gopath/src/github.com/hyperledger/fabric$ **make membersrvc**
CGO_CFLAGS=" " CGO_LDFLAGS="-lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy" GOBIN=/opt/gopath/src/g…
-
## Description
CouchDB gets tremendously slow after many queries are made. The situation gets better after some pause in the process. But as soon as the queries resume the system gets slow really rea…
-
# Hyperledger Fabric 1.2快速安装 | 要论网
Hyperledger Fabric 1.2快速安装
[http://localhost:1313/posts/fabric-installation/](http://localhost:1313/posts/fabric-installation/)
-
Using 2.2.3LTS using the contract-api I have this method
```
@Transaction(submit=false)
public QueryResponse paginatedRichQuery(Context ctx, String queryString, String pagesize, String pas…
-
The method to install the peer binary as a stand-alone application is not readily apparent because the current code appears to depend on certain things being found within $GOPATH/src/github.com/hyperl…
-
Environment:
- go version go1.13 linux/amd64
- docker version 20.10.10
```
make docker
```
Failure happens:
```
Successfully tagged hyperledger/forkbase:latest
docker tag hyperledger/forkba…
-
when I try to build the fabric network by fabric-gm:
` ./network.sh up createChannel -ca -c mychannel`
I got the error:
`scripts/createChannel.sh: line 44: osnadmin: command not found`
It seems …
-