matiru

Blockchain-Based Supply Chain Transparency for Agricultural Produce
commit 5f5d54f3288654d814a8cba8e0febed458bf20bf
parent 89a8abcab81f22f210b5deba1c4d7bfa8b5b1a01
Author: maydayv7 <maydayv7@gmail.com>
Date:   Thu,  2 Oct 2025 19:36:46 +0530

docs: Update README

Diffstat:
MREADME.md | 22+++++++++++++---------
Mdocs/SOLUTION.md | 16++++++++++++++++
2 files changed, 29 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md @@ -1,15 +1,19 @@ -# Problem Statement +# Matiru -SIH25045: Blockchain-Based Supply Chain Transparency for Agricultural Produce +To run the app: -### Description +1. Get the blockchain network up and running with the `chaincode` +2. Start the `backend` +3. Start the `frontend`: Install [Expo Go](https://expo.dev/go) on your phone and scan the QR Code -Create a blockchain-based system to track agricultural produce from farm to consumer, ensuring transparency in pricing, quality, and origin. The solution should allow stakeholders (farmers, distributors, retailers) to verify transactions and reduce exploitation in the supply chain. +For 2 and 3, `cd` into the respective directory, then run: -### Expected Outcome +``` +npm install +npm start +``` -A decentralized platform with a user-friendly interface for farmers and consumers to trace produce, reducing fraud and ensuring fair pricing, deployable on low-cost hardware or cloud infrastructure. +--- -### Technical Feasibility - -Leverages existing blockchain frameworks like Ethereum or Hyperledger, with smart contracts for automated tracking and QR code integration for consumer access. +For a detailed overview about this project, read [this](./docs/SOLUTION.md). +The model is described [here](./docs/MODEL.md). diff --git a/docs/SOLUTION.md b/docs/SOLUTION.md @@ -1,3 +1,19 @@ +# Problem Statement + +SIH25045: Blockchain-Based Supply Chain Transparency for Agricultural Produce + +### Description + +Create a blockchain-based system to track agricultural produce from farm to consumer, ensuring transparency in pricing, quality, and origin. The solution should allow stakeholders (farmers, distributors, retailers) to verify transactions and reduce exploitation in the supply chain. + +### Expected Outcome + +A decentralized platform with a user-friendly interface for farmers and consumers to trace produce, reducing fraud and ensuring fair pricing, deployable on low-cost hardware or cloud infrastructure. + +### Technical Feasibility + +Leverages existing blockchain frameworks like Ethereum or Hyperledger, with smart contracts for automated tracking and QR code integration for consumer access. + # Proposed Solution _"Trustable Food, Transparent Journey"_