Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 692 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 692 Bytes

ETH-DAPP

ETH-DAPP, my first-ever decentralized application!

Introduction

ETH-DAPP is a beginner-friendly project that showcases the basics of creating and interacting with a decentralized application on the Ethereum blockchain. While it currently has limited functionality, I'll be expanding its features in the future.

Getting Started

Follow these steps to set up and run the ETH-DAPP locally on your machine:

  1. Clone this repository:

    git clone https://github.com/flenex-io/ETH-Dapp.git
    
  2. Change the repository

    cd ETH-Dapp
    
  3. Install the dependencies

    npm install
    
  4. Run the project

     npm start
    

Open For Contributions