Skip to content

malihanawshin/CircularEconomy_frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Circular Economy

A React.js–based front-end for a smart-contract, blockchain-powered web platform to sell and buy new or recycled products using Ethereum, Solidity, Web3.js, Node.js, and MongoDB.

Overview

This project offers the front-end interface for a blockchain-based platform enabling users to buy and sell new or recycled products. Built using React.js, it integrates with smart contracts to handle transactions securely and transparently.

Features

  • Responsive UI for browsing, listing, and purchasing products
  • Integration with blockchain smart contracts
  • Support for both new and recycled product listings
  • Smooth user experience powered by React components

Screenshot

Screenshot 2025-10-08 at 1 27 45 PM

Getting Started

Prerequisites

  • Node.js
  • npm or Yarn
  • Access to backend smart contracts or API endpoints (depending on setup)

Installation

git clone https://github.com/malihanawshin/CircularEconomy_frontend.git
cd CircularEconomy_frontend
npm install
# Example .env entries
REACT_APP_CONTRACT_ADDRESS=your_smart_contract_address
REACT_APP_NETWORK=network_name

Running Locally

npm start

Open http://localhost:3000 to view the app in your browser.

Usage

  • Browse available new or recycled products
  • List a product for sale (connect with wallet, fill in details, and submit)
  • Purchase products via connected smart contract
  • View transaction status and history

License

This project is licensed under the MIT License.

Contact

For questions or feedback, feel free to reach out to the project maintainer(s)—you can add your contact details or GitHub handle here.

About

A smart-contract, blockchain-based web platform for selling and buying new or recycled products. Front-end was developed in ReactJS.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.9%
  • HTML 1.3%
  • CSS 0.8%