Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 473 Bytes

blockchain-assignment-node-app

This is the node app to interact with the chaincode.

Use this app in connection with the project in https://github.com/sanjukammath/blockchain-assignment

Make sure the peer services are up and the fabric-ca-server is brought up before testing this.

in the node-app root folder

npm install

node enrollAdmin.js

node registerDoctor3.js

node registerPatient3.js

node registerLabTech3.js

node createRecord.js

node queryRecord.js