Skip to content

Supply chain for pharmacy products based on blockchain. (under development)

Notifications You must be signed in to change notification settings

SHIVAMGUPTA24/pharmaceutical-supply-chain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites:

1--> Use Visual Studio code.

2--> Use IBM blockchain platform extension.

3--> Hyperledger fabric 1.4

4--> npm 6.4.1

5--> node 8.16.1

6--> nuxt is used to create the web app.

Steps to Setup:

1--> Clone this repository

2--> Run npm install in every directory except /server.

3--> Add lib directory to the workspace. (this directory contains the chain code) 

4--> Package the smart contract via IBP.

4--> Install and instantiate the contract via IBP.

5--> Export the wallet in the /server directory with name wallet.

6--> Run node initTransaction.js in /pharma-chain directory to test the network if it is running.

7--> Run npm run dev in pharma-chain directory to run the web app.

About

Supply chain for pharmacy products based on blockchain. (under development)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 61.6%
  • JavaScript 38.4%