帳號:guest(3.138.69.163)          離開系統
字體大小: 字級放大   字級縮小   預設字形  

詳目顯示

以作者查詢圖書館館藏以作者查詢臺灣博碩士論文系統以作者查詢全國書目
作者(中文):邵嘉嶸
作者(外文):Shao, Jia-Jung
論文名稱(中文):COVID-19下的農產品市場:基於區塊鏈技術之食品供應鏈信賴溯源系統
論文名稱(外文):Agri-food markets in times of COVID-19: A Food Supply Chain Traceability System Based on Blockchain Technology
指導教授(中文):黃能富
指導教授(外文):Huang, Nen-Fu
口試委員(中文):陳俊良
陳震宇
張耀中
口試委員(外文):Chen, Jiann-Liang
Chen, Jen-Yeu
Chang, Yao-Chung
學位類別:碩士
校院名稱:國立清華大學
系所名稱:資訊系統與應用研究所
學號:108065509
出版年(民國):110
畢業學年度:109
語文別:英文
論文頁數:73
中文關鍵詞:新冠肺炎食品供應鏈區塊鏈信賴溯源商業模式智販機
外文關鍵詞:COVID-19Food Supply ChainBlockchainTrustworthy TracebilityBusiness ModelSmart Vending Machine
相關次數:
  • 推薦推薦:0
  • 點閱點閱:100
  • 評分評分:*****
  • 下載下載:0
  • 收藏收藏:0
自2020年新冠肺炎爆發,人與人的接觸急遽下降,保持社交距離、戴口罩成為人們的日常,許多人轉而使用外帶、外送的方式,餐飲業的內用人數也急劇下降,而在這樣不僅餐廳難以宣傳經營理念,也無法完全排除人與人的接觸,食材供應商也因為餐廳需求減少,急需增加新的銷售通路。所幸,隨著資訊化、工業4.0相關的浪潮,科技上的發展已可在整合後應付這樣的需求,當中包含藉由科技的進步來方便消費者取得食物及其溯源資料。因此,如何在疫情的威脅下,建立一個可信賴的食品供應鏈信賴溯源系統並維持消費者的消費體驗成為本篇論文的主旨,而區塊鏈技術的特性可以協助達成。

本篇論文主要分為兩大面向。第一,創建一個新的商業模式降低人與人的接觸風險;第二,多面向的溯源體驗。商業模式上,我們與販賣機廠商合作,建立一個消費者可線上預訂、線下於販賣機(智販機)取貨並溯源的營運模式。而在溯源上,我們提供網頁及APP的溯源平台。另外,我們也處理仿冒的問題並同時增加與消費者的互動及田間紀錄功能等。
Since the outbreak of COVID-19, person-to-person contact has plummeted, and keeping social distance and wearing masks has become a daily routine for people. Many people have switched to takeout and delivery methods. The number of insiders in the catering industry has also plummeted. However, it is not only difficult for the restaurant to promote the business philosophy but also cannot completely exclude the contact between people. Food suppliers also urgently need to add new sales channels because of the reduced demand in restaurants. Fortunately, with the wave of information technology and Industry 4.0, the development of technology can meet such needs after integration, including the advancement of technology to facilitate consumers to get food and its traceability information. Therefore, how to establish a reliable food supply chain trust traceability system and maintain consumers’ consumption experience under the threat of the epidemic has become the major theme of this paper, and the characteristics of blockchain technology can help achieve.

