You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixed broken links and added new targets (Releases, Fabric Starter kit
& SystemChaincode) in mkdocs.yml. Also fixed some formatting errors in
fabric-starter-kit.md
Change-Id: Ia5736bd258ef3bd2e1bb6575af605da35f62ea0a
Signed-off-by: rameshthoomu <[email protected]>
*[Commercial Paper Demo Application](#commercial-paper-demo-application)
13
13
14
14
**Note:** If you are working with APIs with security enabled, please review the [security setup instructions](https://github.com/hyperledger/fabric/blob/master/docs/Setup/Chaincode-setup.md#security-setup-optional) before proceeding.
15
15
@@ -68,21 +68,28 @@ Command | **stdout** result in the event of success
68
68
69
69
Deploy creates the docker image for the chaincode and subsequently deploys the package to the validating peer. An example is below.
The response to the chaincode deploy command will contain the chaincode identifier (hash) which will be required on subsequent `chaincode invoke` and `chaincode query` commands in order to identify the deployed chaincode.
78
81
79
82
With security enabled, modify the command to include the -u parameter passing the username of a logged in user as follows:
**Note:** If your GOPATH environment variable contains more than one element, the chaincode must be found in the first one or deployment will fail.
88
95
@@ -165,19 +172,19 @@ You can work with the REST API through any tool of your choice. For example, the
165
172
To learn about the REST API through Swagger, please take a look at the Swagger document [here](https://github.com/hyperledger/fabric/blob/master/core/rest/rest_api.json). You can upload the service description file to the Swagger service directly or, if you prefer, you can set up Swagger locally by following the instructions [here](#to-set-up-swagger-ui).
0 commit comments