SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1490
Consortium Blockchain Application for Agriculture and Food Supply
Chain Management
Ajeeth T1, Arunkumar M2, Chinnaraja V3, Gowri shankar G4, Kavinkumar M5
1,2,3,4UG student, 5Assistant professor, Department of Information Technology, SRM Valliammai engineering college,
Kattankulathur, Tamil Nadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - As the agriculture and food sector face many
problems in the traceability of agriculture productsandfoods.
In India it comprises of many small-scale farmers, they have
many difficulties such as traceability of supply chain, quality
and food safety, efficiency, less payment. To make agriculture
and food supply chain management effectively, we use
blockchain technology in our proposed system. Blockchain is
an immutable, distributed ledger-based technology by which
the transactions could be done in a decentralized waywithout
any intermediator. Blockchain can increase the efficiency,
reliability, and transparency of the supplychainmanagement.
We use Hyperledger fabric blockchaintechnologybywhich we
build a consortium-basedblockchainnetwork. Allstakeholders
in the supply chain such as farmer, production unit,
distributor, the retailer can interact with the system in an
immutable and decentralized way. Hyperledger Fabric has
many advantages than other blockchain frameworks in
performance, scalability, security. Wemakethesupplychainof
agriculture and food effectively with fewer expenses.
Key words: Blockchain, immutable, decentralized,
distributed ledger, consortium, Hyperledger fabric.
1. INTRODUCTION
There are many challenges in the food supply chainlikefood
traceability, correct fairs, food safety, lack of knowledge of
their supplies. As there is traditional supply chain system in
which it not beneficiary due to centralized system.
The traditional supply chain management is built over a
centralized system and the data in those system is not
tamper-proof. Since it is centralized system, the individual
participants such as farmer, producer, retailer and
distributor can’t able to know how their products is being
processed. Thus, a Blockchain based decentralized system
solution is implemented for easy traceabilityofproductsand
to have a tamper-proof record.
A Blockchain is a growing list of records,calledblocks,which
are linked using cryptography. Each block contains a
cryptographic hash of the previous block, a timestamp, and
transaction data. Blockchain has been in a lot of fields these
days. This is due to the immutable records, decentralized
system and distributed ledger-based storages
characteristics. We use this for efficient supply chain
management of agriculture and food products.
The blockchain technology was implemented in older
systems. But major decentralized system was implemented
in Ethereum platform. Ethereum platform is easy to
implement, but has many disadvantages such as low
transaction rate, public blockchain platform, no privacy of
data, no reliable consensus protocol.
We built the traditional supply chain system over
Hyperledger fabric blockchain framework which is
enterprise-grade, permissioned blockchain. Various actors
such as farmer, producer, distributor, and retailer interact
with the system for efficient supply chain management of
agriculture and food products. The distributed ledger
technology helpful in updating each peer database every
time a transaction is done in the blockchain network.
We design the system as a web application, in which the
individual participants such as the farmer, producer,
distributor, retailer can add their product records and trace
it using querying those products.
1.1 Literature survey
The study of the existing system is made on different system
supply chain solutions. The major system for supply chain
uses Ethereum blockchain framework. Kentatoh Toyoda
proposed a system called “A Novel Blockchain-Based
Product Ownership Management System (POMS) for Anti-
Counterfeits in the Post Supply Chain [1]”, which uses RFID
for data acquisition and used Ethereum smart contracts for
implementing the blockchain. In real world system theRFID
is used in many IoT based sensor, which collect the data of
the different devices and enter it into the blockchain
network. In real-time production environment, different
sensors are used for tracking different objects such as the
weather details, in producer units they use many sensors to
track the food details. For tracing the supply of soybean, a
blockchain-based supply chain system has developed by
Khaled Salah [2]. This Ethereum smart contracts are used in
another two systems “Smart Contract-Based Product
Traceability System in the Supply Chain Scenario [3]” and
“Modelling food supply chain traceability based on
blockchain network [4]”. Though it is easy to implement, it
lacks in many properties intermsoftransaction rate,privacy
and type of consensus protocol. Another system is
implemented by Prabu Devan S, they implement this supply
chain using the Hyperledger Sawtooth in the cloud. It also
uses RFID to collect data and integrate those data into the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1491
blockchain network. The cloud can be used for scalability of
the blockchain network. The main disadvantage of
blockchain is scalability and performance. This can be done
using the cloud technology. Thus, we use this Hyperledger
Fabric framework to overcome the above problems in the
supply chain management.
2. TECHNOLOGY
The system is implemented over the enterprise-grade
permissionedblockchainframework,Hyperledgerfabric.The
Hyperledgerfabricframeworkhasmanyadvantagesthanany
competing blockchain framework.
2.1 Blockchain technology
Blockchain is a technology by which a growing chain of
records which is linked using the cryptography called a hash
function. Blockchain technology is a decentralized, and a
distributed ledger-based system in which the record stored
are immutable. The records in the blockchain is stored as
from (sender), to (receiver), timestamp (time at which the
transaction is done). These data have been stored as records
and a hash function is generated for those data.Inblockchain
the data is stored as a block. The first block in the blockchain
is called Genesis block. It doesn’t have any hash value or
previous hash value. Then the following blocks contain
previous hash value and a hash value of its own. These are
linked in a chain and this chain is called blockchain.
The immutable records in the blockchain provides the
advantage such as tamper-proof data. If a data is record into
the blockchain it is difficult tochangeit.Thus,itprovideshigh
security of tampering the data. The distributed ledger
technology is where replication of the same data to all node
in the network is done. Thus, it provides fault tolerance and
data loss. This type of distributed ledger system needs to be
implemented in peer to peer communication systems. The
peer to peer communication refers to that there is no
centralized system to manage it. The systems need to
communicate with each other in a decentralized way.
This blockchain technology was first coined by Satoshi
Nakamoto by means of implementing Bitcoin. Bitcoin is a
cryptocurrency; in which it is used to send the money
between user to user without any centralized systems like a
bank. Now, this blockchain technology is been implemented
majorly in supply chain management. The use cases of
blockchain technology are:
 Supply chain management
 Healthcare
 Energy
 Transportation
 Financial sectors
