A Blockchain Medical Application using:
NodeJS, Express, Truffle, Ganache, MetaMask.
To run:
- Install MetaMask:
- To install MetaMask for Chrome, go to the Chrome Web Store and click the Add to Chrome button.
- To install MetaMask for FireFox, go to the Firefox Add-ons page and click the Add to Firefox button.
- Install MetaMask Legacy Web3 (Unsure if necessary):
- To install MetaMask Legacy Web3 for Chrome, go to the Chrome Web Store and click the Add to Chrome button.
- To install MetaMask Legacy Web3 for FireFox, go to the Firefox Add-ons page and click the Add to Firefox button.
- Install Truffle and Ganache CLI globally. If you prefer, the graphical version of Ganache works as well!
npm install -g truffle
npm install -g ganache-cli- Install all the node modules required by running:
// install all the node modules using npm
npm install-
To run the Express server
npm start -
In the browser window open
http://localhost:3000/