How build a Front-End dapp to interact with a contract in the Rinkeby network in Ethereum?
1 min readDec 16, 2018
- Build a Front-End dapp.
- Run the Front-End dapp in server. To run it on a local server in mac open the terminal and run the server with
python -m SimpleHTTPServer 8000
. - Sign in into Metamask in chrome.
- In Metamask select the Rinkeby network and fund the address with rinkeby faucet https://faucet.rinkeby.io/
- Execute one of the functions using the dapp and make the transaction with metamask