- web3
- solc
- ganache
npm install
After all dependencies are installed, run the service with:
npm run ganache
On another tab run the following script to deploy the contract:
npm run http_server
This project is the same that maheshmurthy published here, I have just updated the web3 API commands.