File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -110,16 +110,11 @@ and run a swap transaction flow from creation to settlement.
110
110
### Prerequisites
111
111
112
112
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.
116
113
* Fabric docker images. By default the ` network/network.sh ` script will look for
117
114
fabric images with the ` latest ` tag, this can be adapted with the ` -i ` command
118
115
line parameter of the script.
119
116
* A local installation of ` configtxgen ` and ` cryptogen ` in the ` PATH ` environment,
120
117
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.
123
118
124
119
### Bringing up the network
125
120
You can’t perform that action at this time.
0 commit comments