-
Notifications
You must be signed in to change notification settings - Fork 59
Home
Implementation of FDA Food Supplier Verification Program on Blockchain Composer
In this journey, we capture regulatory the compliance logic for Food Supplier Verification Program in a smart contract deployed on a business network.
- Emerging Technologies
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.
- Ishan Gulhane
- Adding shortly
- 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
- Hyperledger Fabric
- Hyperledger Composer
- Blockchain
- Containers
- Cloud
- Adding shortly
- https://medium.com/@CazChurchUk/integrate-your-blockchain-with-anything-using-hyperledger-composer-and-nodered-4226676f7e54
- https://www.ibm.com/blogs/blockchain/category/blockchain-developers/hyperledger-fabric/
- https://www.ibm.com/blogs/insights-on-business/government/fabric-composer-accelerating-blockchain-time-value/
- https://developer.ibm.com/code/journey/create-a-to-do-list-app-using-blockchain/
- https://developer.ibm.com/code/journey/deploy-an-asset-transfer-app-using-blockchain/