Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Ishan Gulhane edited this page Aug 24, 2017 · 10 revisions

Short Name

Implementation of FDA Food Supplier Verification Program on Blockchain Composer

Short Description

In this journey, we capture regulatory the compliance logic for Food Supplier Verification Program in a smart contract deployed on a business network.

Offering Type

  • Emerging Technologies

Introduction

Initially, the supplier will transfer the food products to an importer who verifies the supplier, country, and food type all match with the correct identifiers. At the port of entry, the supplier is again checked against a list of known suppliers in a database (managed by the regulator). If the supplier is of type exempt, then transfer the products to the retailer. If the supplier is of type non-exempt, the products are then checked against a list of known food products in the database (managed by the regulator). If the food is an exempt product, then transfer it to the retailer. If the food is a non-exempt product, the importer must conduct the hazard analysis (either independently, or using a third-party). The supplier provides the hazard analysis report to the regulator. The regulator reviews compliance attestation and transfers the products to the retailer.

Authors

  • Ishan Gulhane

Code

Demo

  • Adding shortly

Flow

  • Install Hyperledger Composer development tools
  • Configure and start Hyperledger Fabric network
  • Generate the Business Network Archive file
  • Deploy the Business Network Archive using Composer Playground
  • (Alternative method) Deploy the Business Network Archive on Hyperledger Composer running locally

Included components

  • Hyperledger Fabric
  • Hyperledger Composer

Featured technologies

  • Blockchain
  • Containers
  • Cloud

Blog post

  • Adding shortly

Related links

Clone this wiki locally