Resell Chain
February 9, 2025 ยท View on GitHub
Resell Chain is a decentralized marketplace built to facilitate the buying and selling of secondhand goods, collectibles, and Real-World Assets (RWAs) like real estate. By leveraging blockchain technology, NFT tokenization, and AI-driven price prediction, Resell Chain ensures fair pricing, transparency, and fraud prevention in resell transactions.
It's a monorepo of ResellChain dApp, developed using Next.js for Frontend and Hardhat for backend (contracts)
Requirements
- git
- You'll know you did it right if you can run
git --versionand see a response likegit version x.x.x
- You'll know you did it right if you can run
- Nodejs
- You'll know you've installed nodejs right if you can run:
node --versionand get an output like:vx.x.x
- You'll know you've installed nodejs right if you can run:
Getting Started
Clone the repo:
git clone https://github.com/surajgjadhav/ResellChain
It contains three separate projects:
contracts- for smart contractsfrontend- for frontendeliza-resellchain-plugin- for Resell AI Agent
Navigate to each directory and follow the instructions in their respective README files, starting with the contracts.