ETH-DAPP, my first-ever decentralized application!
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.
Follow these steps to set up and run the ETH-DAPP locally on your machine:
-
Clone this repository:
git clone https://github.com/flenex-io/ETH-Dapp.git
-
Change the repository
cd ETH-Dapp
-
Install the dependencies
npm install
-
Run the project
npm start