Traceability of Mexican Avocado Supply Chain: A Microservice and Blockchain Technological Solution
Abstract
:1. Introduction
2. Blockchain in the Agri-Food Supply Chain
3. Avocado Market
3.1. Avocado Global Market
3.2. Mexican Environment
4. Analysis of the Information Flow over the Avocado Supply Chain
4.1. Entities
4.2. Participants
- Farmer is in charge of the harvest of the avocado orchard and will pick the order.
- Carrier ensures the technological means required to transport the harvest. It transports the avocados from one point to another in the supply chain.
- Packers receive an avocado lot from the orchard through a carrier. They are located in a packing facility and are the first to introduce the avocado fruit as a product on the supply chain.
- Merchant receives an avocado lot from the packers and will have the task of introducing the avocado product to the final consumer or other merchants.
- Consumers are considered the last participant in the supply chain. In this step of the chain, the avocado is finally a consumer good. Even if it can be used as raw material for a series of secondary products (avocado beauty products, avocado oil, avocado sauce), the bulk of the consumption of avocado is as a food item [57].
4.3. Information Flow
- The farmer will notify the packaging facilities about a harvest day. In this way, they will be informed of the imminent arrival of a truck full of avocados.
- The carrier monitor will create a new harvest batch with the information reported by the farmer. In this way, the new harvest batch can be updated with more information every time there is an update. The carrier monitor will also verify that the truck assigned to the harvest is in the orchard and add the information to the batch. In this way, the system can survey the weather and soil conditions of the harvest using the collected information. Finally, the carrier monitor will timestamp the beginning and end of the journey when the harvest truck leaves the orchard and arrives at the packing facility.
- The packer will create different batches adding to them the information of the harvest batch that arrives at the packing facility. Avocados can be classified according to their quality without losing the previously collected information. The packer will also mark every batch packed with its corresponding label (or QR). Any user with direct access to the label will be able to identify the batch. Finally, a packer can generate new labels (QRs) in a distribution center to re-pack a batch in individual units or smaller packages. In this way, they can be distributed according to their specifications, without losing the traceability information.
- Merchant is responsible for marketing the product in the market to wholesalers. The wholesalers buy the product to sell it to different buyers, a buyer can be directly a consumer or a retailer. Retailers purchase the product that was purchased in bulk and sell the product to different consumers.
- Any consumer can scan the label (QR) of a batch to obtain information about traceability to verify the origin of their avocado.
5. Technical Proposal: Microservices and Blockchain
5.1. The Supply Chain
- Farmer: A harvest crew will arrive to an orchard at a specific time. The crew leader will then add to the system a pick-up harvest time to start the traceability. He will include the GPS information and photographs in situ. With this information, the server will obtain satellite imagery of the site and estimate the conditions of the orchard. To identify the harvest, a label (through a QR code) will be generated.
- Carrier: The avocado batches will be carried around to one or more distribution centers. The travel will be registered by a carrier monitor that will register the transportation vehicle’s GPS to have a real-time information on the complete route. It might also help that the product arrives toward its destiny at an optimal time. The distribution center can generate smaller batches from the ones received. These new batches will be marked with a new label (QR) that will register the original batch and the date of repacking. This process will repeat until the avocados are tagged individually, or in their final package, ready to be sold to a consumer or retail point.
- Packers: A packer will get the harvest batch and process the avocados according to their size and visual examination. The avocados are then packed in boxes sorted by quality, and request from the system the printing of a physical label with QR that will mark the created batch. This will allow for the traceability of the avocado fruits as a group package.
- Merchant: The QR attached to each avocado individually will be available for final customers to query specific useful information to the consumers. With this, retailers might also receive assurance about the quality, origin, and organic features, amongst others.
- Consumer: The final consumer will interact with a front-end (mobile) with some useful and interesting information about the fruit: Origin, orchard conditions, distribution channels, and on-side photos, amongst others.
5.2. Audit Architecture
- API-Gateway is the controller of our model and communicates internally with Audit and Users microservices. It is focused on attending requests from the supply chain and emitting answers.
- Audit microservice interacts with the Blockchain, in particular, to execute two operations: Storing and consulting information for audit issues. Let D be a set of data to be stored within the supply chain and composed of d1, d2, and dn, which are individual data registered previously in the avocado supply chain; T be a timestamp, containing current date information; and Id is an identifier of the transaction. D, T, and Id are stored within the Off-chain, while only the result of the hash function (x = Hash(D, T, Id) and Id is stored within the Blockchain. To validate the information, the consulting service will be used. After requesting the validity of information I, it consists in getting x, the hashed information previously stored within the Blockchain, through the blockchain. Comparing Hash(I) with x should be equal. If it is held, transaction data t, which are obtained through a read operation with the blockchain, must be shown to the user, otherwise, an error must be shown.
- User microservice permits the knowledge of whether the requests received from Audit or API-Gateway might be executed; this service acts as an access control service management. User microservice provides the following services: Administration to create, update, and delete users; authentication to validate the control access of the users using tokens; and authorization to provide the permissions of the user.
5.3. Blockchain
- TUser (K+p, typeU) denotes the constructor of the smart contract. Key K+p is required to initialize the contract and the type of user typeU.
- id = setData(D) adds data D, returning id, which indicates an identifier of the transaction;
- D = getData(id) returns data D in the contract, id is used to find the data.
- typeU = getTypeUser() returns the type of user of the contract.
- [D] = getLogs() gets all logs stored in the contract.
- l = getLog(id) gets a specific log stored in the contract and identified with id.
6. Prototype
6.1. Feeding the Supply Chain
- The Root is created through a web form with information input by some user.
- The system generates a series of credentials that can be visualized in part two of the image.
- Token is generated with the purpose of showing to the user the identifier generated via the off-chain of this creation.
- Contract address is the address that identifies the contract in the blockchain.
- Transaction address is generated together with the contract, and identifies the specific transaction within the blockchain.
- Hash is the hashed data of the user, which is composed of the email, username, password, surnames, etc.
- Part one of the figure shows a form, which is filled out with the data that the user wants to register.
- Part two of the figure shows the location of the stage, such as orchards, packing houses, shops, etc.
- In Part three of the figure, once the form is sent, a QR is generated, which can be scanned using the mobile application (explained in detail in Section 6.3).
6.2. Traceability and Integrity via Off-Chain Database and Blockchain
6.3. Consumer View
- Traceability interfaces: This part of the figure represents the three images at the top, where you can see the locations on Google maps, and a series of options, such as seeing the details of the stage and navigating forward and backward, among others.
- Blockchain Address: This part of the figure is a button with the blockchain icon, where the final user can see the different blockchain Addresses, such as the Address contract, Address transaction, and the hash.
- The log in the blockchain: Part three of the figure illustrates the interface that the final user can see for each stage, this interface shows the details that are stored in the blockchain. This information shows evidence that the traceability process is being stored in a blockchain network.
7. Discussion
8. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Bill, M.; Sivakumar, D.; Thompson, A.K.; Korsten, L. Avocado fruit quality management during the postharvest supply chain. Food Rev. Int. 2014, 30, 169–202. [Google Scholar] [CrossRef] [Green Version]
- Bustos, C.A.; Moors, E.H. Reducing Post-Harvest Food Losses through Innovative Collaboration: Insights from the Colombian and Mexican Avocado Supply Chains. J. Clean. Prod. 2018, 199, 1020–1034. Available online: http://www.sciencedirect.com/science/article/pii/S0959652618318377 (accessed on 27 October 2022). [CrossRef] [Green Version]
- Coronado, J.J.A.; Bijman, J.; Omta, O.; Lansink, A.O. Relationship characteristics and performance in fresh produce supply chains: The case of the mexican avocado industry. J. Chain. Netw. Sci. 2010, 10, 1–15. [Google Scholar] [CrossRef]
- Opara, L.U. Traceability in agriculture and food supply chain: A review of basic concepts, technological implications, and future prospects. J. Food Agric. Environ. 2003, 1, 101–106. [Google Scholar]
- Bosona, T.; Gebresenbet, G. Food traceability as an integral part of logistics management in food and agricultural supply chain. Food Control. 2013, 33, 32–48. [Google Scholar] [CrossRef]
- Wilson, T.; Clarke, W. Food safety and traceability in the agricultural supply chain: Using the internet to deliver traceability. Supply Chain. Manag. Int. J. 1998, 3, 127–133. [Google Scholar] [CrossRef]
- Folinas, D.; Manikas, I.; Manos, B. Traceability data management for food chains. Br. Food J. 2006, 108, 622–633. [Google Scholar] [CrossRef]
- Sivalakshmi, P.; Shanthi, K.; Sangeethalakshmi, K.; SeshaVidhya, S.; Sandhiya, G.; Rajkumar, M. Smart auction system flow model for Agro-Based sector farmers using blockchain technology. Mater. Today Proc. 2021, 44, 2069–2079. [Google Scholar] [CrossRef]
- Transparency International 2022. Available online: https://www.transparency.org/en/countries/mexico. (accessed on 28 October 2022).
- Paliwal, V.; Chandra, S.; Sharma, S. Blockchain Technology for Sustainable Supply Chain Management: A Systematic Literature Review and a Classification Framework. Sustainability 2020, 12, 7638. [Google Scholar] [CrossRef]
- Kamilaris, A.; Fonts, A.; Prenafeta-Boldν, F.X. The rise of blockchain technology in agriculture and food supply chains. Trends Food Sci. Technol. 2019, 91, 640–652. [Google Scholar] [CrossRef] [Green Version]
- Galvez, J.F.; Mejuto, J.; Simal-Gandara, J. Future challenges on the use of blockchain for food traceability analysis. TrAC Trends Anal. Chem. 2018, 107, 222–232. [Google Scholar] [CrossRef]
- El Bilali, H.; Allahyari, M.S. Transition towards sustainability in agriculture and food systems: Role of information and communication technologies. Inf. Process. Agric. 2018, 5, 456–464. [Google Scholar] [CrossRef]
- Tzounis, A.; Katsoulas, N.; Bartzanas, T.; Kittas, C. Internet of Things in agriculture, recent advances and future challenges. Biosyst. Eng. 2017, 164, 31–48. [Google Scholar] [CrossRef]
- Sahoo, S.; Kumar, S.; Sivarajah, U.; Lim, W.M.; Westland, J.C.; Kumar, A. Blockchain for sustainable supply chain management: Trends and ways forward. Electron. Commer. Res. 2022, 1–56. [Google Scholar] [CrossRef]
- Sarkar, B.; Ganguly, B.; Pareek, S.; Cárdenas-Barrón, L.E. A three-echelon green supply chain management for biode-gradable products with three transportation modes. Comput. Ind. Eng. 2022, 108727. [Google Scholar] [CrossRef]
- Kumar, S.; Sigroha, M.; Kumar, K.; Sarkar, B. Manufacturing/remanufacturing based supply chain management under advertisements and carbon emissions process. RAIRO-Oper. Res. 2022, 56, 831–851. [Google Scholar] [CrossRef]
- Mittal, M.; Sarkar, B. Stochastic behavior of exchange rate on an international supply chain under random energy price. Math. Comput. Simul. 2022, 205, 232–250. [Google Scholar] [CrossRef]
- Mondal, A.K.; Pareek, S.; Chaudhuri, K.; Bera, A.; Bachar, R.K.; Sarkar, B. Technology license sharing strategy for remanufacturing industries under a closed-loop supply chain management bonding. RAIRO-Oper. Res. 2022, 56, 3017–3045. [Google Scholar] [CrossRef]
- Bager, S.L.; Singh, C.; Persson, U.M. Blockchain is not a silver bullet for agro-food supply chain sustainability: Insights from a coffee case study. Curr. Res. Environ. Sustain. 2022, 4, 100163. [Google Scholar] [CrossRef]
- Vu, N.; Ghadge, A.; Bourlakis, M. Blockchain adoption in food supply chains: A review and implementation framework. Prod. Plan. Control 2021, 1–18. [Google Scholar] [CrossRef]
- Lin, W.; Huang, X.; Fang, H.; Wang, V.; Hua, Y.; Wang, J.; Yin, H.; Yi, D.; Yau, L. Blockchain Technology in Current Agricultural Systems: From Techniques to Applications. IEEE Access 2020, 8, 143920–143937. [Google Scholar] [CrossRef]
- Amentae, T.K.; Gebresenbet, G. Digitalization and Future Agro-Food Supply Chain Management: A Literature-Based Implications. Sustainability 2021, 13, 12181. [Google Scholar] [CrossRef]
- Torky, M.; Hassanein, A.E. Integrating blockchain and the internet of things in precision agriculture: Analysis, opportunities, and challenges. Comput. Electron. Agric. 2020, 178, 105476. [Google Scholar] [CrossRef]
- Tse, D.; Zhang, B.; Yang, Y.; Cheng, C.; Mu, H. Blockchain application in food supply information security. In Proceedings of the 2017 IEEE International Conference on Industrial Engineering and Engineering Management (IEEM), Singapore, 10–13 December 2017; IEEE: Piscataway, NJ, USA; pp. 1357–1361. [Google Scholar]
- Leng, K.; Bi, Y.; Jing, L.; Fu, H.-C.; Van Nieuwenhuyse, I. Research on agricultural supply chain system with double chain architecture based on blockchain technology. Future Gener. Comput. Syst. 2018, 86, 641–649. [Google Scholar] [CrossRef]
- Chong, M.; Perez, E.; Castilla, J.; Rosario, H. Blockchain technology applied to the cocoa export supply chain: A latin america case. In Handbook of Research on Emerging Technologies for Effective Project Management; IGI Global: Hershey, PA, USA, 2020; pp. 323–339. [Google Scholar]
- Sander, F.; Semeijn, J.; Mahr, D. The acceptance of blockchain technology in meat traceability and transparency. Br. Food J. 2018, 120, 2066–2079. [Google Scholar] [CrossRef] [Green Version]
- Tapscott, D.; Tapscott, A. Blockchain Revolution: How the Technology behind Bitcoin Is Changing Money, Business, and the World; Penguin: London, UK, 2016. [Google Scholar]
- Crosby, M.; Nachiappan; Pattanayak, P.; Verma, S.; Kalyanaraman, V. Blockchain technology: Beyond bitcoin. Appl. Innov. 2016, 2, 71. [Google Scholar]
- Accorsi, R.; Bortolini, M.; Baruffaldi, G.; Pilati, F.; Ferrari, E. Internet-of-things Paradigm in Food Supply Chains Control and Management. Procedia Manuf. 2017, 11, 889–895. [Google Scholar] [CrossRef]
- Lucena, P.; Binotto, A.P.D.; da Silva Momo, F.; Kim, H. A Case Study for Grain Quality Assurance Tracking based on a Blockchain Business Network. arXiv 2018, arXiv:1803.07877. [Google Scholar]
- Hass Avocado Board. Avocado Tracking Study; Hass Avocado Board: Mission Viejo, CA, USA, 2018. [Google Scholar]
- Galen, D. Blockchain for Social Impact. 2019. Available online: https://www.gsb.stanford.edu/sites/gsb/files/publication-pdf/csi-report-2019-blockchain-social-impact.pdf (accessed on 27 October 2022).
- Yiannas, F. A new era of food transparency powered by blockchain. Innov. Technol. Gov. Glob. 2018, 12, 46–56. [Google Scholar] [CrossRef]
- Salah, K.; Nizamuddin, N.; Jayaraman, R.; Omar, M. Blockchain-Based Soybean Traceability in Agricultural Supply Chain. IEEE Access 2019, 7, 73295–73305. [Google Scholar] [CrossRef]
- Caro, M.P.; Ali, M.S.; Vecchio, M.; Giaffreda, R. Blockchain-based traceability in Agri-Food supply chain management: A practical implementation. In Proceedings of the 2018 IoT Vertical and Topical Summit on Agriculture-Tuscany (IOT Tuscany), Tuscany, Italy, 8–9 May 2018; IEEE: Piscataway, NJ, USA, 2018; pp. 1–4. [Google Scholar] [CrossRef] [Green Version]
- Antonucci, F.; Figorilli, S.; Costa, C.; Pallottino, F.; Raso, L.; Menesatti, P. A review on blockchain applications in the agri-food sector. J. Sci. Food Agric. 2019, 99, 6129–6138. [Google Scholar] [CrossRef] [PubMed]
- Duan, J.; Zhang, C.; Gong, Y.; Brown, S.; Li, Z. A Content-Analysis Based Literature Review in Blockchain Adoption within Food Supply Chain. Int. J. Environ. Res. Public Health 2020, 17, 1784. [Google Scholar] [CrossRef] [PubMed]
- Dutta, P.; Choi, T.-M.; Somani, S.; Butala, R. Blockchain technology in supply chain operations: Applications, challenges and research opportunities. Transp. Res. Part E Logist. Transp. Rev. 2020, 142, 102067. [Google Scholar] [CrossRef] [PubMed]
- Miloudi, L.; Rezeg, K.; Kazar, O.; Miloudi, M.K. Smart Sustainable Farming Management Using Integrated Approach of IoT, Blockchain & Geospatial Technologies. In Advances in Intelligent Systems and Computing; Springer: Berlin/Heidelberg, Germany, 2020; pp. 340–347. [Google Scholar] [CrossRef]
- Shahid, A.; Almogren, A.; Javaid, N.; Al-Zahrani, F.A.; Zuair, M.; Alam, M. Blockchain-Based Agri-Food Supply Chain: A Complete Solution. IEEE Access 2020, 8, 69230–69243. [Google Scholar] [CrossRef]
- Baralla, G.; Pinna, A.; Tonelli, R.; Marchesi, M.; Ibba, S. Ensuring transparency and traceability of food local products: A blockchain application to a Smart Tourism Region. Concurr. Comput. Pr. Exp. 2021, 33, e5857. [Google Scholar] [CrossRef]
- Geethanjali, B.; Muralidhara, B.L. A Framework for Banana Plantation Growth Using Blockchain Technology. In Lecture Notes in Networks and Systems; Springer: Berlin/Heidelberg, Germany, 2021; pp. 615–620. [Google Scholar] [CrossRef]
- Get Insight on the Avocado Market Trends for the Year 2021. 2021. Available online: https://www.inspirafarms.com/avocado-market-trends-2021/ (accessed on 27 October 2022).
- Berasategi, I.; Barriuso, B.; Ansorena, D.; Astiasaran, I. Stability of avocado oil during heating: Comparative study to olive oil. Food Chem. 2012, 132, 439–446. [Google Scholar] [CrossRef]
- Woolf, A.; Wong, M.; Eyres, L.; McGhie, T.; Lund, C.; Olsson, S.; Wang, Y.; Bulley, C.; Wang, M.; Friel, E.; et al. Avocado oil. In Gourmet and Health-Promoting Specialty Oils; Elsevier: Amsterdam, The Netherlands, 2009; pp. 73–125. [Google Scholar]
- Faostat: Food and Agriculture Organization of the United Nations. 2017. Available online: http://www.fao.org/faostat (accessed on 27 October 2022).
- Statista: Global Production of Avocados by Country 2020. 2020. Available online: https://www.statista.com/statistics/593211/global-avocado-production-by-country/ (accessed on 27 October 2022).
- World Economic Forum: Avocado: The ’Green Gold’ Causing Environment Havoc. 2020. Available online: https://www.weforum.org/agenda/2020/02/avocado-environment-cost-food-mexico/ (accessed on 27 October 2022).
- SAGARPA. Planeación Agrícola Nacional 2017–2030; SAGARPA: Mexico City, Mexico, 2016. [Google Scholar]
- N. Agriculture. Avocado Growing; NSW Government: Sydney, Australia, 2003.
- Salazar-García, S.; Zamora-Cuevas, L.; Vega-López, R.J. Actualización Sobre la Industria del Aguacate en Michoacán, México; California Avocado Society: San Juan Capistrano, CA, USA; Yearbook: Mexico City, Mexico, 2005; Volume 87, pp. 45–54. [Google Scholar]
- Certification Allows Jalisco to Become Second State to Export Avocados to US. Available online: https://mexiconewsdaily.com/news/jalisco-2nd-state-to-export-avocados-to-us/ (accessed on 27 October 2022).
- Work plan for the exportation of hass avocados from Mexico to the United States of America. Technical Report 2020. Available online: https://avocadoinstitute.org/wp-content/uploads/2021/05/02614-PLAN-DE-TRABAJO-EXPORT-DE-AGUACATE-A-EUA-2011.pdf (accessed on 27 October 2022).
- Moreno-Collado, J. NORMA Oficial Mexicana NOM-007-FITO-1995. Orden Juridico. 1995. Available online: http://www.ordenjuridico.gob.mx/Documentos/Federal/wo68295.pdf (accessed on 27 October 2022).
- López-Pimentel, J.C.; Rojas, O.; Alcaraz-Rivera, M.; Sosa-Gómez, G.; Verteramo-Chiu, L. Automating the avocado supply chain with blockchain and off-chain. In Proceedings of the Eight International Conference on Information Systems, Logistics and Supply Chain (ILS 2020), Austin, TX, USA, 22–24 April 2020; OPENAIRE: Los Angeles, CA, USA; pp. 292–298. [Google Scholar]
- López-Pimentel, J.C.; Rojas, O.; Monroy, R. Blockchain and off-chain: A solution for audit issues in supply chain systems. In Proceedings of the 2020 IEEE International Conference on Blockchain (Blockchain)l, Rhodes, Greece, 3–6 November 2020; pp. 126–133. [Google Scholar]
- López-Pimentel, J.C.; Morales-Rosales, L.A.; Algredo-Badillo, I. A Cloud Microservices Architecture for Data Integrity Verifiability Based on Blockchain. Appl. Sci. 2022, 12, 2754. [Google Scholar] [CrossRef]
Title | Author(s) | Year | Methodology/Features |
---|---|---|---|
Internet of Things in agriculture, recent advances, and future challenges | [14] | 2017 | Technological applications with RFID |
E. Internet-of-things Paradigm in Food Supply Chains Control and Management | [31] | ||
Blockchain application in food supply information security | [25] | RFID and IoT | |
A Case Study for Grain Quality Assurance Tracking based on a Blockchain | [32] | 2018 | Socio, economic |
A new era of food transparency powered by blockchain | [35] | RFID and IoT | |
Blockchain-based traceability in Agri-Food supply chain management: A practical implementation | [37] | Technological applications with RFID | |
A review on blockchain applications in the agri-food sectorA Content-Analysis Based Literature Review in Blockchain Adoption within Food Supply ChainBlockchain technology in supply chain operations: Applications, challenges, and research opportunitiesSmart Sustainable Farming Management Using Integrated Approach of IoT, Blockchain, & Blockchain for social impact | [34,38,39,40,41] | 2019 | Reference framework |
Blockchain-Based Soybean Traceability in Agricultural Supply Chain | [36] | RFID and IoT | |
Blockchain-Based Agri-Food Supply Chain: A Complete Solution | [42] | 2020 | Technological applications with smart contract |
Blockchain adoption in food supply chains: A review and implementation framework | [21] | 2021 | Reference framework |
Ensuring transparency and traceability of food local products: A blockchain application to a Smart Tourism Region | [43] | Social, economic | |
Digitalization and Future Agri-Food Supply Chain Management: A Literature-Based Implication | [23] | RFID and IoT | |
A Framework for Banana Plantation Growth Using Blockchain Technology | [44] | Barcode technologies, QR codes, and RFID | |
Digitalization and Future Agri-Food Supply Chain Management: A Literature-Based Implication | [23] | Technological applications with smart contract |
Operation | Read | Write |
---|---|---|
TUser (K+p, typeU) | X | |
id = setData(D) | X | |
D = getData(id) | X | |
typeU = getTypeUser() | X | |
[D] = getLogs() | X | |
l = getLog(id) | X |
No. | Characteristic | Description |
---|---|---|
1 | Integrity | The reliability and trustworthiness of data are commonly referred to as data integrity. By design, blockchain is inherently resistant to data modification; it indicates that each block in a blockchain links to the previous one, and each block contains a cryptographic hash algorithm of the contained data, as supported and described in Section 5.2. |
2 | Auditing service | As supported in Section 5 (and illustrated in Figure 1), one of the microservices has the auditing task, which could be used in an auditing procedure since all events generated in the supply chain are stored in a hashed way. These events could also be audited since this is one of the characteristics provided by blockchain technology. |
3 | Dual traceability | As shown in Figure 5 (Section 6.2), it includes a traceability mechanism using off-chain storage technology. Additionally, it includes the traceability characteristic included implicitly in blockchain; however, in our case, it only stores hashed event messages, as demonstrated in Figure 8 (Section 6.3). |
4 | Transparency | Our model, by including the public blockchain, users (using the suited interface) can publicly track the data with full transparency, as shown in Figure 8 (interfaces 2 and 3). |
5 | User-oriented trust | As shown in Figure 7 and Figure 8 (Section 6.3), our front-end software solution is oriented to provide trust to the consumer throughout the avocado supply chain. |
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2022 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
López-Pimentel, J.C.; Alcaraz-Rivera, M.; Granillo-Macías, R.; Olivares-Benitez, E. Traceability of Mexican Avocado Supply Chain: A Microservice and Blockchain Technological Solution. Sustainability 2022, 14, 14633. https://doi.org/10.3390/su142114633
López-Pimentel JC, Alcaraz-Rivera M, Granillo-Macías R, Olivares-Benitez E. Traceability of Mexican Avocado Supply Chain: A Microservice and Blockchain Technological Solution. Sustainability. 2022; 14(21):14633. https://doi.org/10.3390/su142114633
Chicago/Turabian StyleLópez-Pimentel, Juan Carlos, Miguel Alcaraz-Rivera, Rafael Granillo-Macías, and Elias Olivares-Benitez. 2022. "Traceability of Mexican Avocado Supply Chain: A Microservice and Blockchain Technological Solution" Sustainability 14, no. 21: 14633. https://doi.org/10.3390/su142114633
APA StyleLópez-Pimentel, J. C., Alcaraz-Rivera, M., Granillo-Macías, R., & Olivares-Benitez, E. (2022). Traceability of Mexican Avocado Supply Chain: A Microservice and Blockchain Technological Solution. Sustainability, 14(21), 14633. https://doi.org/10.3390/su142114633