Skip to content

Commit d247dc0

Browse files
committed
add the dependancies and update readme.
1 parent a5be192 commit d247dc0

File tree

5 files changed

+1638
-1
lines changed

5 files changed

+1638
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/node_modules
1+
/node_modules

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,21 @@
22
This is the node app to interact with the chaincode.
33

44
Use this app in connection with the project in https://github.com/sanjukammath/blockchain-assignment
5+
6+
Make sure the peer services are up and the fabric-ca-server is brought up before testing this.
7+
8+
in the node-app root folder
9+
10+
>npm install
11+
12+
>node enrollAdmin.js
13+
14+
>node registerDoctor3.js
15+
16+
>node registerPatient3.js
17+
18+
>node registerlabtech3.js
19+
20+
>node createRecord.js
21+
22+
>node queryRecord.js

0 commit comments

Comments
 (0)