Skip to content

Deflated-Pappadam/deflated-pappadam

 
 

Repository files navigation

Trace Protocol

Code ReCET BAnner

Team Name

deflated pappadam

Idea

The TRaCE (Transparent Records and Commodity Exchange) protocol uniquely identifies each product marketed on our platform, linking it to its digital NFT counterpart. This ensures transparency and traceability throughout the product's lifecycle over the blockchain. By anchoring NFTs to real-world assets, we give them tangible value equal to the asset's real-world value, making them a reliable medium of transaction. Our protocol offers users a trustworthy and efficient way to engage in commodity exchange, surpassing the limitations of static posts in existing marketsimage

Link to product walkthrough

Live Website
Demo Video

Libraries used

"next": "14.1.4",
 "tailwindcss": "^3.3.0",
"typescript": "^5"
"ethers": "^6.11.1",
"hardhat": "^2.22.2",
"framer-motion": "^11.0.20",
"@metamask/detect-provider": "^2.0.0",
    

How to configure

Install MetaMask Extension Extension Link

To run Locally, First, install the dependencies;

npm install
# or
yarn install
# or
pnpm install

How to Run

Go to Live Website

Run the development server locally:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.2%
  • Solidity 11.6%
  • JavaScript 1.3%
  • CSS 0.9%