From ce41ff7733dd1a89da49e7c99f321d7c26a9e0c2 Mon Sep 17 00:00:00 2001 From: nikhil550 Date: Thu, 16 Jan 2020 16:11:17 -0500 Subject: [PATCH] Remove references to vendoring chaincode from your gopath (#96) in the interest rate sample README Signed-off-by: NIKHIL E GUPTA --- interest_rate_swaps/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/interest_rate_swaps/README.md b/interest_rate_swaps/README.md index e02338c2e5..bcb1651987 100644 --- a/interest_rate_swaps/README.md +++ b/interest_rate_swaps/README.md @@ -110,16 +110,11 @@ and run a swap transaction flow from creation to settlement. ### Prerequisites The following prerequisites are needed to run this sample: -* You need to run this sample from your GOPATH. If you have downloaded the - `fabric-samples` directory outside your GOPATH, then you need to copy or - move the interest rate sample into your GOPATH. * Fabric docker images. By default the `network/network.sh` script will look for fabric images with the `latest` tag, this can be adapted with the `-i` command line parameter of the script. * A local installation of `configtxgen` and `cryptogen` in the `PATH` environment, or included in `fabric-samples/bin` directory. -* Vendoring the chaincode. In the `chaincode` directory, run `govendor init` and - `govendor add +external` to vendor the shim from your local copy of fabric. ### Bringing up the network