Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 604 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 604 Bytes

Hyperledger-Fabric

Hyperledger Fabric Blockchain course projects Hyperledger Fabric Blockchain course projects hyperledger139 folder contains the node js application (index.js) that is connected to smart contract package (JafarSecAssign) on hyper ledger fabric and provides rest API. In addition, in the hyperledger139 folder, there is an express server (server.js) that creates a server to run an application for calling the rest API. The application code is in the public folder. JafarSecAssign folder contains smart contract code. To run first: Run Docker Run Microfab node index.js node server.js