Skip to content

Commit ff9eac2

Browse files
committed
Merge branch 'master' of github.com:kuldeep23907/loyalty-token-using-hlf
2 parents deda48f + 61181ea commit ff9eac2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,18 @@ ________________________________________________________________________________
4747

4848
`cd loyalty-token-using-hlf`
4949

50-
### Step 2. Install required softwares
50+
### Step 2. Install required softwares (if you already have all this with proper versions, please skip). Also this will take few minutes.
5151

5252
They are hyperledger fabric 1.4.6, golang, docker, docker-composer, node, python3
5353

54+
`chmod 777 prepare.sh`
55+
56+
`sudo ./prepare.sh light`
57+
58+
`source environment`
59+
60+
If it fails, please install all the above mentioned software by refrerring to file prepare.sh one by one. Without this, we will not be able to test the application.
61+
5462
### Step 3. Start the fabric network using shell script
5563

5664
`chmod 777 operate.sh`
@@ -99,7 +107,7 @@ For more details, see the contents of the operate.sh file.
99107

100108
`npm start run`
101109

102-
Now everything is setup and testing could be started. Go to `http://localhost:3000` to see the client app running. Please refer to demo video link here to proceed:
110+
Now everything is setup and testing could be started. Go to `http://localhost:3000` to see the client app running. Use `id: admin and password: adminpw` for admin login to start the flow. Please refer to demo video link here to proceed:
103111

104112
## Stop the network
105113

0 commit comments

Comments
 (0)