Now these blockchain technology is being implementedover
many applications and they are mainly used in IoT based
application for tamper-proof of data. We implement this
blockchain technology in food and agriculture supply chain
management in which gives easy traceability of the products
between the different actors in the supply chain.
2.2 Hyperledger Fabric framework
Hyperledger framework is an enterprise-grade blockchain
framework used for implementing the blockchain over a
private network. This Hyperledger Fabric blockchain is a
permissioned blockchain framework,whichismeanttobuild
only for enterprise purpose.
The Hyperledger framework is an open-source blockchain
project maintained by Linux Foundation and many leading
companies contribute to this open-source project. It has
many advantages than others by means of privacy, high rate
of transactions, pluggable consensus protocol. For an
enterprise system, the system must be secured. Thus, here
the security is provided by means of CA (Certificate
Authorities) and MSP (Member Ship Providers). This
Hyperledger Fabric can execute 3000-3500 transactionsper
second, which is higher than other blockchain frameworks
such as Ethereum and Bitcoin. It uses a different strategy as
Execute-Order-Validatemechanism.Anothermainadvantage
is that the smart contracts can be implemented using of
known languages such as GO, JAVA, node.js and python. No
need for special languages to implement it.
3. IMPLEMENTATION
The proposed system is implemented over the Hyperledger
blockchain framework.Theimplementationprocessinvolves
different stages. The architecture of is shown in Fig-1. The
system has been module into four different modules. They
are:
 Web application module
 Fabric client module
 Security module
 Blockchain network module
Fig-1: Architecture
3.1 Web application module
The user interface for interacting with the blockchain
network has been built. This allows the differentparticipants
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1492
in the system such as the farmer, producer, distributor, and
retailer to interact here. This user interface is built as a web
application in which different forms are used to enter and
retrieve data from the blockchain network.
The web application is built using the Angular framework.
The Angular is chosen because it is easy to implement the
server-based application, dynamic web pages, speed and
performance.
Each user in the system has a unique identity. They use their
usernameand password forlogin into their system. This will
direct to their peer system. As in the case of thefarmerhehas
the form to create the product he produced on his farm. It
contains details about the product id, name of the product,
the date is produced. He can also create a shipment to
producer. These details are stored into the blockchain
network. He can able to query the products he created into
the blockchain network. In the case of the producer, he also
creates the products produced, creates a shipment to
distributer details, query all those data are done here. If the
actor was a distributor, he can only create a shipment to
retailer and query those data. If he was a retailer, he can only
query those products he received from the distributor.Every
time a transaction is executed it has been stored into the
blockchain network using fabric client SDK. This has been
implemented in the fabric client module.
3.2 Fabric client module
The user interface helps in interacting with the blockchain
network. The blockchain network works on a different
platform as frontend.Tointeractwithblockchainnetworkwe
need a middleware to communicate between the user
interface and blockchain network. The Hyperledger fabric
provides an API needed to interact with the system. This API
can be built using JAVA, node.js. Here we use node.js API.
The Hyperledger fabric provides an API called fabric-client
API, which can be used to execute operations in blockchain
networks. This API can be used to enrol the users of the
blockchain network, execute the chain code transactions,
connect to the network channel. For each participant in the
system, they execute the chain code using different API
services. This act as a server-side application. The express
node.js framework has been used for interacting with the
Angular user interface framework.
3.3 Security module
As mentioned above, the Hyperledger Fabric is a
permissioned blockchain. Thus, security is the mainconcern.
Hyperledger Fabric provides security using CA (Certificate
Authority), MSP (Member Ship Providers). This Hyperledger
fabric provides X.509 certificates through CA. The Member
Ship Providers provides policies to access differentsystemin
the blockchain network.
In production, they develop X.509 certificates as original, for
project purposes, the Hyperledger Fabric provides a tool to
generate the security credentials. The security credentials
include certificates for different users, membership policies,
public and privatekeys. The cryptogen tool is been is used to
provide these security credentials.
The first block in the blockchain is called the genesis block.
This is the block from which the chain of blocks connected
using hash functions. The genesis block doesn’t contain the
previous hash. This genesis block contains the different
membership policiesforthenodesintheblockchainnetwork.
This is generated through the configtxgen tool. This tool is
also used to generate the channel for the execution of the
transactions and communication between the nodes.
3.4 Blockchain network module
For a production system different system can be made a
setup for communication, for a project or experiment work
the Hyperledger Fabric framework provide docker based
setup for the different node in the system. In Hyperledger
Fabric, wehave two main nodes, one is the orderernode,and
another one is the peer node. The orderer nodes are used for
communication services in the blockchain network. For a
single organization, we can use SOLO messaging service. If a
multi-organization, then Kafka or raft ordering services can
be used. In our system wesetuponeordererforfourdifferent
organizations. The peer node is the individual node for each
organization. Our system has four different organizations as
farmer organization, producer organization, distributor
organization and retailer organization. The blockchain
network for is shown in Fig-2. Each organization has an
individual admin user and number of users. This is set up
using docker images and docker-compose file, whichcontain
the specification of different nodes in it.
Fig-2: Blockchain network
4. PROCESS
4.1 Creating a product record
In the system the farmer can create the product he produced
in the farm and the producer createtheproductheproduced.
They both log in to their system by their identity. Then they
navigate to create a product page, where they create their
products. This created product is stored in the blockchain
network. The farmer and producer can view the products he
wanted by querying it.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1493
4.2 Transporting the product record
After creating the product, when a farmer transports the
product to the producer, he creates a new record of
transaction using the transport form. This transaction is
stored into the blockchain network. This same process is
done for producer and distributor when they transport
products to the distributor and retailer respectively.
4.3 Querying the products
For getting the information about the products, the details
about the transaction can be queried from the respective
participants. If he is a farmer, he can query the product he
created, and transactions hehas done to the distributor. Ifhe
is a producer, he can query theproducthecreated,thefarmer
products created, and the transactions he has done. If he is a
distributor, he can query the transactions from the producer
and to the retailer. If he is a retailer, he can only query the
transaction done to him by the distributor.
Fig-3: Supply chain process
5. CONCLUSION
The traditional supply chain management in the blockchain
using Hyperledger Fabric framework and results in an
effective supply chain system, with immutable records,easy
traceability of products, and peer-to-peer communication
between the participants. In future it can be integrated with
the IoT sensors to automatically collect the data and send it
into the blockchain network.
REFERENCES
[1] Kentatoh Toyoda (Member IEEE), P. Takis
Mathiopoulos(Senior Member, IEEE), Iwao
Sasase(Senior Member, IEEE) and Tomoaki
ohtsuki(Senior Member,IEEE) (2017) ‘A Novel
Blockchain-Based Product Ownership Management
System (POMS) for Anti-Counterfeits in the Post Supply
Chain’- IEEE Access Volume 5.
[2] Khaled Salah, Nishara Nizamuddin, Raja Jayaraman,and
Mohammad Omar (2019) ‘Blockchain-Based Soybean
Traceability in Agricultural Supply Chain’- IEEE Access
Volume 7.
[3] Shangping Wang, Dongyi Li, Yaling Zhang and Juanjuan
Chen (2019)‘SmartContract-BasedProductTraceability
System in the Supply Chain Scenario’- IEEE Access
Volume 7.
[4] Fran Casino, Venetis Kanakaris, Thomas K. Dasaklis,
Socrates Moschuris, Nikolaos P. Rachaniots (2019)
‘Modeling food supply chain traceability based on
blockchain technology’- IFAC (International Federation
for Automation Control) berlin.
[5] Prabu Devan S, Ruthara Kumar V, Prasath N (2019) ‘A
Secure Cloud Based Food Supply Chain Traceability
Provenance using Blockchain’- International Research
Jpurnal of Engineering and Technology Volume 6.
[6] Guido Perboli(Member, IEEE), Stefano Musso and
Mariangela Rosano (2018) ‘Blockchain in logistics ans
supply chain : A lean approach for designing real-world
use cases’- IEEE Access Volume 6.
[7] Antonios Litke, Dimosthenis Anagnostopoulos and
Theodora Varvarigou (2019) ‘Blockchains for Supply
Chain Management: Architectural Elements and
Challenges Towards a Global Scale Deployment’–MDPI
article.
[8] Mohamed Shamout (2019) ‘Understanding Blockchain
Innovation in Supply Chain and Logistics Industry’-
International Journal of Innovative Technology and
Exploring Engineering (IJITEE) Volume-8.

