Remove references to vendoring chaincode from your gopath (#96)

in the interest rate sample README

Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
This commit is contained in:
nikhil550 2020-01-16 16:11:17 -05:00 committed by Arnaud J Le Hors
parent 4235d30cdb
commit ce41ff7733

View file

@ -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