Salmandabbakuti / counter-dapp

Simple counter dapp(with contract event listener) using ethers in vanillajs

Home Page:https://salmandabbakuti.github.io/counter-dapp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

counter-dapp

A simple counter dapp(with events) built using ethersjs

Make sure you have metamask installed on browser.

Steps:
  1. Clone repository
git clone https://github.com/Salmandabbakuti/counter-dapp.git
cd counter-dapp
  1. Run any http server in your project root to serve your directory.
npm install -g http-server
http-server
// or, if you have python 3.5+ installed, you can use inbuilt http server directly

python -m http.server
  1. Open your browser and navigate to serving url. For example, if you run http-server in your project root, then navigate to http://localhost:8080/.

About

Simple counter dapp(with contract event listener) using ethers in vanillajs

https://salmandabbakuti.github.io/counter-dapp/

License:MIT License


Languages

Language:JavaScript 59.2%Language:HTML 30.8%Language:Solidity 9.9%