rohjs / greeting-dapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Greeting dApp

image

This repository follows a tutorial from here.

Requisites

Install ganache-cli and run.

npm i -g ganache-cli # or yarn add -g ganache-cli
# and run Ganache
ganache-cli

Steps to follow

  1. Install Metamask chrome extension in your browser.
  2. Change network to Localhost 8545 in Metamask app.
  3. Import accounts provided from Ganache.
  4. Open ./client/index.html using VSCode Live Server extension.
  5. Connect dApp with accounts provided from Ganache.
  6. Change input value and press the submit button.
  7. Confirm the transaction.
  8. 🎉 Yay! Greeting text is updated!

About


Languages

Language:JavaScript 67.8%Language:CSS 14.0%Language:HTML 10.8%Language:Solidity 7.4%