Architecture

Aspects of the development and specifications.

Tech Stack Diagram

Technologies, modules, libraries.

Components

Hosting Locally

Clone the project

  git clone https://github.com/alexeipancratov/green-energy-tracker.git

Go to the project directory.

  cd green-energy-tracker

Install dependencies.

  npm install

Deploy the GreenEnergyToken smart contract to test blockchain (e.g., Ganache) and copy-paste the contract address to the "ui/src/contractAbis/greenEnergy.js" file

Switch to the UI folder.

  cd ui

Run React UI locally.

  npm start

You should be able to interact with the application.

Last updated

Was this helpful?