https://github.com/somdipdey/foodsqrblock-digitizing-food-supply-chain-using-blockchain-and-qr-code
Code for the paper, "FoodSQRBlock: Digitizing Food Production and the Supply Chain with Blockchain andtheQR Code in the Cloud"
https://github.com/somdipdey/foodsqrblock-digitizing-food-supply-chain-using-blockchain-and-qr-code
Last synced: 6 months ago
JSON representation
Code for the paper, "FoodSQRBlock: Digitizing Food Production and the Supply Chain with Blockchain andtheQR Code in the Cloud"
- Host: GitHub
- URL: https://github.com/somdipdey/foodsqrblock-digitizing-food-supply-chain-using-blockchain-and-qr-code
- Owner: somdipdey
- License: mit
- Created: 2021-03-21T21:42:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T23:37:59.000Z (over 4 years ago)
- Last Synced: 2025-03-26T21:11:22.672Z (7 months ago)
- Language: Python
- Size: 51.8 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/somdipdey/FoodSQRBlock-Digitizing-Food-Supply-Chain-Using-Blockchain-And-QR-Code/blob/main/LICENSE)
# FoodSQRBlock: Digitizing Food Production and the Supply Chain with Blockchain and QR Code in the Cloud
Code for the paper, "FoodSQRBlock: Digitizing Food Production and the Supply Chain with Blockchain andtheQR Code in the Cloud"## Paper citation
Dey,S.; Saha,S.; Singh, A.K.; McDonald-Maier, K. FoodSQRBlock: Digitizing Food Production and the Supply Chain with Blockchain and QR Code in the Cloud. Sustainability 2021, 1, 5.
## Installation
```
pip install -r requirements.txt
```## Running the program
Execute blockchain.py file to generate blockchain and QR code embedded data. Run the following command for this.
```
python blockchain.py
```To decode the QR code execute the decode.py file. Run the following command for this.
```
python decode.py
```