TrustLink is a full-stack simulation platform that detects, logs, and prevents RFID tag fraud using a secure blockchain-backed logging system. It empowers retailers (like Walmart) to verify product authenticity across the supply chain and avoid inventory fraud.
Built with React + TypeScript (frontend) and Express.js (backend), TrustLink showcases how RFID + Cybersecurity can revolutionize retail security.
TrustLink/
βββ client/ # NextJs + TypeScript frontend
βββ server/ # Express backend with blockchain simulation
βββ README.md # You are here!
| Area | Tech Used |
|---|---|
| Frontend | React, TypeScript, Tailwind, Vite |
| Backend | Node.js, Express.js, CORS |
| Blockchain | JSON-based simulated ledger |
| Data Flow | REST API between client & server |
Retail giants like Walmart face:
- Unauthorized product replacements
- Counterfeit RFID tags in transit
- Lack of real-time fraud detection
π TrustLink provides live RFID tag scanning, blockchain-based verification, and fraudulent scan alerts β all in one tool.
git clone https:(https://github.com/Akdest/trustlinkk)
cd TrustLinkcd server
npm install
node index.jsServer runs on: http://localhost:5000
cd ../client
npm install
npm run devVisit: http://localhost:5173
In the UI:
- β
Enter:
legit-123β Genuine Entry - β Enter:
fraud-xyzβ Fraudulent Entry
You'll see:
- Blockchain Log of Scans
- Fraud Summary Card
β Simulate RFID tag verification β Detect and log fraudulent activity β Real-time UI updates β Tamper-proof blockchain ledger β Clean UI with React + Tailwind
π§ Coming Soon:
- Admin dashboard with role-based logins
- Email/SMS alerts for fraud
- GPS-based supply chain mapping
- QR/RFID cross-verification
Walmart's use of RFID in inventory tracking (case study) β we identified gaps in fraud detection and added real-time security validation layers to improve retail trust.
Built for Walmart Sparkathon 2025 https://github.com/Akdest/trustlinkk
MIT License
---