The Supply Chain Tracker is a decentralized application built using Soroban smart contracts on the Stellar blockchain. It allows tracking of products as they move through different stages of the supply chain in a transparent and tamper-proof manner.
- Registers new products on-chain
- Tracks product origin
- Updates product status across supply chain stages
- Allows anyone to verify product details
- 🔒 Immutable data storage on blockchain
- 📦 Track products using unique product IDs
- 🔄 Real-time status updates (e.g., Created → Shipped → Delivered)
- 🌍 Transparent and decentralized verification
- ⚡ Built using Soroban (smart contracts on Stellar)
- Manufacturer adds product
- Distributor updates status
- Retailer updates delivery status
- Customer verifies product authenticity
Add your deployed contract link here (e.g., Stellar testnet explorer link)
Example: https://stellar.expert/explorer/testnet/tx/a4f4e2570a697c6e463b5ae4b2d933f86fda367f1b2f7213ec382d969ffa9772 https://lab.stellar.org/r/testnet/contract/CDJVMAX34YRCQ5JFC6SIOQOVSUY6XWEFYJOLF3SBCKU7CMI3IAP6HPWN
- Rust (Soroban SDK)
- Stellar Blockchain
- Soroban Smart Contracts
- Add ownership control (only authorized users can update)
- Add timestamps for each stage
- Integrate QR code scanning
- Build frontend dashboard
- Understanding of blockchain-based supply chains
- Hands-on with Soroban smart contracts
- Data storage and retrieval in decentralized systems
💡 Built for learning and hackathons using Stellar Soroban