How build a Front-End dapp to interact with a contract in the Rinkeby network in Ethereum?

Alvaro Andres Pinzon Cortes
1 min readDec 16, 2018

--

  1. Build a Front-End dapp.
  2. 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 .
  3. Sign in into Metamask in chrome.
  4. In Metamask select the Rinkeby network and fund the address with rinkeby faucet https://faucet.rinkeby.io/
  5. Execute one of the functions using the dapp and make the transaction with metamask

--

--

No responses yet