/ether_wallet

Primary LanguageJavaScript

Simple Blockchain Application

This project demonstrates a basic Blockchain Application used to send funds from one account to another.

Dependencies

Installation

  • Clone this repo git clone https://github.com/EBEREGIT/blockchain_app.git
  • Navigate into the smartContract directory using a terminal
  • Run npm i to install all necessary dependencies
  • Navigate into the client directory using a terminal
  • Run npm i to install all necessary dependencies
  • Run npm run dev to start the development server on http://localhost:5173/