Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.88 KB

File metadata and controls

63 lines (41 loc) · 1.88 KB

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.