Skip to content

Commit d1499d1

Browse files
committed
fixing minor formatting issues
1 parent 0257c97 commit d1499d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/blockchain/templates/hyperledger-fabric-consortium-azure-kubernetes-service.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,17 @@ The following image shows the step-by-step process to build consortium between a
129129
Follow the below commands for the initial setup of the client application: 
130130

131131
1. [Download client application files](#download-client-application-files)
132+
132133
2. [Setup environment variables](#setup-environment-variables)
134+
133135
3. [Import organization connection profile, admin user, and MSP](#import-organization-connection-profile-admin-user-identity-and-msp)
134136

135137
After completing the initial setup, you can use the client application to achieve the below operations:  
136138

137139
- [Channel management commands](#channel-management-commands)
140+
138141
- [Consortium management commands](#consortium-management-commands)
142+
139143
- [Chaincode management commands](#chaincode-management-commands)
140144

141145
### Download client application files
@@ -305,8 +309,11 @@ CHANNEL_NAME=<channelName>
305309
The below chaincode operations can be carried out:
306310

307311
[Install chaincode](#install-chaincode)
312+
308313
[Instantiate chaincode](#instantiate-chaincode)
314+
309315
[Invoke chaincode](#invoke-chaincode)
316+
310317
[Query chaincode](#query-chaincode)
311318

312319
### Install chaincode

0 commit comments

Comments
 (0)