More Related Content

What's hot

IoT and Blockchains - enhancing security and privacy
IoT and Blockchains - enhancing security and privacyIoT and Blockchains - enhancing security and privacy
IoT and Blockchains - enhancing security and privacyPaul Fremantle
 
IRJET- A Survey on Cryptography, Encryption and Compression Techniques
IRJET- A Survey on Cryptography, Encryption and Compression TechniquesIRJET- A Survey on Cryptography, Encryption and Compression Techniques
IRJET- A Survey on Cryptography, Encryption and Compression TechniquesIRJET Journal
 
Secure Key Encapsulation and Distribution Mechanism for Real Time Secure Mobi...
Secure Key Encapsulation and Distribution Mechanism for Real Time Secure Mobi...Secure Key Encapsulation and Distribution Mechanism for Real Time Secure Mobi...
Secure Key Encapsulation and Distribution Mechanism for Real Time Secure Mobi...IRJET Journal
 
Cost effective authentic and anonymous data sharing with forward security
Cost effective authentic and anonymous data sharing with forward securityCost effective authentic and anonymous data sharing with forward security
Cost effective authentic and anonymous data sharing with forward securityLeMeniz Infotech
 
Proxy-Oriented Data Uploading & Monitoring Remote Data Integrity in Public Cloud
Proxy-Oriented Data Uploading & Monitoring Remote Data Integrity in Public CloudProxy-Oriented Data Uploading & Monitoring Remote Data Integrity in Public Cloud
Proxy-Oriented Data Uploading & Monitoring Remote Data Integrity in Public CloudIRJET Journal
 
identity based encryption transformation for flexible sharing of encrypted da...
identity based encryption transformation for flexible sharing of encrypted da...identity based encryption transformation for flexible sharing of encrypted da...
identity based encryption transformation for flexible sharing of encrypted da...Venkat Projects
 
Data security for any organization by using public key infrastructure compone...
Data security for any organization by using public key infrastructure compone...Data security for any organization by using public key infrastructure compone...
Data security for any organization by using public key infrastructure compone...eSAT Publishing House
 
Accessing secured data in cloud computing environment
Accessing secured data in cloud computing environmentAccessing secured data in cloud computing environment
Accessing secured data in cloud computing environmentIJNSA Journal
 
COST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITY
COST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITYCOST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITY
COST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITYShakas Technologies
 
IRJET - Efficient Public Key Cryptosystem for Scalable Data Sharing in Cloud ...
IRJET - Efficient Public Key Cryptosystem for Scalable Data Sharing in Cloud ...IRJET - Efficient Public Key Cryptosystem for Scalable Data Sharing in Cloud ...
IRJET - Efficient Public Key Cryptosystem for Scalable Data Sharing in Cloud ...IRJET Journal
 
DEFCON28_2020_EthereumSecurity_PreventingDDoS_VDF
DEFCON28_2020_EthereumSecurity_PreventingDDoS_VDFDEFCON28_2020_EthereumSecurity_PreventingDDoS_VDF
DEFCON28_2020_EthereumSecurity_PreventingDDoS_VDFGokul Alex
 
Cost effective authentic and anonymous data sharing with forward security
Cost effective authentic and anonymous data sharing with forward securityCost effective authentic and anonymous data sharing with forward security
Cost effective authentic and anonymous data sharing with forward securityPvrtechnologies Nellore
 
1 importance of light weight authentication in iot
1 importance of light weight authentication in iot1 importance of light weight authentication in iot
1 importance of light weight authentication in iotChintan Patel
 
