We have make the Project in medicine Supply Chain Management in Blockchain to reduce the counterfeit medicine, make transparent system, and decentralized web app.
In this project we have two parts:
- Blockchain (Back-end)
- Client (Front-end)
In Blockchain folder we used the truffle for making the smart contract and migrate these smart contract into the Ethereum virtual Machine.
In this project we used the Ethereum virtual machine becuase if we depolyed the project mean smart contract direct into the main we pay the cost but in development phase the Ethereum virtual machine is best for a developer, so that they can give nine free account with 100 Ether that is used in the Metamask Extension for check the realtime transections.
Front-end we make in the React.js.
Install my-project with npm;
- First go to the client directory and install the node_modules
npm install- Install the truffle in globally in local machine
npm install -g truffle- Download Ganache from their official website and install it in your system.
HTML,CSS, JavaScript,React.js,Node.js(for understand the package installing), and Blockchain (Solidity Lanaguge for making smart contracts.)