We mainly divided this paper into two aspects. First, create a new business model to reduce the risk of person-to-person contact; second, a multi-faceted traceability experience. In terms of business model, we cooperate with vending machine manufacturers to establish a business model in which consumers can order online, pick up goods at vending machines (smart vending machines) offline, and trace the source. As for traceability, we provide a traceability platform for web and mobile applications. In addition, we also deal with the problem of counterfeiting and increase interaction with consumers and field record functions, etc.
Acknowledgements
Abstract......................................i
中文摘要......................................ii
1 Introduction................................1
2 Related Works...............................5
2.1 Blockchain................................5
2.1.1 Characteristics.........................6
2.2 Ethereum..................................8
2.2.1 Public Chain and Private Chain..........9
2.2.2 Smart Contract.........................10
2.2.3 Remix and Solidity.....................10
2.2.4 Eth 1.0 to Eth 2.0.....................11
2.3 IPFS.....................................12
2.3.1 Overview...............................12
2.3.2 Filecoin...............................12
2.3.3 IPFS Cases.............................13
2.4 Supply Chain Traceability................15
3 System Design..............................19
3.1 System Overview..........................19
3.1.1 Agchain Overview.......................19
3.1.2 iBENDOM Overview.......................20
3.2 Business Scenario........................21
3.2.1 Crops..................................22
3.2.2 E-commerce platform....................24
3.2.3 Other extension practical field........25
3.3 Back-end Server..........................27
3.3.1 Blockchain and Smart Contract Design...28
3.3.2 Database Design........................35
3.4 Traceability Service.....................36
3.4.1 Supply Chain Link......................37
3.4.2 Fake Prevent...........................38
3.4.3 Data Verification......................40
4 System Implementation......................41
4.1 Smart Contract...........................41
4.1.1 Overview...............................41
4.1.2 Ropsten Network and Infura.............42
4.1.3 Crop Index Contract....................44
4.1.4 Meal Box Ingredients Contract..........46
4.1.5 Meal Box Production Process Contract...47
4.1.6 Field Record Contract..................48
4.2 API Server...............................49
4.2.1 Node.js and Express....................50
4.2.2 web3.js................................51
4.2.3 Middleware.............................51
4.2.4 MVC pattern............................51
4.3 Front-end Web Structure and Function.....53
4.3.1 Overview...............................53
4.3.2 Functions..............................54
4.4 Front-end APP Structure and Function.....54
4.4.1 Overview...............................54
4.4.2 Functions..............................55
4.5 Traceability Service.....................57
4.5.1 Producer...............................58
4.5.2 Customer...............................61
4.5.3 Tracing Process........................63
5 Conclusion and Future Works................67
5.1 Conclusion...............................67
5.2 Future Works.............................68
References...................................71
[1] R. Feagan, “The place of food: mapping out the ‘local’in local food systems,” Progress in Human Geography, vol. 31, no. 1, pp. 23–42, 2007.
[2] A. Corallo, M. E. Latino, and M. Menegoli, “From industry 4.0 to agriculture 4.0: A framework to manage product data in agri­-food supply chain for voluntary traceability,” World Academy of Science, Engineering and Technology International Journal of Nutrition and Food Engineering, vol. 12, pp. 126–130, 2018
[3] M. D. Clercq, A. Vats, and A. Biel, Agriculture 4.0: The future of farming technology. World Government Summit, 2018.
[4] Y.-­C. Wu, C.-­S. Chen, and Y.-­J. Chan, “The outbreak of covid­19: An overview,” Journal of the Chinese Medical Association, vol. 83:3, pp. 217–220, 2020.
[5] M.-­J. Lee, “A trustworthy food resume traceability system based on blockchain technology,” Master’s thesis, National Tsing Hua University, 2020.
[6] “Bitcoin: A peer­-to-­peer electronic cash system.” https://bitcoin.org/bitcoin.pdf. Accessed: 2021-­07-­08.
[7] “Sha­-2.” https://en.wikipedia.org/wiki/SHA-2. Accessed: 2021­07­-08.
[8] “Nonce definition.”https://www.investopedia.com/terms/n/nonce.asp. Accessed:
2021­-07-­08.
[9] M. Bastiaan, “Preventing the 51%­-attack: a stochastic analysis of twophase proof of work in bitcoin,” Master’s thesis, University of Twente, 2015.
[10] S. Sayeed and H. Marco-­Gisbert, “Assessing blockchain consensus and security mechanisms against the 51% attack,” Applied Sciences, vol. 9(9), pp. 1–17, 2019.
[11] “Ethereum whitepaper | ethereum.org.” https://ethereum.org/en/whitepaper/. Accessed: 2021-­07-­08.
[12] “Erc-­20 token standard | ethereum.org.” https://ethereum.org/zh-tw/developers/docs/
standards/tokens/erc-20/. Accessed: 2021­-07-­08
[13] “Wtf are dapps? | hacker noon.” https://hackernoon.com/
dapp-and-things-you-need-to-know-4f50853a4cb7. Accessed: 2021-­07­08.
[14] “Uncle block (cryptocurrency) definition.” https://www.investopedia.com/terms/u/
uncle-block-cryptocurrency.asp. Accessed: 2021­-07­-08.
[15] “Public vs private blockchain, and a middle­-ground solution you may not know.” https://blockchainlion.com/public-vs-private-blockchain-and-consortium/. Accessed: 2021­-07­-09.
[16] “Introduction to smart contracts | ethereum.org.” https://ethereum.org/en/developers/docs/smart-contracts/. Accessed: 2021­-07-­09.
[17] “Solidity ­-solidity 0.8.6 documentation.” https://docs.soliditylang.org/en/v0.8.6/. Accessed: 2021-­07-­09
[18] “Welcome to remix’s documentation! —remix ­ ethereum ide 1 documentation.” https://remix-ide.readthedocs.io/en/latest/. Accessed: 2021­-07-­09.
[19] “Ethereum 2.0 faq | consensys.”https://consensys.net/knowledge-base/ethereum-2/faq. Accessed: 2021-­07-­09.
[20] “Concepts | ipfs docs.” https://docs.ipfs.io/concepts/. Accessed: 2021­-07­-09.
[21] “Filecoin: A decentralized storage network for humanity’s most important information | filecoin.” https://filecoin.io/. Accessed: 2021-­07-­09.
[22] “Home ­-chia network.” https://filecoin.io/. Accessed: 2021-07­-09.
[23] “Dtube - cypherhunter.” https://www.cypherhunter.com/en/p/dtube/. Accessed:
2021­-07­-09.
[24] “Textile ­ a network of applications, connected through interoperable data, where data is owned by the user.” https://www.textile.io/. Accessed: 2021-­07-­09.
[25] “Audius.” https://audius.co/. Accessed: 2021­-07-­09.
[26] F. Tian, “An agri-­food supply chain traceability system for china based on rfid blockchain technology,” in 2016 13th International Conference on Service Systems and Service Management (ICSSSM), pp. 1–6, 2016.
[27] S. Madumidha, P. S. Ranjani, S. S. Varsinee, and P. Sundari, “Transparency and traceability: In food supply chain system using blockchain technology with internet of things,” in 2019 3rd International Conference on Trends in Electronics and Informatics (ICOEI), pp. 983–987, 2019.
[28] Y. P. Tsang, K. L. Choy, C. H. Wu, G. T. S. Ho, and H. Y. Lam, “Blockchain-­driven iot for food traceability with an integrated consensus mechanism,” IEEE access, vol. 12,
pp. 129000 – 129017, 2019.
[29] S. Umamaheswari, S. Sreeram, N. Kritika, and D. R. Jyothi Prasanth, “Biot: Blockchain based iot for agriculture,” in 2019 11th International Conference on Advanced Computing
(ICoAC), pp. 324–327, 2019
[30] M. Torkyac and A. E. Hassanein, “Integrating blockchain and the internet of things in precision agriculture: Analysis, opportunities, and challenges,” Computers and Electronics
in Agriculture, vol. 178, 2020.
[31] K. Salah, N. Nizamuddin, R. Jayaraman, and M. Omar, “Blockchain-­based soybean traceability in agricultural supply chain,” IEEE Access, vol. 7, pp. 73295–73305, 2019
[32] M. Jayaprasanna, V. Soundharya, M. Suhana, and S. Sujatha, “A block chain based management system for detecting counterfeit product in supply chain,” in 2021 Third International Conference on Intelligent Communication Technologies and Virtual Mobile Networks (ICICV), pp. 253–257, 2021.
[33] A. Shahid, A. Almogren, N. Javaid, F. A. Al­-Zahrani, M. Zuair, and M. Alam, “Blockchain­-based agri-­food supply chain: A complete solution,” IEEE Access, vol. 8, pp. 69230–69243, 2020.
[34] “有機蔬菜栽培技術.” https://reurl.cc/Nrl0n9. Accessed: 2021-­06­28.
[35] “大棚蔬菜种植技术:湿度对蔬菜生长发育的影响.”https://zhuanlan.zhihu.com/p/36600203. Accessed: 2021-­06­-28.
[36] “【种植宝典】第 308 期温度对蔬菜栽培的影响(二).” http://www.360doc.com/content/16/1213/18/34959315_614393800.shtml. Accessed: 2021­-06­-28.
[37] “Apache cassandra.” https://cassandra.apache.org/. Accessed: 2021­-07-­09.
[38] “Eip 1559: The great ethereum’s london upgrade is about
to hit the testnet.” https://medium.com/crypto-wisdom/
eip-1559-the-great-ethereums-london-upgrade-is-about-to-hit-the-testnet-6902202e0efd. Accessed: 2021­-07-­03.
[39] “Metamask.” https://metamask.io/. Accessed: 2021-­07-­09
[40] “Introduction to node.js.”https://nodejs.dev/learn/introduction-to-nodejs. Accessed:
2021­-07-­05.
[41] “Express - node.js web application.” https://expressjs.com/. Accessed: 2021­-07-­05.
[42] “web3.js ­ ethereum javascript api.” https://web3js.readthedocs.io/en/v1.3.4/. Accessed: 2021-­07-­05.
[43] “Taiwan agriculture and food traceability system.” https://taft.coa.gov.tw/mp.asp?mp=10&role=C&top=A&nowPage=1&PerPageSize=10&mpap=A. Accessed:
2021­-06-­30.
[44] “Amazon acquires patent for dlt-­based product tracking system.” https://coinidol.com/
amazon-tracking-system/. Accessed: 2021-­06-­30.
[45] “Turingcerts | turing chain.” https://certs.turingchain.tech/. Accessed: 2021­-06-­30.
 
 
 
 
第一頁 上一頁 下一頁 最後一頁 top
* *