IRJET- Securing the Transfer of Confidential Data in Fiscal Devices using Blo...
IRJET- Securing the Transfer of Confidential Data in Fiscal Devices using Blo...IRJET- Securing the Transfer of Confidential Data in Fiscal Devices using Blo...
IRJET- Securing the Transfer of Confidential Data in Fiscal Devices using Blo...IRJET Journal
 
COST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITY
COST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITYCOST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITY
COST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITYNexgen Technology
 
IRJET- Decentralized Kyc System
IRJET- Decentralized Kyc SystemIRJET- Decentralized Kyc System
IRJET- Decentralized Kyc SystemIRJET Journal
 
A Noval Method for Data Auditing and Integrity Checking in Public Cloud
A Noval Method for Data Auditing and Integrity Checking in Public CloudA Noval Method for Data Auditing and Integrity Checking in Public Cloud
A Noval Method for Data Auditing and Integrity Checking in Public Cloudrahulmonikasharma
 
A Study on Applications of Blockchain
A Study on Applications of BlockchainA Study on Applications of Blockchain
A Study on Applications of Blockchainijtsrd
 
AnuuTech Whitepaper.pdf
AnuuTech Whitepaper.pdfAnuuTech Whitepaper.pdf
AnuuTech Whitepaper.pdfAnuuTech
 
IRJET - Securing Aadhaar Details using Blockchain
IRJET -  	  Securing Aadhaar Details using BlockchainIRJET -  	  Securing Aadhaar Details using Blockchain
IRJET - Securing Aadhaar Details using BlockchainIRJET Journal
 

What's hot (20)

IoT and Blockchains - enhancing security and privacy
IoT and Blockchains - enhancing security and privacyIoT and Blockchains - enhancing security and privacy
IoT and Blockchains - enhancing security and privacy
 
IRJET- A Survey on Cryptography, Encryption and Compression Techniques
IRJET- A Survey on Cryptography, Encryption and Compression TechniquesIRJET- A Survey on Cryptography, Encryption and Compression Techniques
IRJET- A Survey on Cryptography, Encryption and Compression Techniques
 
Secure Key Encapsulation and Distribution Mechanism for Real Time Secure Mobi...
Secure Key Encapsulation and Distribution Mechanism for Real Time Secure Mobi...Secure Key Encapsulation and Distribution Mechanism for Real Time Secure Mobi...
Secure Key Encapsulation and Distribution Mechanism for Real Time Secure Mobi...
 
Cost effective authentic and anonymous data sharing with forward security
Cost effective authentic and anonymous data sharing with forward securityCost effective authentic and anonymous data sharing with forward security
Cost effective authentic and anonymous data sharing with forward security
 
Proxy-Oriented Data Uploading & Monitoring Remote Data Integrity in Public Cloud
Proxy-Oriented Data Uploading & Monitoring Remote Data Integrity in Public CloudProxy-Oriented Data Uploading & Monitoring Remote Data Integrity in Public Cloud
Proxy-Oriented Data Uploading & Monitoring Remote Data Integrity in Public Cloud
 
identity based encryption transformation for flexible sharing of encrypted da...
identity based encryption transformation for flexible sharing of encrypted da...identity based encryption transformation for flexible sharing of encrypted da...
identity based encryption transformation for flexible sharing of encrypted da...
 
Data security for any organization by using public key infrastructure compone...
Data security for any organization by using public key infrastructure compone...Data security for any organization by using public key infrastructure compone...
Data security for any organization by using public key infrastructure compone...
 
Accessing secured data in cloud computing environment
Accessing secured data in cloud computing environmentAccessing secured data in cloud computing environment
Accessing secured data in cloud computing environment
 
COST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITY
COST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITYCOST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITY
COST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITY
 
IRJET - Efficient Public Key Cryptosystem for Scalable Data Sharing in Cloud ...
IRJET - Efficient Public Key Cryptosystem for Scalable Data Sharing in Cloud ...IRJET - Efficient Public Key Cryptosystem for Scalable Data Sharing in Cloud ...
IRJET - Efficient Public Key Cryptosystem for Scalable Data Sharing in Cloud ...
 
DEFCON28_2020_EthereumSecurity_PreventingDDoS_VDF
DEFCON28_2020_EthereumSecurity_PreventingDDoS_VDFDEFCON28_2020_EthereumSecurity_PreventingDDoS_VDF
DEFCON28_2020_EthereumSecurity_PreventingDDoS_VDF
 
Cost effective authentic and anonymous data sharing with forward security
Cost effective authentic and anonymous data sharing with forward securityCost effective authentic and anonymous data sharing with forward security
Cost effective authentic and anonymous data sharing with forward security
 
1 importance of light weight authentication in iot
1 importance of light weight authentication in iot1 importance of light weight authentication in iot
1 importance of light weight authentication in iot
 
IRJET- Securing the Transfer of Confidential Data in Fiscal Devices using Blo...
IRJET- Securing the Transfer of Confidential Data in Fiscal Devices using Blo...IRJET- Securing the Transfer of Confidential Data in Fiscal Devices using Blo...
IRJET- Securing the Transfer of Confidential Data in Fiscal Devices using Blo...
 
COST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITY
COST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITYCOST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITY
COST-EFFECTIVE AUTHENTIC AND ANONYMOUS DATA SHARING WITH FORWARD SECURITY
 
IRJET- Decentralized Kyc System
IRJET- Decentralized Kyc SystemIRJET- Decentralized Kyc System
IRJET- Decentralized Kyc System
 
A Noval Method for Data Auditing and Integrity Checking in Public Cloud
A Noval Method for Data Auditing and Integrity Checking in Public CloudA Noval Method for Data Auditing and Integrity Checking in Public Cloud
A Noval Method for Data Auditing and Integrity Checking in Public Cloud
 
A Study on Applications of Blockchain
A Study on Applications of BlockchainA Study on Applications of Blockchain
A Study on Applications of Blockchain
 
AnuuTech Whitepaper.pdf
AnuuTech Whitepaper.pdfAnuuTech Whitepaper.pdf
AnuuTech Whitepaper.pdf
 
