Skip to content

Commit

Permalink
fixup! Update test network
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 Sep 5, 2024
1 parent 0bb029f commit dec9ecf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/deployment/test-network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ make -C $FPC_PATH/utils/docker build
```

Next, we package the FPC chaincode as a docker image which are deployed on the test-network using the chaincode as a service method.
Please refer to the section on how to play with FPC in non-SGX environments of the main [README](../../../README.md#fpc-playground-for-non-sgx-environments) and change the following commands accordingly.
The following snippet builds the `echo-go` FPC chaincode.
Note that we export `CC_ID`, `CC_NAME`, and `CC_VER` variables, which we will need
Note that we export `CC_ID`, `CC_NAME`, and `CC_VER` variables, which we will need.

```bash
export CC_ID=echo-go
Expand Down

0 comments on commit dec9ecf

Please sign in to comment.