June 2018
Intermediate to advanced
460 pages
12h 59m
English
Before we can start coding our chaincode, we need to first start up our development environment.
The steps of setting up the development environment has been explained in Chapter 3, Setting the Stage with a Business Scenario. However, we now proceed with starting up the Fabric network in dev-mode. This mode allows us to control how we built and run the chaincode. We will use this network to run our chaincode in the development environment.
Here is how we start the Fabric network in dev mode:
$ cd $GOPATH/src/trade-finance-logistics/network $ ./trade.sh up -d true
Read now
Unlock full access