IRJET - Securing Aadhaar Details using Blockchain
IRJET -  	  Securing Aadhaar Details using BlockchainIRJET -  	  Securing Aadhaar Details using Blockchain
IRJET - Securing Aadhaar Details using Blockchain
 

Similar to IRJET - Consortium Blockchain Application for Agriculture and Food Supply Chain Management

Creating An E-Commerce web application using Blockchain
Creating An E-Commerce web application using BlockchainCreating An E-Commerce web application using Blockchain
Creating An E-Commerce web application using BlockchainIRJET Journal
 
Electronic Health Records (EHR) storage using blockchain
Electronic Health Records (EHR) storage using blockchainElectronic Health Records (EHR) storage using blockchain
Electronic Health Records (EHR) storage using blockchainIRJET Journal
 
Implementing Blockchain based Architecture for Securing Electronic Health Rec...
Implementing Blockchain based Architecture for Securing Electronic Health Rec...Implementing Blockchain based Architecture for Securing Electronic Health Rec...
Implementing Blockchain based Architecture for Securing Electronic Health Rec...IRJET Journal
 
IRJET- Photogroup: Decentralized Web Application using Ethereum Blockchain
IRJET- Photogroup: Decentralized Web Application using Ethereum BlockchainIRJET- Photogroup: Decentralized Web Application using Ethereum Blockchain
IRJET- Photogroup: Decentralized Web Application using Ethereum BlockchainIRJET Journal
 
“ALERT SYSTEM FOR NEW USER TO CREATE SAFE AREA USING BLOCK CHAIN”
“ALERT SYSTEM FOR NEW USER TO CREATE SAFE AREA USING BLOCK CHAIN”“ALERT SYSTEM FOR NEW USER TO CREATE SAFE AREA USING BLOCK CHAIN”
“ALERT SYSTEM FOR NEW USER TO CREATE SAFE AREA USING BLOCK CHAIN”IRJET Journal
 
IRJET- Blockchain Technology in Cloud Computing : A Systematic Review
IRJET-  	  Blockchain Technology in Cloud Computing : A Systematic ReviewIRJET-  	  Blockchain Technology in Cloud Computing : A Systematic Review
IRJET- Blockchain Technology in Cloud Computing : A Systematic ReviewIRJET Journal
 
A Survey on Use of Blockchain Technology in Introducing Transparency in Charity
A Survey on Use of Blockchain Technology in Introducing Transparency in CharityA Survey on Use of Blockchain Technology in Introducing Transparency in Charity
A Survey on Use of Blockchain Technology in Introducing Transparency in CharityIRJET Journal
 
Real-life Application of a Decentralized System
Real-life Application of a Decentralized SystemReal-life Application of a Decentralized System
Real-life Application of a Decentralized SystemIRJET Journal
 
A decentralized consensus application using blockchain ecosystem
A decentralized consensus application using blockchain ecosystem  A decentralized consensus application using blockchain ecosystem
A decentralized consensus application using blockchain ecosystem IJECEIAES
 
IRJET - Improving Password System using Blockchain
IRJET - Improving Password System using BlockchainIRJET - Improving Password System using Blockchain
IRJET - Improving Password System using BlockchainIRJET Journal
 
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAINAN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAINIRJET Journal
 
Blockchain technology in Agriculture: Applications, Impact and future
Blockchain technology in Agriculture: Applications, Impact and futureBlockchain technology in Agriculture: Applications, Impact and future
Blockchain technology in Agriculture: Applications, Impact and futureIRJET Journal
 
Blockchain based electronic voting system
Blockchain based electronic voting systemBlockchain based electronic voting system
Blockchain based electronic voting systemIRJET Journal
 
IRJET- Different Blockchain Platforms and Algorithms
IRJET-  	  Different Blockchain Platforms and AlgorithmsIRJET-  	  Different Blockchain Platforms and Algorithms
IRJET- Different Blockchain Platforms and AlgorithmsIRJET Journal
 
Decentralized Car Hailing Application
Decentralized Car Hailing ApplicationDecentralized Car Hailing Application
Decentralized Car Hailing ApplicationIRJET Journal
 
BlockVote: Harnessing Blockchain for Transparent E-Voting
BlockVote: Harnessing Blockchain for Transparent E-VotingBlockVote: Harnessing Blockchain for Transparent E-Voting
BlockVote: Harnessing Blockchain for Transparent E-VotingIRJET Journal
 
IRJET- Food Supply Chain Management using Blockchain
IRJET- Food Supply Chain Management using BlockchainIRJET- Food Supply Chain Management using Blockchain
IRJET- Food Supply Chain Management using BlockchainIRJET Journal
 
A Robust finger Print Authentication Scheme viaBlockchain to retrieve Citizen...
A Robust finger Print Authentication Scheme viaBlockchain to retrieve Citizen...A Robust finger Print Authentication Scheme viaBlockchain to retrieve Citizen...
A Robust finger Print Authentication Scheme viaBlockchain to retrieve Citizen...IRJET Journal
 
IRJET - A Detailed Study on Cryptocurrency
IRJET -  	  A Detailed Study on CryptocurrencyIRJET -  	  A Detailed Study on Cryptocurrency
IRJET - A Detailed Study on CryptocurrencyIRJET Journal
 
IRJET- Secure Online Voting Systems using Block of Chunks
IRJET-  	  Secure Online Voting Systems using Block of ChunksIRJET-  	  Secure Online Voting Systems using Block of Chunks
IRJET- Secure Online Voting Systems using Block of ChunksIRJET Journal
 

Similar to IRJET - Consortium Blockchain Application for Agriculture and Food Supply Chain Management (20)

Creating An E-Commerce web application using Blockchain
Creating An E-Commerce web application using BlockchainCreating An E-Commerce web application using Blockchain
Creating An E-Commerce web application using Blockchain
 
Electronic Health Records (EHR) storage using blockchain
Electronic Health Records (EHR) storage using blockchainElectronic Health Records (EHR) storage using blockchain
Electronic Health Records (EHR) storage using blockchain
 
