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.
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.
- 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
- Node.js
- npm or Yarn
- Access to backend smart contracts or API endpoints (depending on setup)
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_namenpm startOpen http://localhost:3000 to view the app in your browser.
- 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
This project is licensed under the MIT License.
For questions or feedback, feel free to reach out to the project maintainer(s)—you can add your contact details or GitHub handle here.