<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Improving the supply chain management via Blockchain: an olive oil case study</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Mariam</forename><surname>Lahami</surname></persName>
							<email>mariem.lahami@enis.tn</email>
							<affiliation key="aff0">
								<orgName type="laboratory">ReDCAD Laboratory</orgName>
								<orgName type="institution" key="instit1">ENIS</orgName>
								<orgName type="institution" key="instit2">University of Sfax</orgName>
								<address>
									<country key="TN">Tunisia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Faten</forename><surname>Chaabane</surname></persName>
							<email>faten.chaabane@isimg.tn</email>
							<affiliation key="aff1">
								<orgName type="department">Faculty of Sciences of Sfax</orgName>
								<orgName type="laboratory">DESLAB, Data Engineering and Semantics Research Unit</orgName>
								<orgName type="institution">University of Sfax</orgName>
								<address>
									<settlement>Sfax</settlement>
									<country key="TN">Tunisia</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Improving the supply chain management via Blockchain: an olive oil case study</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">2469C907DE8446D3511F70AF19896A05</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T18:39+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Blockchain</term>
					<term>smart contract</term>
					<term>supply chain</term>
					<term>traceability</term>
					<term>olive oil</term>
					<term>DApp</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>One of consumers' primary concerns is verifying the traceability of sensitive foods, such as olive oil. Henceforth, recently, ensuring that olive oil supply chain is reliable and safe has become highly required. The current state of this supply chain involves a variety of stakeholders with different interests, often reticent to share traceability information. In this paper, we present BOOSCh, a fully decentralized olive oil traceability solution built on Ethereum blockchain. Compared to the existing approaches, the proposed work uses both the secure InterPlanetary File System (IPFS) for off-chain data storage, and smart contracts to manage interactions among stakeholders, insuring transparency and efficiency Through this combination, BOOSCh eliminates intermediaries, ensuring an immutable and trusted transaction history. We provide implementation details of the approach to show its effectiveness, offering a template for improving supply chain processes in other industries.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>The future of agriculture depends critically on the capacity to trace food. A food traceability system is required to retrieve any or all of the information relating to the product under examination, throughout its life cycle. Any traceable food or product in the supply chain is referred to as a Traceable Resource Unit (TRU), which is the object under investigation. The two goals of traceability are to track the transaction history and the TRU's current location.</p><p>Consequently, the food traceability system should guarantee food safety and quality control, permit authentication, prevent fraud, and be under the authority's control. It should also increase customer safety and confidence. One of the most important agricultural activities that requires an efficient track-and-trace system is olive oil production because of its potential health benefits, its delicious taste, and its nutritional and culinary advantages over other edible oils. Thus, it can be a target for fraud and adulteration during its transformation process due to its high prices and low production volume.</p><p>Many Mediterranean countries, Tunisia foremost among them, rely heavily on such industries to contribute to their socio-economic development. In fact, growing olives in Tunisia is one of the main activities in agriculture, and it is considered a strategic sector. Indeed, Tunisia is considered the most olive-growing nation in the southern Mediterranean, which is also the third-largest exporter of olive oil in the world (after Spain and Italy) and the fourth-largest producer of olive oil globally (172,000 t/year) <ref type="bibr" target="#b0">[1]</ref>. As a result, this industry greatly helps the country to reach its objectives for economic development, food security, job creation, higher export profits, and the protection and improvement of natural resources. Although Tunisia has a long history of exporting olive oil, its growth strategy has always been centered only on increasing productivity, with the quantitative target of "produce more to export more" serving as the primary objective.</p><p>Traditional systems to handle the olive oil supply chain are complex and difficult to manage due to the involvement of several stakeholders <ref type="bibr" target="#b1">[2]</ref>. They have to follow the production process of quality olive oil from the farmer through the oil factory to the final consumer while recording all these transactions in centralized databases. Consequently, tampering olive oil information is relatively easy and difficult to detect. Moreover, the use of various centralized databases may affect the scalability and interoperability of the proposed solutions.</p><p>In order to make olive oil supply chain secure, traceable and efficient, various recent efforts in the literature make use of the blockchain technology due to its numerous applications, particularly in supply chains and logistics, such as <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b4">5,</ref><ref type="bibr" target="#b5">6]</ref>. Nevertheless, these solutions are not mature enough to be applied in the Tunisian market and suffer from missing some functional requirements, especially the inspection and certification of olive oil.</p><p>To overcome such limitations and to improve olive oil traceability, we present in this paper BOOSCh, the Blockchain-based Olive Oil Supply Chain, using the Ethereum platform. The local blockchain Ganache, Truffle IDE, web3js, and JSON-RPC features of the Ethereum blockchain are employed in this study. Smart contracts are developed using the Solidity programming language, which ensures the security of data provenance and the immutability of all stakeholder interactions. In addition, an off-chain InterPlanetary File System (IPFS) storage is adopted to store confidential data. As the only information maintained on-chain is the IPFS hash, this prevents sensitive information from ever being disclosed to anyone browsing the blockchain.</p><p>The remainder of this paper is organized as follows. Section 2 discusses a critical review of existing efforts with respect to the traceability of food supply chain, particularly to the olive oil case study. This is followed by a description of the olive oil supply chain in Section 3 and key concepts about Blockchain and its benefits in Section 4. Section 5 highlights the proposed Blockchain-based Olive Oil Supply Chain, followed by its implementation details in section 6. Section 7 concludes the paper, summarizing contributions and highlighting possible improvements for future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head><p>To ensure the ultimate consumer's health and safety and to avoid fraudulent behaviour, several research works on integrating blockchain technology to ensure food traceability have been proposed in literature <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b7">8,</ref><ref type="bibr" target="#b8">9]</ref>. Regarding Olive oil Supply chain, we outline current initiatives aimed at resolving the issue of olive oil traceability and highlighting suggested anti-counterfeiting methods. We have included in this study both blockchain and non-blockchain-based solutions and categorized them accordingly.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Non-blockchain-based solutions for olive oil traceability</head><p>Authors in <ref type="bibr" target="#b1">[2]</ref> proposed a platform based on Web and mobile technologies. All the stakeholders involved in the olive-oil supply chain can access to a Relational Database Management System (RDBMS) platform, built using MySQL Workbench. They may have different access rights (i.e., olive growers, transporters, oil mill managers, control authorities, analysis laboratory and final consumers). The proposed track-and-trace system used Django<ref type="foot" target="#foot_0">1</ref> to create the Web application and Flutter<ref type="foot" target="#foot_1">2</ref> for the mobile one. The latter is used by the final customer to scan the QR Code put on the product label. This QR code summarized all relevant data related to olive grower, oil mill manager, transporter and analysis laboratory. Nevertheless, this platform struggles essentially from the centralization issue caused by the use of a relational database which impacts its scalability and its performance.</p><p>The study in <ref type="bibr" target="#b9">[10]</ref> suggested using smartphones equipped with NFC technology at every stage in the olive oil supply chain to deliver information to the final customer. The low cost and ease of the suggested method enabled its use in micro and small farms. The developed applications and the database architecture have been adjusted to the extra virgin olive oil process. However, this solution suffers from scalability issues since it is dedicated to micro and small farms and cannot be used for big ones. Similarly to <ref type="bibr" target="#b1">[2]</ref>, the use of centralized database makes it less secure and data related to olive oil, such chemical and organoleptic characteristics, can be easily tampered.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Blockchain-based solutions for olive oil traceability</head><p>Blockchain technology has proved its effectiveness in the development of supply chain management systems. Several research works are currently available in this regard.</p><p>Among them, we cited the study in <ref type="bibr" target="#b10">[11]</ref> that introduced a blockchain-based application called BRUSCHETTA for the traceability and the certification of extra virgin olive oil. It supported track-and-trace of the olive oil from the plantation to the market by including several processes : the farming, harvesting, production, packaging, conservation and transportation. This solution exploited Internet of Things (IoT) technology to link sensors for extra virgin olive oil quality monitoring and enabled their operation on the blockchain. BRUSCHETTA uses Hyperledger Fabric as a private blockchain technology. This choice improves the scalability of the proposed solution but it may suffer from security and centralization issues.</p><p>The work in <ref type="bibr" target="#b5">[6]</ref> discussed the importance of combining also blockchain with Internet of Things (IoT) to improve the visibility and avoid fraud in the olive oil supply chain. Authors proposed a new configuration for the olive oil supply chain while giving theoretical details about supported partners, collected and shared data however no implementation was done to prove the feasibility of the proposed system.</p><p>[5] suggested an embedded IoT-based agricultural system for keeping track of an olive field. Only two actors (i.e., farmers and vendors) were considered in this study and were connected via a wireless sensor network. Collected data from sensors such as temperature, humidity and luminosity were saved on a real time database. To track-and-trace the different transactions, the blockchain technology is used with the aim of securing data which are encrypted using the Keccak 256 algorithm and cannot be accessed only by using the public key of the sender and the private key of the receiver. The final prototype was based on Ethereum Blockchain and was embedded on a Raspberry Pi 4 platform. Similar contributions were made by authors in <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b2">3]</ref>. Three actors are involved in this blockchain-based system: the farmer, the producer (who handles production, processing, and packing, quality control, shipping, and logistics), and the consumer. Each component of this proposal was a Blockchain node, running on a Raspberry PI 3. Each transaction was recorded by the developed smart contract. The main problem within this solution is that all data are stored on-chain which leads transactions to be time consuming and more costly.</p><p>Another interesting work in <ref type="bibr" target="#b11">[12]</ref> provided a general solution that facilitates the implementation of supply chain management systems and it illustrated its feasibility by the use of olive oil supply chain as case study. The idea here was to use Domain-Specific Graphical Language to represent supply chains. A simple graphical interface for making such representations, and a set of tools for translating the obtained graphical models into solidity smart contracts were offered by the proposed *-Chain Platform. However, the major issue with this platform is that its use is almost difficult for inexperienced administrators and the generated solidity code lacks validation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Theoretical aspects about the olive oil supply chain</head><p>Traceability systems are used today to ensure the quality and safety of many different types of food items, including milk, fruit, vegetables, and meat. In this study, we concentrate on the analysis of extra-virgin olive oil traceability systems. According to <ref type="bibr" target="#b12">[13]</ref>, Extra-virgin olive oil (EVOO), virgin olive oil, regular virgin olive oil, and lampante virgin olive oil are the four categories of virgin olive oil. Due to its exceptional health benefits and organoleptic qualities, extra-virgin olive oil is regarded as the oil of the highest quality and price. Therefore, consumers are increasingly demanding authentic and high-quality olive oil and full transparency of its supply chain process.</p><p>The olive oil supply chain includes several stakeholders and several activities are carried out by each one of them as specified below :</p><p>• Farmer: He is in charge of farm management. He provides data about the ownership of the land plot, planting olive trees, cultivating and harvesting olives. The main factors that are collected by the farmer are the weather conditions (i.e., humidity, temperature, air pollution, etc.), the chemical composition of the land, and the harvesting method (i.e., by hand or by machines). • Manufacturer: He is responsible for the transformation process of olives into olive oil.</p><p>Moreover, he is charged with the packaging process and labelling details of every batch of product, etc. • Inspector: Called also a certification entity, he takes samples of extra virgin olive oil to test organoleptic and chemical properties (i.e., acidity, fatty acid and sterol composition).</p><p>Then, he generates a digital certificate proving that the olive oil under inspection is an Extra Virgin Olive Oil. • Distributor: also called a logistic supplier, he is charged with the transportation method used, and real-time data recorded about humidity, temperature, and other environmental conditions that may affect olive oil quality during the transportation period. • Retailer: Data about the current stock of olive oil bottles, storage details, expiry date, and period at the market up to the consumer's purchase is provided by the retailers. • End Consumer: he scans the QR code printed on the olive oil bottle to get all the information about this product from farm to store and get an idea about the safety and quality of this olive oil.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Key concepts on blockchain and its benefits</head><p>Blockchain was introduced for the first time by Nakamato et al. <ref type="bibr" target="#b13">[14]</ref> as the technology underlying Bitcoin <ref type="foot" target="#foot_2">3</ref> . It is a decentralized and distributed ledger based on a peer-to-peer network. It is also considered a complex data structure that manages the flow of data without requiring central authority. The internal structure of a blockchain is composed of a linked list of blocks. Each block is linked to the previous one through the use of cryptographic hashes. It contains secure transactions signed with digital signatures and validated by several peers in the network according to a consensus protocol. One of the most important features that has been proposed by several blockchain platforms is the Smart Contract (SC). Indeed, SC is a software program that was designed to develop business logic in order to make Blokchain suitable for several domains, either the financial one, especially eHealth <ref type="bibr" target="#b15">[16]</ref> and supply chain management <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b16">17]</ref>. Smart contracts are deployed on the immutable ledger and executed by specific types of transactions. They can be used to transfer digital currency, record information, and interact with other systems.</p><p>As mentioned in <ref type="bibr" target="#b14">[15]</ref> and shown in Figure <ref type="figure" target="#fig_0">1</ref>, the use of Blockchain technology in the context of food supply chain management presents several advantages. Firstly, food authentication, which is the compliance of foods with their label descriptions (e.g., geographic origin, production method, technology used in processing, composition, etc.) is guaranteed by Blockchain technology since all information and data are recorded in the immutable ledger. Second, due to the transparency feature of blockchain, there is no need to worry about food fraud. Any change made is visible to everyone in the network. Also, food safety and security are achieved because Blockchain transaction records are exceedingly hard to attack since they are encrypted. Furthermore, since every entry on the distributed ledger is connected to the previous one and so on, hackers would need to change the entire chain to change any record.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Development of Blockchain-based Olive Oil Supply Chain</head><p>The proposed Blockchain-based Olive oil Supply Chain (BOOSCh) is highlighted in Figure <ref type="figure" target="#fig_1">2</ref>. The stakeholders that are involved in this work are: Farmer, Manufacturer, Inspector, Consumer. All their interactions with the developed smart contracts generate transactions stored on the blockchain. Each actor has a unique Ethereum address and has specific privileges to connect to the Dapp solution and perform its tasks. We use modifiers in the functions of the smart contract to apply restrictions to the unauthorized participants.   and may be loosely separated into five phases that are described below.</p><p>Harvesting olives: The farmer initiates the process of the olive oil supply chain by adding a new record in the blockchain about the olive harvest at the suitable time. He provides harvest information such as the harvested land plot, location, variety, the time period required for the harvesting process and the weight of olives. Moreover, the harvesting technique (i.e., by hand or by machines) must be recorded because it may affect the acidity of the olives and, as a result, the quality of the virgin olive oil.</p><p>Milling olives: The manufacturer receives a notification when a given olive harvest is added to the system. Note that for simplicity reasons, the olive transportation from the farm to the olive factory is actually done by the farmer itself. The milling process starts and follows several tasks: de-leafing, washing, crushing, malaxing, decanting, and separation <ref type="bibr" target="#b10">[11]</ref>. At the end of the milling process, the obtained olive oil is filled in containers with the aim of storing it before bottling. We assume that mixing olives obtained from different land plots, varieties and harvesting date is not possible. Each oil container stores olive oil obtained from a given harvest and a given land plot. A request is sent to the inspector from the manufacturer in order to obtain extra virgin olive oil certificate before bottling.</p><p>Inspecting olive oil: Once the inspector receives the certification request from the manufacturer, he starts the inspection and certification process. Its primary contribution consists of validating and documenting the final olive oil's specified qualities and characteristics using specific sample analysis. He conducts chemical-physical studies (involving acidity, peroxides, etc.) and organoleptic assessment by a test panel. The output of this phase is a digital certificate proving the compliance or not of the obtained oil with extra virgin olive oil, which is stored on the IPFS system. The obtained hash is then forwarded to the smart contract and recorded on the blockchain.</p><p>Packaging olive oil: Once the manufacturer receives the digital certificate of the olive oil under examination, he can proceed with the packaging and bottling activities. By adding an intelligent label with a QR Code to each oil bottle, the main objective is to enhance the food tracking process and to avoid fraud and ensure authenticity. The QR Code label adds value to the oil bottle by enabling the consumer to confirm the accuracy of the data on the label and defend the product's pricing. It summarizes all relevant information to this olive oil such as the land plot location, harvesting date, milling date, the oil quality certificate, the packaging date, etc. Once this step is completed, olive oil bottles are delivered to retailers and then to the market.</p><p>Consuming/Buying olive oil: The end consumer may verify the authenticity and quality of extra virgin olive oil by scanning the QR code attached to the oil bottle. Consequently, the use of QR code may increase the consumer's trust and is also useful to manage olive oil quality and safety from farm to market.</p><p>It is worthy to note that IoT smart devices and sensors to collect farm data (e.g., soil, water, temperature, and humidity) are not included in this current work. In the cultivation phase, the farmer provides manually collected data about land plots, olive tree varieties, fertilizing, and pesticides. A new transaction can be started when the farmer proceeds with olive cultivation and new records are created in the blockchain. Moreover, temperature monitoring is highly required either during the milling process or transportation process, therefore, temperature sensors should be deployed on the box containing the olives at the end of the harvest or on the olive factory especially on oil containers. Actually, this information is collected manually, and the use of temperature sensors is also out the scope of this paper.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Implementation details</head><p>The proposed solution is developed using a public Blockchain called Ethereum. To implement, deploy and test our solidity smart contracts, we use the truffle <ref type="foot" target="#foot_3">4</ref> Framework, which is a very familiar tool for Blockchain developers to create a smart contract project. It offers a project structure, files and folders that make easy the deployment and testing of Ethereum smart contracts.</p><p>Figure <ref type="figure" target="#fig_4">4</ref> presents the architecture of the olive oil Dapp which is made up of three layers. The front-end layer is implemented using the React <ref type="foot" target="#foot_4">5</ref> Framework, and each actor connects to the Dapp using the Metamask<ref type="foot" target="#foot_5">6</ref> wallet. The business layer is implemented in NodeJs and is composed of two kinds of APIs (Application Programming Interface). First, an API for blockchain access  is responsible for invoking smart contracts deployed on the Ganache<ref type="foot" target="#foot_6">7</ref> local blockchain. The library web3.js<ref type="foot" target="#foot_7">8</ref> is adopted to perform actions like reading and writing data from smart contracts.</p><p>Second, an API for data access is provided to manage data access and off-chain storage. Due to performance and compliance reasons, centralized (i.e., MongoDB) and decentralized (i.e., IPFS) database storage systems are used in the data layer. For example, olive oil certification details are stored off-chain, and the IPFS-hash of the generated document is stored on-chain. Figure <ref type="figure" target="#fig_5">5</ref> illustrates the GUI interface used by the farmer to provide details about the harvesting activity. Also, the GUI interface of the inspector profile is depicted in Figure <ref type="figure" target="#fig_6">6</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">Conclusion</head><p>In this work, we have investigated the challenge of food traceability within the olive oil supply chain. To address this issue, we developed a decentralized solution based on blockchain technology, called BOOSCh. The latter is built on Ethereum blockchain and makes use of several promising techniques: smart contracts to easily manage interactions among stakeholders, IPFS for the off-chain storage and QR code to get detailed information regarding the olive oil's path to the store. Through BOOSCh, the traceability, security and scalability of the olive oil supply chain is achieved. Moreover, we demonstrated that the olive oil supply chain management becomes more practical and cost-effective. At the end, we provided the high level architecture of BOOSCh and its implementation details in order to show its effectiveness.</p><p>Although the functions in the developed smart contract were implemented for the olive oil supply chain, they can be easily extended to other supply chains like the drug supply chain and the seafood supply chain. Moreover, we think that further research and development are needed in order to apply Blockchain and IoT devices in supply chain. For instance, we can investigate  the deployment of IoT sensors to collect real time data about temperature, humidity, etc. These sensors can be placed at the boxes containing the olives at the end of the harvest activity, at the oil container at the end of milling procedure or at courier trucks used for transportation. Despite the several advantages of blockchain technology, its development is still challenging and requires verification and validation efforts to obtain efficient, safe and secure blockchain-based solutions.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Blockchain benefits in food traceability and safety [15].</figDesc><graphic coords="6,156.88,112.92,277.40,234.82" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Blockchain-based Olive Oil Supply Chain System.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3</head><label>3</label><figDesc>Figure 3 depicts interactions between various supply chain actors within the proposed system,</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Sequence diagram showing the different supply chain stakeholders and their interactions through the smart contract.</figDesc><graphic coords="8,89.29,84.19,416.69,286.14" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: The architecture of the Olive Oil Dapp.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Figure 5 :</head><label>5</label><figDesc>Figure 5: Screenshot of the GUI interface for adding olive harvest.</figDesc><graphic coords="10,89.29,84.18,416.70,192.51" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Figure 6 :</head><label>6</label><figDesc>Figure 6: Screenshot of the GUI interface for inspecting olive oil.</figDesc><graphic coords="10,89.29,316.11,416.70,191.42" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">https://www.djangoproject.com/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">https://docs.flutter.dev/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">The first application of Blockchain that allows nodes to transfer digital currency without the need of a trusted third party like a central bank.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">https://trufflesuite.com/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">https://fr.legacy.reactjs.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_5">https://metamask.io/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_6">https://trufflesuite.com/ganache/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_7">https://web3js.readthedocs.io/en/v1.10.0/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>Thanks to the student Engineers Ibrahim Ben Lakhal and Abir Grati and Mohamed Ben Salah for the development of the olive oil Dapp solution in the context of their Second Final Year Project.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Life cycle assessment of the most representative virgin olive oil production systems in tunisia</title>
		<author>
			<persName><forename type="first">L</forename><surname>Fernández-Lobato</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>López-Sánchez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Baccar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Fendri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Vera</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.spc.2022.06.002</idno>
		<ptr target="https://doi.org/10.1016/j.spc.2022.06.002" />
	</analytic>
	<monogr>
		<title level="j">Sustainable Production and Consumption</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="page" from="908" to="923" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">A framework for food traceability: case study-italian extra-virgin olive oil supply chain</title>
		<author>
			<persName><forename type="first">R</forename><surname>Guido</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Mirabelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Palermo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Solina</surname></persName>
		</author>
		<ptr target="http://www.ijiemjournal.uns.ac.rs/images/journal/volume11/IJIEM_252.pdf" />
	</analytic>
	<monogr>
		<title level="j">International Journal of Industrial Engineering and Management</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Blockchain olive oil supply chain</title>
		<author>
			<persName><forename type="first">T</forename><surname>Frikha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ktari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Hamam</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Risks and Security of Internet and Systems</title>
				<editor>
			<persName><forename type="first">S</forename><surname>Kallel</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Jmaiel</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Zulkernine</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Hadj Kacem</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Cuppens</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Cuppens</surname></persName>
		</editor>
		<meeting><address><addrLine>Nature Switzerland</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="101" to="113" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Agricultural lightweight embedded blockchain system: A case study in olive oil</title>
		<author>
			<persName><forename type="first">J</forename><surname>Ktari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Frikha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Chaabane</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hamdi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Hamam</surname></persName>
		</author>
		<idno type="DOI">10.3390/electronics11203394</idno>
		<ptr target="https://www.mdpi.com/2079-9292/11/20/3394.doi:10.3390/electronics11203394" />
	</analytic>
	<monogr>
		<title level="j">Electronics</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Blockchainbased supply chain system for olive fields using wsns</title>
		<author>
			<persName><forename type="first">O</forename><surname>Ghorbel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Frikha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hajji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Alabdali</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ayadi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">Abbas</forename><surname>Elmasry</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational Intelligence and Neuroscience</title>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Enhancing the competitive advantage via blockchain: an olive oil case study</title>
		<author>
			<persName><forename type="first">R</forename><surname>Alkhudary</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Brusset</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Naseraldin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Féniès</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.ifacol.2022.04.238</idno>
		<ptr target="https://doi.org/10.1016/j.ifacol.2022.04.238" />
	</analytic>
	<monogr>
		<title level="j">IFAC-PapersOnLine</title>
		<imprint>
			<biblScope unit="volume">55</biblScope>
			<biblScope unit="page" from="469" to="474" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Perspective chapter: Blockchain adoption in food supply chain</title>
		<author>
			<persName><forename type="first">J</forename><surname>Verny</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Guan</surname></persName>
		</author>
		<idno type="DOI">10.5772/intechopen.106402</idno>
		<ptr target="https://doi.org/10.5772/intechopen.106402.doi:10.5772/intechopen.106402" />
	</analytic>
	<monogr>
		<title level="m">Blockchain Applications</title>
				<editor>
			<persName><forename type="first">V</forename><surname>Chernyshenko</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Mkrttchian</surname></persName>
		</editor>
		<meeting><address><addrLine>IntechOpen, Rijeka</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Toward an integration of blockchain technology in the food supply chain</title>
		<author>
			<persName><forename type="first">C</forename><surname>Cozzio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Viglia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Lemarie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Cerutti</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.jbusres.2023.113909</idno>
		<ptr target="https://doi.org/10.1016/j.jbusres.2023.113909" />
	</analytic>
	<monogr>
		<title level="j">Journal of Business Research</title>
		<imprint>
			<biblScope unit="volume">162</biblScope>
			<biblScope unit="page">113909</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Overview of blockchain-based seafood supply chain management</title>
		<author>
			<persName><forename type="first">N</forename><surname>Ouled Abdallah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Fakhfakh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Fakhfakh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Intelligent Systems Design and Applications</title>
				<meeting><address><addrLine>Nature Switzerland</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="71" to="80" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Evo-nfc: Extra virgin olive oil traceability using nfc suitable for small-medium farms</title>
		<author>
			<persName><forename type="first">M</forename><surname>Conti</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2022.3151795</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="20345" to="20356" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Bruschetta: An iot blockchainbased framework for certifying extra virgin olive oil supply chain</title>
		<author>
			<persName><forename type="first">A</forename><surname>Arena</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bianchini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Perazzo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Vallati</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Dini</surname></persName>
		</author>
		<idno type="DOI">10.1109/SMARTCOMP.2019.00049</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE International Conference on Smart Computing (SMARTCOMP)</title>
				<imprint>
			<date type="published" when="2019">2019. 2019</date>
			<biblScope unit="page" from="173" to="179" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Olive oil as case study for the *-chain platform</title>
		<author>
			<persName><forename type="first">S</forename><surname>Bistarelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Faloci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mori</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Taticchi</surname></persName>
		</author>
		<ptr target="org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 4th Workshop on Distributed Ledger Technology co-located with the Italian Conference on Cybersecurity 2022 (ITASEC 2022)</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">M</forename><surname>Pizzonia</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Vitaletti</surname></persName>
		</editor>
		<meeting>the 4th Workshop on Distributed Ledger Technology co-located with the Italian Conference on Cybersecurity 2022 (ITASEC 2022)<address><addrLine>Rome, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022-06-20">June 20, 2022. 2022</date>
			<biblScope unit="volume">3166</biblScope>
			<biblScope unit="page" from="94" to="102" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">Food Integrity Handbook: A Guide To Food Authenticity Issues And Analytical Solutions Chapter</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">A</forename><surname>Diego</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Luis</forename><surname>García González</surname></persName>
		</author>
		<author>
			<persName><forename type="first">*</forename></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Aparicio-Ruiz</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2018">2018</date>
			<publisher>Olive oil</publisher>
			<biblScope unit="volume">19</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<author>
			<persName><forename type="first">S</forename><surname>Nakamoto</surname></persName>
		</author>
		<title level="m">Bitcoin: A peer-to-peer electronic cash system</title>
				<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">blockchain technology in food safety and traceability concern to livestock products</title>
		<author>
			<persName><forename type="first">A</forename><surname>Patel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Brahmbhatt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bariya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Nayak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Singh</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.heliyon.2023.e16526</idno>
		<ptr target="https://doi.org/10.1016/j.heliyon.2023.e16526" />
	</analytic>
	<monogr>
		<title level="j">Heliyon</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page">e16526</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Application of blockchain technology in healthcare: A comprehensive study</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">B</forename><surname>Fekih</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lahami</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceeding of 18th International Conference of The Impact of Digital Technologies on Public Health in Developed and Developing Countries</title>
				<meeting>eeding of 18th International Conference of The Impact of Digital Technologies on Public Health in Developed and Developing Countries<address><addrLine>ICOST</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020">2020. 2020</date>
			<biblScope unit="page" from="268" to="276" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Towards a blockchain-based approach to fight drugs counterfeit</title>
		<author>
			<persName><forename type="first">R</forename><surname>Mars</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Youssouf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Cheikhrouhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Turki</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Tunisian-Algerian Joint Conference on Applied Computing (TACC 2021)</title>
				<meeting>the Tunisian-Algerian Joint Conference on Applied Computing (TACC 2021)<address><addrLine>Tabarka, Tunisia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="197" to="208" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
