This is the Decentralized App (dApp) to Buy/Sell Vintage Cars by Tokenizing them into ERC-721 standard (NFT). This is based on concept of Real-World Assets (RWAs)
It's a monorepo of De-Cars dApp, developed using Next.js for Frontend and Foundry for backend (contracts)
- git
- You'll know you did it right if you can run
git --version
and 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 --version
and get an output like:vx.x.x
- You'll know you've installed nodejs right if you can run:
- Yarn instead of
npm
- You'll know you've installed yarn right if you can run:
yarn --version
And get an output like:x.x.x
- You might need to install it with npm
- You'll know you've installed yarn right if you can run:
Clone the repo:
git clone https://github.com/surajgjadhav/De-Cars
It contains two separate projects:
Navigate to each directory and follow the instructions in their respective README files, starting with the contracts.