Skip to content

ed-marquez/hedera-example-metamask-counter-dapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

In this step-by-step tutorial, you will create a simple counter dApp on the Hedera network using Solidity, React JS, MetaMask, and Ethers JS. The goal with this example is to help you understand the fundamentals of dApp development, making it easier for you to create more complex dApps in the future.

Tools You Will Use

Run this dApp using GitPod (Recommended)

Click here to set up GitPod environment.

Run this dApp locally

Clone the Repo

To clone the repository, open your terminal and navigate to the directory where you want to place the project. Then, run the following command:

git clone https://github.com/ed-marquez/hedera-example-metamask-counter-dapp.git

Navigate to the Directory

Once the cloning process is complete, navigate to the project folder using:

cd hedera-example-metamask-counter-dapp

Install Project Dependencies and Start the Application

Install all project dependencies. Dependencies are listed in the package.json file, so you can just use:

npm install and npm start

Application Architecture at a High Level

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.8%
  • JavaScript 46.6%
  • Solidity 1.5%
  • HTML 1.1%