Ethereum-testrpc along with the Web3.js Ethereum API to create a web-based UI for interacting with the smart contract.
npm install lite-server --save-dev
npm run dev
testrpc
We have to install MetaMask chrome plugin, which will allow us to connect to the Ropsten test network to more accurately simulate the experience of the dApp on the live Ethereum blockchain. Because of this, we have to install a lite-server in order for MetaMask to inject an instance of the Web3 API. If we don't, MetaMask will not work by just loading our index.html file into the browser straight from the hard drive.
Injeted Web3
I have added 3 ether from RinkeBy Test Network.After first Transaction,it get reduced to 2.999 ether.
This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details
- Mukul Jaiswal -