Implementing Blockchain based Architecture for Securing Electronic Health Rec...
Implementing Blockchain based Architecture for Securing Electronic Health Rec...Implementing Blockchain based Architecture for Securing Electronic Health Rec...
Implementing Blockchain based Architecture for Securing Electronic Health Rec...
 
IRJET- Photogroup: Decentralized Web Application using Ethereum Blockchain
IRJET- Photogroup: Decentralized Web Application using Ethereum BlockchainIRJET- Photogroup: Decentralized Web Application using Ethereum Blockchain
IRJET- Photogroup: Decentralized Web Application using Ethereum Blockchain
 
“ALERT SYSTEM FOR NEW USER TO CREATE SAFE AREA USING BLOCK CHAIN”
“ALERT SYSTEM FOR NEW USER TO CREATE SAFE AREA USING BLOCK CHAIN”“ALERT SYSTEM FOR NEW USER TO CREATE SAFE AREA USING BLOCK CHAIN”
“ALERT SYSTEM FOR NEW USER TO CREATE SAFE AREA USING BLOCK CHAIN”
 
IRJET- Blockchain Technology in Cloud Computing : A Systematic Review
IRJET-  	  Blockchain Technology in Cloud Computing : A Systematic ReviewIRJET-  	  Blockchain Technology in Cloud Computing : A Systematic Review
IRJET- Blockchain Technology in Cloud Computing : A Systematic Review
 
A Survey on Use of Blockchain Technology in Introducing Transparency in Charity
A Survey on Use of Blockchain Technology in Introducing Transparency in CharityA Survey on Use of Blockchain Technology in Introducing Transparency in Charity
A Survey on Use of Blockchain Technology in Introducing Transparency in Charity
 
Real-life Application of a Decentralized System
Real-life Application of a Decentralized SystemReal-life Application of a Decentralized System
Real-life Application of a Decentralized System
 
A decentralized consensus application using blockchain ecosystem
A decentralized consensus application using blockchain ecosystem  A decentralized consensus application using blockchain ecosystem
A decentralized consensus application using blockchain ecosystem
 
IRJET - Improving Password System using Blockchain
IRJET - Improving Password System using BlockchainIRJET - Improving Password System using Blockchain
IRJET - Improving Password System using Blockchain
 
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAINAN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
 
Blockchain technology in Agriculture: Applications, Impact and future
Blockchain technology in Agriculture: Applications, Impact and futureBlockchain technology in Agriculture: Applications, Impact and future
Blockchain technology in Agriculture: Applications, Impact and future
 
Blockchain based electronic voting system
Blockchain based electronic voting systemBlockchain based electronic voting system
Blockchain based electronic voting system
 
IRJET- Different Blockchain Platforms and Algorithms
IRJET-  	  Different Blockchain Platforms and AlgorithmsIRJET-  	  Different Blockchain Platforms and Algorithms
IRJET- Different Blockchain Platforms and Algorithms
 
Decentralized Car Hailing Application
Decentralized Car Hailing ApplicationDecentralized Car Hailing Application
Decentralized Car Hailing Application
 
BlockVote: Harnessing Blockchain for Transparent E-Voting
BlockVote: Harnessing Blockchain for Transparent E-VotingBlockVote: Harnessing Blockchain for Transparent E-Voting
BlockVote: Harnessing Blockchain for Transparent E-Voting
 
IRJET- Food Supply Chain Management using Blockchain
IRJET- Food Supply Chain Management using BlockchainIRJET- Food Supply Chain Management using Blockchain
IRJET- Food Supply Chain Management using Blockchain
 
A Robust finger Print Authentication Scheme viaBlockchain to retrieve Citizen...
A Robust finger Print Authentication Scheme viaBlockchain to retrieve Citizen...A Robust finger Print Authentication Scheme viaBlockchain to retrieve Citizen...
A Robust finger Print Authentication Scheme viaBlockchain to retrieve Citizen...
 
IRJET - A Detailed Study on Cryptocurrency
IRJET -  	  A Detailed Study on CryptocurrencyIRJET -  	  A Detailed Study on Cryptocurrency
IRJET - A Detailed Study on Cryptocurrency
 
IRJET- Secure Online Voting Systems using Block of Chunks
IRJET-  	  Secure Online Voting Systems using Block of ChunksIRJET-  	  Secure Online Voting Systems using Block of Chunks
IRJET- Secure Online Voting Systems using Block of Chunks
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 

