Skip to content

Commit

Permalink
fixup! Upgrade to Fabric 2.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
  • Loading branch information
mbrandenburger committed Oct 5, 2021
1 parent eadb34c commit d07bc32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions samples/deployment/test-network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Next, setup fabric sample network, binaries and docker images. Here we follow th

```bash
cd $FPC_PATH/samples/deployment/test-network
git clone https://github.com/hyperledger/fabric-samples -b v2.3.3
git clone https://github.com/hyperledger/fabric-samples
cd $FPC_PATH/samples/deployment/test-network/fabric-samples
curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.3.3 1.4.9 -s
```
Expand Down Expand Up @@ -70,8 +70,8 @@ cd $FPC_PATH/samples/deployment/test-network
Let's start the Fabric-Samples test network.
```bash
cd $FPC_PATH/samples/deployment/test-network/fabric-samples/test-network
./network.sh up
./network.sh createChannel -c mychannel -ca -cai 1.4.9 -i 2.3.3
./network.sh up -ca
./network.sh createChannel -c mychannel
```

Next, we install the FPC Enclave Registry and our FPC Chaincode on the network by using the standard Lifecycle commands,
Expand Down
2 changes: 1 addition & 1 deletion samples/deployment/test-network/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ services:
networks:
default:
external:
name: net_test
name: fabric_test

0 comments on commit d07bc32

Please sign in to comment.