Skip to content

Commit ce41ff7

Browse files
nikhil550lehors
authored andcommitted
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>
1 parent 4235d30 commit ce41ff7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

interest_rate_swaps/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,11 @@ and run a swap transaction flow from creation to settlement.
110110
### Prerequisites
111111

112112
The following prerequisites are needed to run this sample:
113-
* You need to run this sample from your GOPATH. If you have downloaded the
114-
`fabric-samples` directory outside your GOPATH, then you need to copy or
115-
move the interest rate sample into your GOPATH.
116113
* Fabric docker images. By default the `network/network.sh` script will look for
117114
fabric images with the `latest` tag, this can be adapted with the `-i` command
118115
line parameter of the script.
119116
* A local installation of `configtxgen` and `cryptogen` in the `PATH` environment,
120117
or included in `fabric-samples/bin` directory.
121-
* Vendoring the chaincode. In the `chaincode` directory, run `govendor init` and
122-
`govendor add +external` to vendor the shim from your local copy of fabric.
123118

124119
### Bringing up the network
125120

0 commit comments

Comments
 (0)