IRJET - Consortium Blockchain Application for Agriculture and Food Supply Chain Management

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1490 Consortium Blockchain Application for Agriculture and Food Supply Chain Management Ajeeth T1, Arunkumar M2, Chinnaraja V3, Gowri shankar G4, Kavinkumar M5 1,2,3,4UG student, 5Assistant professor, Department of Information Technology, SRM Valliammai engineering college, Kattankulathur, Tamil Nadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - As the agriculture and food sector face many problems in the traceability of agriculture productsandfoods. In India it comprises of many small-scale farmers, they have many difficulties such as traceability of supply chain, quality and food safety, efficiency, less payment. To make agriculture and food supply chain management effectively, we use blockchain technology in our proposed system. Blockchain is an immutable, distributed ledger-based technology by which the transactions could be done in a decentralized waywithout any intermediator. Blockchain can increase the efficiency, reliability, and transparency of the supplychainmanagement. We use Hyperledger fabric blockchaintechnologybywhich we build a consortium-basedblockchainnetwork. Allstakeholders in the supply chain such as farmer, production unit, distributor, the retailer can interact with the system in an immutable and decentralized way. Hyperledger Fabric has many advantages than other blockchain frameworks in performance, scalability, security. Wemakethesupplychainof agriculture and food effectively with fewer expenses. Key words: Blockchain, immutable, decentralized, distributed ledger, consortium, Hyperledger fabric. 1. INTRODUCTION There are many challenges in the food supply chainlikefood traceability, correct fairs, food safety, lack of knowledge of their supplies. As there is traditional supply chain system in which it not beneficiary due to centralized system. The traditional supply chain management is built over a centralized system and the data in those system is not tamper-proof. Since it is centralized system, the individual participants such as farmer, producer, retailer and distributor can’t able to know how their products is being processed. Thus, a Blockchain based decentralized system solution is implemented for easy traceabilityofproductsand to have a tamper-proof record. A Blockchain is a growing list of records,calledblocks,which are linked using cryptography. Each block contains a cryptographic hash of the previous block, a timestamp, and transaction data. Blockchain has been in a lot of fields these days. This is due to the immutable records, decentralized system and distributed ledger-based storages characteristics. We use this for efficient supply chain management of agriculture and food products. The blockchain technology was implemented in older systems. But major decentralized system was implemented in Ethereum platform. Ethereum platform is easy to implement, but has many disadvantages such as low transaction rate, public blockchain platform, no privacy of data, no reliable consensus protocol. We built the traditional supply chain system over Hyperledger fabric blockchain framework which is enterprise-grade, permissioned blockchain. Various actors such as farmer, producer, distributor, and retailer interact with the system for efficient supply chain management of agriculture and food products. The distributed ledger technology helpful in updating each peer database every time a transaction is done in the blockchain network. We design the system as a web application, in which the individual participants such as the farmer, producer, distributor, retailer can add their product records and trace it using querying those products. 1.1 Literature survey The study of the existing system is made on different system supply chain solutions. The major system for supply chain uses Ethereum blockchain framework. Kentatoh Toyoda proposed a system called “A Novel Blockchain-Based Product Ownership Management System (POMS) for Anti- Counterfeits in the Post Supply Chain [1]”, which uses RFID for data acquisition and used Ethereum smart contracts for implementing the blockchain. In real world system theRFID is used in many IoT based sensor, which collect the data of the different devices and enter it into the blockchain network. In real-time production environment, different sensors are used for tracking different objects such as the weather details, in producer units they use many sensors to track the food details. For tracing the supply of soybean, a blockchain-based supply chain system has developed by Khaled Salah [2]. This Ethereum smart contracts are used in another two systems “Smart Contract-Based Product Traceability System in the Supply Chain Scenario [3]” and “Modelling food supply chain traceability based on blockchain network [4]”. Though it is easy to implement, it lacks in many properties intermsoftransaction rate,privacy and type of consensus protocol. Another system is implemented by Prabu Devan S, they implement this supply chain using the Hyperledger Sawtooth in the cloud. It also uses RFID to collect data and integrate those data into the
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1491 blockchain network. The cloud can be used for scalability of the blockchain network. The main disadvantage of blockchain is scalability and performance. This can be done using the cloud technology. Thus, we use this Hyperledger Fabric framework to overcome the above problems in the supply chain management. 2. TECHNOLOGY The system is implemented over the enterprise-grade permissionedblockchainframework,Hyperledgerfabric.The Hyperledgerfabricframeworkhasmanyadvantagesthanany competing blockchain framework. 2.1 Blockchain technology Blockchain is a technology by which a growing chain of records which is linked using the cryptography called a hash function. Blockchain technology is a decentralized, and a distributed ledger-based system in which the record stored are immutable. The records in the blockchain is stored as from (sender), to (receiver), timestamp (time at which the transaction is done). These data have been stored as records and a hash function is generated for those data.Inblockchain the data is stored as a block. The first block in the blockchain is called Genesis block. It doesn’t have any hash value or previous hash value. Then the following blocks contain previous hash value and a hash value of its own. These are linked in a chain and this chain is called blockchain. The immutable records in the blockchain provides the advantage such as tamper-proof data. If a data is record into the blockchain it is difficult tochangeit.Thus,itprovideshigh security of tampering the data. The distributed ledger technology is where replication of the same data to all node in the network is done. Thus, it provides fault tolerance and data loss. This type of distributed ledger system needs to be implemented in peer to peer communication systems. The peer to peer communication refers to that there is no centralized system to manage it. The systems need to communicate with each other in a decentralized way. This blockchain technology was first coined by Satoshi Nakamoto by means of implementing Bitcoin. Bitcoin is a cryptocurrency; in which it is used to send the money between user to user without any centralized systems like a bank. Now, this blockchain technology is been implemented majorly in supply chain management. The use cases of blockchain technology are:  Supply chain management  Healthcare  Energy  Transportation  Financial sectors Now these blockchain technology is being implementedover many applications and they are mainly used in IoT based application for tamper-proof of data. We implement this blockchain technology in food and agriculture supply chain management in which gives easy traceability of the products between the different actors in the supply chain. 2.2 Hyperledger Fabric framework Hyperledger framework is an enterprise-grade blockchain framework used for implementing the blockchain over a private network. This Hyperledger Fabric blockchain is a permissioned blockchain framework,whichismeanttobuild only for enterprise purpose. The Hyperledger framework is an open-source blockchain project maintained by Linux Foundation and many leading companies contribute to this open-source project. It has many advantages than others by means of privacy, high rate of transactions, pluggable consensus protocol. For an enterprise system, the system must be secured. Thus, here the security is provided by means of CA (Certificate Authorities) and MSP (Member Ship Providers). This Hyperledger Fabric can execute 3000-3500 transactionsper second, which is higher than other blockchain frameworks such as Ethereum and Bitcoin. It uses a different strategy as Execute-Order-Validatemechanism.Anothermainadvantage is that the smart contracts can be implemented using of known languages such as GO, JAVA, node.js and python. No need for special languages to implement it. 3. IMPLEMENTATION The proposed system is implemented over the Hyperledger blockchain framework.Theimplementationprocessinvolves different stages. The architecture of is shown in Fig-1. The system has been module into four different modules. They are:  Web application module  Fabric client module  Security module  Blockchain network module Fig-1: Architecture 3.1 Web application module The user interface for interacting with the blockchain network has been built. This allows the differentparticipants
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1492 in the system such as the farmer, producer, distributor, and retailer to interact here. This user interface is built as a web application in which different forms are used to enter and retrieve data from the blockchain network. The web application is built using the Angular framework. The Angular is chosen because it is easy to implement the server-based application, dynamic web pages, speed and performance. Each user in the system has a unique identity. They use their usernameand password forlogin into their system. This will direct to their peer system. As in the case of thefarmerhehas the form to create the product he produced on his farm. It contains details about the product id, name of the product, the date is produced. He can also create a shipment to producer. These details are stored into the blockchain network. He can able to query the products he created into the blockchain network. In the case of the producer, he also creates the products produced, creates a shipment to distributer details, query all those data are done here. If the actor was a distributor, he can only create a shipment to retailer and query those data. If he was a retailer, he can only query those products he received from the distributor.Every time a transaction is executed it has been stored into the blockchain network using fabric client SDK. This has been implemented in the fabric client module. 3.2 Fabric client module The user interface helps in interacting with the blockchain network. The blockchain network works on a different platform as frontend.Tointeractwithblockchainnetworkwe need a middleware to communicate between the user interface and blockchain network. The Hyperledger fabric provides an API needed to interact with the system. This API can be built using JAVA, node.js. Here we use node.js API. The Hyperledger fabric provides an API called fabric-client API, which can be used to execute operations in blockchain networks. This API can be used to enrol the users of the blockchain network, execute the chain code transactions, connect to the network channel. For each participant in the system, they execute the chain code using different API services. This act as a server-side application. The express node.js framework has been used for interacting with the Angular user interface framework. 3.3 Security module As mentioned above, the Hyperledger Fabric is a permissioned blockchain. Thus, security is the mainconcern. Hyperledger Fabric provides security using CA (Certificate Authority), MSP (Member Ship Providers). This Hyperledger fabric provides X.509 certificates through CA. The Member Ship Providers provides policies to access differentsystemin the blockchain network. In production, they develop X.509 certificates as original, for project purposes, the Hyperledger Fabric provides a tool to generate the security credentials. The security credentials include certificates for different users, membership policies, public and privatekeys. The cryptogen tool is been is used to provide these security credentials. The first block in the blockchain is called the genesis block. This is the block from which the chain of blocks connected using hash functions. The genesis block doesn’t contain the previous hash. This genesis block contains the different membership policiesforthenodesintheblockchainnetwork. This is generated through the configtxgen tool. This tool is also used to generate the channel for the execution of the transactions and communication between the nodes. 3.4 Blockchain network module For a production system different system can be made a setup for communication, for a project or experiment work the Hyperledger Fabric framework provide docker based setup for the different node in the system. In Hyperledger Fabric, wehave two main nodes, one is the orderernode,and another one is the peer node. The orderer nodes are used for communication services in the blockchain network. For a single organization, we can use SOLO messaging service. If a multi-organization, then Kafka or raft ordering services can be used. In our system wesetuponeordererforfourdifferent organizations. The peer node is the individual node for each organization. Our system has four different organizations as farmer organization, producer organization, distributor organization and retailer organization. The blockchain network for is shown in Fig-2. Each organization has an individual admin user and number of users. This is set up using docker images and docker-compose file, whichcontain the specification of different nodes in it. Fig-2: Blockchain network 4. PROCESS 4.1 Creating a product record In the system the farmer can create the product he produced in the farm and the producer createtheproductheproduced. They both log in to their system by their identity. Then they navigate to create a product page, where they create their products. This created product is stored in the blockchain network. The farmer and producer can view the products he wanted by querying it.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1493 4.2 Transporting the product record After creating the product, when a farmer transports the product to the producer, he creates a new record of transaction using the transport form. This transaction is stored into the blockchain network. This same process is done for producer and distributor when they transport products to the distributor and retailer respectively. 4.3 Querying the products For getting the information about the products, the details about the transaction can be queried from the respective participants. If he is a farmer, he can query the product he created, and transactions hehas done to the distributor. Ifhe is a producer, he can query theproducthecreated,thefarmer products created, and the transactions he has done. If he is a distributor, he can query the transactions from the producer and to the retailer. If he is a retailer, he can only query the transaction done to him by the distributor. Fig-3: Supply chain process 5. CONCLUSION The traditional supply chain management in the blockchain using Hyperledger Fabric framework and results in an effective supply chain system, with immutable records,easy traceability of products, and peer-to-peer communication between the participants. In future it can be integrated with the IoT sensors to automatically collect the data and send it into the blockchain network. REFERENCES [1] Kentatoh Toyoda (Member IEEE), P. Takis Mathiopoulos(Senior Member, IEEE), Iwao Sasase(Senior Member, IEEE) and Tomoaki ohtsuki(Senior Member,IEEE) (2017) ‘A Novel Blockchain-Based Product Ownership Management System (POMS) for Anti-Counterfeits in the Post Supply Chain’- IEEE Access Volume 5. [2] Khaled Salah, Nishara Nizamuddin, Raja Jayaraman,and Mohammad Omar (2019) ‘Blockchain-Based Soybean Traceability in Agricultural Supply Chain’- IEEE Access Volume 7. [3] Shangping Wang, Dongyi Li, Yaling Zhang and Juanjuan Chen (2019)‘SmartContract-BasedProductTraceability System in the Supply Chain Scenario’- IEEE Access Volume 7. [4] Fran Casino, Venetis Kanakaris, Thomas K. Dasaklis, Socrates Moschuris, Nikolaos P. Rachaniots (2019) ‘Modeling food supply chain traceability based on blockchain technology’- IFAC (International Federation for Automation Control) berlin. [5] Prabu Devan S, Ruthara Kumar V, Prasath N (2019) ‘A Secure Cloud Based Food Supply Chain Traceability Provenance using Blockchain’- International Research Jpurnal of Engineering and Technology Volume 6. [6] Guido Perboli(Member, IEEE), Stefano Musso and Mariangela Rosano (2018) ‘Blockchain in logistics ans supply chain : A lean approach for designing real-world use cases’- IEEE Access Volume 6. [7] Antonios Litke, Dimosthenis Anagnostopoulos and Theodora Varvarigou (2019) ‘Blockchains for Supply Chain Management: Architectural Elements and Challenges Towards a Global Scale Deployment’–MDPI article. [8] Mohamed Shamout (2019) ‘Understanding Blockchain Innovation in Supply Chain and Logistics Industry’- International Journal of Innovative Technology and Exploring Engineering (IJITEE) Volume-8.