Scrap Mart is a decentralized marketplace for buying and selling scrap items, built on the Aptos blockchain.
It enables direct, trustless transactions between sellers and buyers using smart contracts, ensuring transparency, security, and fair pricing.
Scrap trading today is highly unorganized:
- Middlemen reduce seller profits.
- Buyers face fraud risks.
- No transparent way to verify ownership, pricing, or authenticity.
Scrap Mart solves this by:
- Allowing direct peer-to-peer transactions via smart contracts.
- Recording all trades, ownership, and pricing securely on the Aptos blockchain.
- Using IPFS (Pinata) to store scrap item images in a decentralized way.
- Offering a simple Next.js frontend for users to interact with the marketplace.
- Smart Contracts → Built in Move on Aptos.
- Frontend → Built with Next.js.
- Storage → Scrap images stored on IPFS (via Pinata).
- Blockchain → Aptos records trades, ownership, and pricing.
- Seller creates and lists scrap items.
- Buyer views and purchases items.
- Transaction is recorded on-chain with full transparency.
A deployed transaction on Aptos Mainnet:
👉 View on Aptos Explorer
Clone the repo:
git clone https://github.com/anurag-p6/scrap_market
cd scrap_market