Skip to content

Commit

Permalink
Remove references to vendoring chaincode from your gopath (#96)
Browse files Browse the repository at this point in the history
in the interest rate sample README

Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
  • Loading branch information
nikhil550 authored and lehors committed Jan 16, 2020
1 parent 4235d30 commit ce41ff7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions interest_rate_swaps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ce41ff7

Please sign in to comment.