SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 373
Block Chain Based Banking Application
Miss. Patil Snehal A.1, Mr.Mohire Abhishek S.2, Miss. Vibhute Aishwarya Ulhas3,
Miss. Shaikh Rabana Sharif4, Miss. Mali Jyoti Ashok5
1,2,3,4,5BE Student of Department of Computer Science and Engineering, AGTI’S Dr. Daulatrao Aher College of Engg,
Karad, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract— Blockchain technology is a core, underlying
technology with promising application prospects in the
banking industry. To date, blockchain technology is
relevant in all areas and the banking system is not an
exception. blockchains could revolutionize the underlying
technology of the payment clearing and credit information
systems in banks, thus upgrading and transforming them.
block chain technology should be introduced in the
modern banking system, since they provide control over
crypto currency that will help in counteracting money-
laundering and financing of terrorism in the country and
around the world
Keywords— lockchain, Benefits from Blockchain,
Decentralized consensus, Features of Blockchain, Security
Aspects of Blockchain, Smart contracts, Trusted
Computing,
Banking.
I. INTRODUCTION
The blockchain is the public ledger of all Bitcoin
transactions that have ever been executed. It is
constantly growing as miners add new blocks to it (every
10 minutes) to record the most recent transactions. The
blocks are added to the blockchain in a linear,
chronological order. Each full node (i.e., every computer
connected to the Bitcoin network using a client that
performs the task of validating and relaying
transactions) has a copy of the blockchain, which is
downloaded automatically when the miner joins the
Bitcoin network. The blockchain has complete
information about addresses and balances from the
genesis block (the very first transactions ever executed)
to the most recently completed block. The blockchain as
a public ledger means that it is easy to query any block
explorer (such as https://blockchain.info/) for
transactions associated with a particular Bitcoin
address—for example, you can look up your own wallet
address to see the transaction in which you received
your first Bitcoin.
1.1 Need of Reserch
‱Blockchain is Reshaping the Banking Sector
The banking industry is strictly regulated in all
jurisdictions, while banking sector representatives are
distinguished by their conservative attitudes. But the
wide dissemination of blockchain in the recent years, the
overwhelming popularity of cryptocurrencies, and the
ICO boom have contributed to the fact that the
management of many banks and financial organizations
no longer deny the potential of blockchain technology.
‱ Cost Savings
At its most basic, blockchain can be a useful and
efficient way for financial institutions to manage the
books and involve the customer in the process. For
example, banks can use blockchain technology to give
customers granular details of where their money is
invested and when interest payments come through.
Instead of encoding and issuing ATM cards, banks can
create and use securely encrypted apps based on
blockchain. By adopting this technology, financial
institutions can save money and grant customers more
safety, power and control over the money they entrust in
those institutions.
‱ Accountability
It’s rarely discussed, but computerization and
software have done wonders to reduce both external
fraud and internal misuse of company assets. It’s much
harder for an employee to fudge the books when those
books are digitally generated, and you can check who last
logged into the computer to change them, after all. But
blockchain promises to further reduce increasingly rare
incidents of fraud for financial institutions who adopt the
technology. Blockchain technology makes all
transactions easy to check and makes it impossible to
change every backup of the books. Therefore, fraud
attempts can be stopped before money leaves the bank
and customer accounts will be protected.
‱ Blockchain is virtually impossible to hack
While hackers can break into traditional
networks and find all the data in a single repository and
exfiltrate it or corrupt it, the blockchain makes this
unfeasibly hard. The data is decentralized, encrypted,
and cross-checked by the whole network. Once a record
is on the ledger it’s almost impossible to alter or remove
without it being noticed and invalidating the signature.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 374
II. LITERATURE SURVEY
Androulaki, E., Karame, G.O., Roeschlin, M.,
Scherer, T. and Capkun, S., 2013. Evaluating user privacy
in bitcoin. In Financial Cryptography and Data Security
(pp. 34-51). Springer Berlin Heidelberg The world has
globalized and so are the operations and the business
carrying out in the market of this world. As suggested by
TReid and Harrigan (2013), world is now a global village.
The importance of economy and currency cannot be
neglected. Where there raised a situation where the
business is taking place without any consideration of
boundaries and walls, there should be easy availability of
currency as well. Several approaches have been made
towards making the payment method easier and faster.
The concept of e-money and e-commerce has long been
used in the market (Mkiers et al. 3013). Contemporary
situation has witnessed the importance of mobile wallet
and transfer of money using applications in mobile
phones. All these things are welcoming an approach
towards a kind of money that could be used in the
business. One such concept is the introduction of Bitcoin.
Barber, S., Boyen, X., Shi, E. and Uzun, E., 2012. Bitter to
better—how to make bitcoin a better currency. In
Financial cryptography and data security (pp. 399-414).
Springer Berlin Heidelberg The Bitcoin operates in the
manner as the ATM that includes a string of numbers or
letters attached in a particular fashion. A pin is often
offered to the user of the Bitcoin account for carrying out
any kind of monetary transaction with any person
throughout the world (Androulaki et al. 2013). However,
in the year 2014, IRS declared that all digital currencies
are to be charged with certain amount of transaction
charges. Any gain or loss suffered in the Bitcoin will b
considered as the gain or loss of the country as a whole.
Thus, the transaction is to be included in the GDP of the
country. This created an alarm among the users of the
digital money system. The miners were the main users of
this currency.
III. METHODOLGY
A) Blockchain Technology: How does it work?
We explain the concept of the blockchain by
explaining how Bitcoin works since it is intrinsically
linked to the Bitcoin. However, the blockchain
technology is applicable to any digital asset transaction
exchanged online. The blockchain is a decentralized
distributed ledger. Speaking in a human language — it is
a network of computers having an identical copy of the
database and changing its state (records) by a common
agreement based on pure Mathematics.
Fig.3.1 Modules
B) Implementation Details
i) UI Module
This module provides Front end UI of our system
without blockchain support/storage. It shows banking
transactions without blockchain i.e. using simple
database storage.It allows to client signup with system
and makes transactions, request fund from trusted party
by exchanging currency with DC coins. Trusted party has
rights to transfer fund on request.System generates
account identifier using SHA256 algorithm and uses
GUID to differentiate transactions from each other. In
addition of that, it provides interfaces for login,
dashboard, send fund, receive fund and request fund etc.
To make system more secure it uses OTP during login
process.
ii) Block Generator and Web Miner Module
In previous module, we have created required UI for
customers for sending and receiving DC coins without
support of Block Chain Platform.In this module we are
going to create blockchain on a single node/server and a
simple proof of work (mining) System.Blockchain is a
chain/list of blocks. Each block has their own
hash/digital signature. Once blockchain is formed then
we will check its integrity by looping through blocks in
blockchain i.e. checking current block previous hash is
same as previous block hash and current hash with
newly calculated hash. This is called as “Proof of Work”.
Any tampering with old block – requires to create whole
block chain again.
iii) Transactions and wallet Module
In module 2, we have stored only plain transaction
message as data. In this module we are going to replace
data with Transaction details and customer’s wallet with
public and private keys generated using Elliptic-curve
ryptography
For our DC coin, public key will acts as sender address
hence it is OK to send share public key with others to
receive payment. Our private key is used to sign our
transactions so that nobody can spend/use our coins
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 375
other than owner of private key. During transaction,
public key will be sent and can be used to verify that our
signature is valid and data is not tampered. Because
signature consists of Sender+To+NoofCoins The private
key is used to sign the data we don’t want to be
tampered with. The public key is used to verify the
signature i.e. its integrity.
iv) Peer to Peer Networks to Node
In Module 2, we have created only one node/server.
In this we are going to create 2/3 nodes which will form
P2P networks.Each node will maintain their copy of
Blockchain and web miner will verify integrity
throughout network. Here we are going to use Proof-of-
Authority (PoA) is a consensus algorithm which can be
used for permissioned ledgers. It uses a set of
‘authorities’, which are designated nodes that are
allowed to create new blocks and secure the ledger.
Ledgers using PoA require sign-off by a majority of
authorities in order for a block to be created.And Block
Storage is nothing but ledger and database to store
details of blockchain
IV. SOFTWARE DESIGN
A) Data flow diagram:
A data flow diagram (DFD) is a graphical
representation of the "flow" of data through an
information system, modelling its process aspects. A DFD
is often used as a preliminary step to create an overview
of the system without going into great detail, which can
later be elaborated. A context diagram is a top level (also
known as "Level 0") data flow diagram. It only contains
one process node ("Process 0") that generalizes the
function of the entire system in relationship to external
entities. DFD Layers.... Draw the context diagram first,
followed by various layers of data flow diagrams. DFD
Levels.
Fig. DFD Design
1st Level DFD:
Fig.1st Level DFD
2nd Level DFD:
Fig.2nd Level DFD
B) Flow Chart:
A flowchart is a type of diagram that represents an
algorithm, workflow or process. The flowchart shows
the steps as boxes of various kinds, and their order by
connecting the boxes with arrows. This diagrammatic
representation illustrates a solution model to a given
problem. Flowchart diagram for sender side:
Fig.Flow Chart
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 376
V. THE SCOPE OF BLOCKCHAIN TECHNOLOGY IN THE
BANKING SECTOR
As banks need to make numerous transactions every
day, Blockchain technology could be of enormous
significance by bringing in security and genuineness in
transactions. Endorsing an idea of trust economy,
Blockchain can give financial institutions an opportunity
to win the faith and confidence of their customers.
Blockchain is a technological advancement that will
transform the financial services provided by banks. The
global financial system serves billions of individuals and
businesses, bringing in trillions of dollars in circulation
every day
A) Benefits of Blockchain:
 Speeding up transactions
 Blockchain’s verification system has the
potential to enable near to or real-time
processing and settlement of transactions.
 Cutting costs and complexity
 Blockchain can be used to orchestrate and
automate interactions with external parties, as
well as within your own processes.
 Reducing data duplication
 Blockchain provides a single shared view of the
truth in your network, reducing data entry
duplication and reconciliation.
 Increasing resilience
 Due to the distributed nature of blockchain,
there is no single point of failure. This makes it
significantly more resilient than current
systems.
B) Existing System:
Traditional systems tend to be cumbersome, error-
prone and maddeningly slow. Intermediaries are often
needed to mediate the process and resolve conflicts.
Naturally, this costs stress, time, and money. In contrast,
users find the blockchain cheaper, more transparent, and
more effective.
C) Proposed System:
Trusted Third Party[ Has sufficient amount of fund]
DCoins
Customer will first register with bank. Bank will provide
UserName and Password[Hash Code] and will send via
mail to customer account- Customer will request fund to
TTP and TTP will assign no of coins to customer
Steps
======
1. Register customer
Email : jaishwarya9996@gmail.com
Password: admin123
Confirm Password: admin123
Register ====> Send Mail [ Account Identifier]
2. Login ===> Enter Account identifier and password
3. Request Fund
---------------------
Amt:
<Next> ===> Request submitted to Third Party
VI. FUTURE SCOPE
Currently we are going to implement blockchain system
for banking online transfer transactions. But it is equally
applicable for following domains with few changes
‱- Password or any personal identification
‱- Healthcare
‱- Government Services
‱- IOT
‱- Financial Service
VII.CONCLUSIONS
‱ It is useful to understand blockchains in the context of
bitcoin, but you should not assume that all blockchain
ecosystems need bitcoin mechanisms such as proof of
work, longest chain rule, etc. Bitcoin is the first attempt
at
‱ maintaining a decentralised, public ledger with no
formal control or governance. There are significant
challenges involved.
‱ On the other hand, private distributed ledgers and
blockchains can be deployed to solve other sets of
problems. As ever, there are tradeoffs and pros and
cons to each solution, and you need to consider these
individually for each individual use case.
VIII. ACKNOWLEDMENT
We would like to give the special thanks to the computer
science engineering department of the college DACOE
HOD Prof. Ashish N. Patil and Project guide Prof. Sayali P.
Shinde to have their guidance. We are also thankful to
the technologies that we have used to have such format
of paper.
REFERENCES
1. Anonymous Post-Quantum Cryptocash [pdf,
cached pdf, bib] Huang Zhang, Fangguo Zhang,
Haibo Tian, Man Ho AuIn Proc. of: Proceedings
of the 22nd International Conference on
Financial Cryptography and Data Security (FC).
Springer, 2018,
2. A Taxonomy of Blockchain-Based Systems for
Architecture Design [pdf, cached pdf, bib]Xiwei
Xu, Ingo Weber, Mark Staples, Liming Zhu, Jan
Bosch, Len Bass, Cesare Pautasso, Paul RimbaIn
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 377
Proc. of: Software Architecture (ICSA), 2017
IEEE International Conference on, 2017,
3. Proof of Luck: An Efficient Blockchain Consensus
Protocol [pdf, cached pdf, bib]Mitar Milutinovic,
Warren He, Howard Wu, Maxinder KanwalIn
Proc. of: SysTEX '16 Proceedings of the 1st
Workshop on System Software for Trusted
Execution, 2016, ACM
4. A first look at the usability of bitcoin key
management [pdf, cached pdf, bib]Shayan
Eskandari, David Barrera, Elizabeth Stobert,
Jeremy ClarkIn Proc. of: Workshop on Usable
Security (USEC), 2015,
5. On Decentralizing Prediction Markets and Order
Books [pdf, cached pdf, bib]Jeremy Clark, Joseph
Bonneau, Edward W Felten, Joshua A Kroll,
Andrew Miller, Arvind NarayananIn Proc. of:
WEIS, 2014,
6. Zerocoin: Anonymous distributed e-cash from
bitcoin [pdf, cached pdf, bib]Ian Miers, Christina
Garman, Matthew Green, Aviel D RubinIn Proc.
of: Security and Privacy (SP), 2013 IEEE
Symposium on, 2013,
7. Traveling the Silk Road: A measurement analysis
of a large anonymous online marketplace [pdf,
cached pdf, bib] Nicolas ChristinIn Proc. of:
Proceedings of the 22nd World Wide Web
Conference (WWW'13), 2013.

Weitere Àhnliche Inhalte

Was ist angesagt?

Blockchain in FinTech
Blockchain in FinTechBlockchain in FinTech
Blockchain in FinTechAurobindo Nayak
 
Blockchain Technology Fundamentals
Blockchain Technology FundamentalsBlockchain Technology Fundamentals
Blockchain Technology FundamentalsExperfy
 
E commerce
E commerceE commerce
E commercelubnashirin
 
Blockchain in ecommerce
Blockchain in ecommerceBlockchain in ecommerce
Blockchain in ecommercezaarahary
 
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
 
Doing Business of Blockchain in India
Doing Business of Blockchain in IndiaDoing Business of Blockchain in India
Doing Business of Blockchain in IndiaEquiCorp Associates
 
Blockchain Technology Report 2018
Blockchain Technology Report 2018Blockchain Technology Report 2018
Blockchain Technology Report 2018Ranvijay Singh
 
Blockchain
BlockchainBlockchain
BlockchainLiam Moore
 
Blockchain technology-report-final
Blockchain technology-report-finalBlockchain technology-report-final
Blockchain technology-report-finalRishabhMalik32
 
Blockchain technology and bitcoin currency
Blockchain technology and bitcoin currencyBlockchain technology and bitcoin currency
Blockchain technology and bitcoin currencyM S Siddiqui
 
foundation of electronic commerce
foundation of electronic commercefoundation of electronic commerce
foundation of electronic commerceRoohul Amin
 
Expanding Beyond Cryptocurrency in the Digital World using Blockchain Technology
Expanding Beyond Cryptocurrency in the Digital World using Blockchain TechnologyExpanding Beyond Cryptocurrency in the Digital World using Blockchain Technology
Expanding Beyond Cryptocurrency in the Digital World using Blockchain TechnologyYogeshIJTSRD
 
Metamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain EcosystemMetamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain EcosystemDr. Amarjeet Singh
 
Blockchain Security Issues and Challenges
Blockchain Security Issues and Challenges Blockchain Security Issues and Challenges
Blockchain Security Issues and Challenges Merlec Mpyana
 
E banking offences and interrelated laws in bangladesh
E banking offences and interrelated laws in bangladeshE banking offences and interrelated laws in bangladesh
E banking offences and interrelated laws in bangladeshAlexander Decker
 
Minning of Bitcoin Technology
Minning of Bitcoin TechnologyMinning of Bitcoin Technology
Minning of Bitcoin TechnologyEECJOURNAL
 
Webinar: Blockchain – A Revolution You Can’t Stop | by Intellectsoft
Webinar: Blockchain – A Revolution You Can’t Stop | by IntellectsoftWebinar: Blockchain – A Revolution You Can’t Stop | by Intellectsoft
Webinar: Blockchain – A Revolution You Can’t Stop | by IntellectsoftIntellectsoft
 
Mastering blockchain advantages and learning path (1)
Mastering blockchain   advantages and learning path (1)Mastering blockchain   advantages and learning path (1)
Mastering blockchain advantages and learning path (1)Blockchain Council
 

Was ist angesagt? (20)

Blockchain in FinTech
Blockchain in FinTechBlockchain in FinTech
Blockchain in FinTech
 
Blockchain Technology Fundamentals
Blockchain Technology FundamentalsBlockchain Technology Fundamentals
Blockchain Technology Fundamentals
 
E commerce
E commerceE commerce
E commerce
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain in ecommerce
Blockchain in ecommerceBlockchain in ecommerce
Blockchain in ecommerce
 
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
 
Doing Business of Blockchain in India
Doing Business of Blockchain in IndiaDoing Business of Blockchain in India
Doing Business of Blockchain in India
 
Blockchain Technology Report 2018
Blockchain Technology Report 2018Blockchain Technology Report 2018
Blockchain Technology Report 2018
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain technology-report-final
Blockchain technology-report-finalBlockchain technology-report-final
Blockchain technology-report-final
 
Blockchain technology and bitcoin currency
Blockchain technology and bitcoin currencyBlockchain technology and bitcoin currency
Blockchain technology and bitcoin currency
 
foundation of electronic commerce
foundation of electronic commercefoundation of electronic commerce
foundation of electronic commerce
 
Expanding Beyond Cryptocurrency in the Digital World using Blockchain Technology
Expanding Beyond Cryptocurrency in the Digital World using Blockchain TechnologyExpanding Beyond Cryptocurrency in the Digital World using Blockchain Technology
Expanding Beyond Cryptocurrency in the Digital World using Blockchain Technology
 
Metamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain EcosystemMetamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain Ecosystem
 
Blockchain Security Issues and Challenges
Blockchain Security Issues and Challenges Blockchain Security Issues and Challenges
Blockchain Security Issues and Challenges
 
E banking offences and interrelated laws in bangladesh
E banking offences and interrelated laws in bangladeshE banking offences and interrelated laws in bangladesh
E banking offences and interrelated laws in bangladesh
 
Minning of Bitcoin Technology
Minning of Bitcoin TechnologyMinning of Bitcoin Technology
Minning of Bitcoin Technology
 
Webinar: Blockchain – A Revolution You Can’t Stop | by Intellectsoft
Webinar: Blockchain – A Revolution You Can’t Stop | by IntellectsoftWebinar: Blockchain – A Revolution You Can’t Stop | by Intellectsoft
Webinar: Blockchain – A Revolution You Can’t Stop | by Intellectsoft
 
Mastering blockchain advantages and learning path (1)
Mastering blockchain   advantages and learning path (1)Mastering blockchain   advantages and learning path (1)
Mastering blockchain advantages and learning path (1)
 

Ähnlich wie IRJET- Block Chain based Banking Application

IRJET- Blockchain Technology
IRJET- Blockchain TechnologyIRJET- Blockchain Technology
IRJET- Blockchain TechnologyIRJET Journal
 
DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?
DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?
DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?IAEME Publication
 
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
 
CRYPTOCURRENCY: TRADING MARKET
CRYPTOCURRENCY: TRADING MARKETCRYPTOCURRENCY: TRADING MARKET
CRYPTOCURRENCY: TRADING MARKETIRJET Journal
 
Scaling up Banking Operations: Harnessing the power of block chain Technology
Scaling up Banking Operations: Harnessing the power of block chain TechnologyScaling up Banking Operations: Harnessing the power of block chain Technology
Scaling up Banking Operations: Harnessing the power of block chain TechnologyIRJET Journal
 
Disadvantages and Advantages of Blockchain
Disadvantages and Advantages of BlockchainDisadvantages and Advantages of Blockchain
Disadvantages and Advantages of Blockchainijtsrd
 
IRJET- Blockchain Technology for Agriculture Development
IRJET- Blockchain Technology for Agriculture DevelopmentIRJET- Blockchain Technology for Agriculture Development
IRJET- Blockchain Technology for Agriculture DevelopmentIRJET Journal
 
Blockchain Technology- A Conceptual Overview
Blockchain Technology- A Conceptual OverviewBlockchain Technology- A Conceptual Overview
Blockchain Technology- A Conceptual OverviewIRJET Journal
 
IRJET- Transaction based Block Chain Cryptocurrency
IRJET-  	  Transaction based Block Chain CryptocurrencyIRJET-  	  Transaction based Block Chain Cryptocurrency
IRJET- Transaction based Block Chain CryptocurrencyIRJET Journal
 
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
 
Decentralized Car Hailing Application
Decentralized Car Hailing ApplicationDecentralized Car Hailing Application
Decentralized Car Hailing ApplicationIRJET Journal
 
IRJET- Bitcoin - The Future Currency
IRJET- Bitcoin - The Future CurrencyIRJET- Bitcoin - The Future Currency
IRJET- Bitcoin - The Future CurrencyIRJET Journal
 
IRJET- Consensus Mechanism on Secure Challenges in Blockchain Networks
IRJET-  	  Consensus Mechanism on Secure Challenges in Blockchain NetworksIRJET-  	  Consensus Mechanism on Secure Challenges in Blockchain Networks
IRJET- Consensus Mechanism on Secure Challenges in Blockchain NetworksIRJET Journal
 
IRJET-Block Chain based Cyber Security System for Data Transfer
IRJET-Block Chain based Cyber Security System for Data TransferIRJET-Block Chain based Cyber Security System for Data Transfer
IRJET-Block Chain based Cyber Security System for Data TransferIRJET Journal
 
IRJET - Blockchain Application Used in Enhance Technology from Cryptocurr...
IRJET -  	  Blockchain Application Used in Enhance Technology from Cryptocurr...IRJET -  	  Blockchain Application Used in Enhance Technology from Cryptocurr...
IRJET - Blockchain Application Used in Enhance Technology from Cryptocurr...IRJET 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
 
[A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT]
[A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT][A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT]
[A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT]IRJET Journal
 
Blockchain and Its Applications in the Real World
Blockchain and Its Applications in the Real WorldBlockchain and Its Applications in the Real World
Blockchain and Its Applications in the Real WorldIRJET Journal
 
IRJET- Secure E-Documents Storage using Blockchain
IRJET- Secure E-Documents Storage using BlockchainIRJET- Secure E-Documents Storage using Blockchain
IRJET- Secure E-Documents Storage using BlockchainIRJET Journal
 
Blockchain based Government Schemes and Transaction Tracker
Blockchain based Government Schemes and Transaction TrackerBlockchain based Government Schemes and Transaction Tracker
Blockchain based Government Schemes and Transaction TrackerIRJET Journal
 

Ähnlich wie IRJET- Block Chain based Banking Application (20)

IRJET- Blockchain Technology
IRJET- Blockchain TechnologyIRJET- Blockchain Technology
IRJET- Blockchain Technology
 
DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?
DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?
DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?
 
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
 
CRYPTOCURRENCY: TRADING MARKET
CRYPTOCURRENCY: TRADING MARKETCRYPTOCURRENCY: TRADING MARKET
CRYPTOCURRENCY: TRADING MARKET
 
Scaling up Banking Operations: Harnessing the power of block chain Technology
Scaling up Banking Operations: Harnessing the power of block chain TechnologyScaling up Banking Operations: Harnessing the power of block chain Technology
Scaling up Banking Operations: Harnessing the power of block chain Technology
 
Disadvantages and Advantages of Blockchain
Disadvantages and Advantages of BlockchainDisadvantages and Advantages of Blockchain
Disadvantages and Advantages of Blockchain
 
IRJET- Blockchain Technology for Agriculture Development
IRJET- Blockchain Technology for Agriculture DevelopmentIRJET- Blockchain Technology for Agriculture Development
IRJET- Blockchain Technology for Agriculture Development
 
Blockchain Technology- A Conceptual Overview
Blockchain Technology- A Conceptual OverviewBlockchain Technology- A Conceptual Overview
Blockchain Technology- A Conceptual Overview
 
IRJET- Transaction based Block Chain Cryptocurrency
IRJET-  	  Transaction based Block Chain CryptocurrencyIRJET-  	  Transaction based Block Chain Cryptocurrency
IRJET- Transaction based Block Chain Cryptocurrency
 
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
 
Decentralized Car Hailing Application
Decentralized Car Hailing ApplicationDecentralized Car Hailing Application
Decentralized Car Hailing Application
 
IRJET- Bitcoin - The Future Currency
IRJET- Bitcoin - The Future CurrencyIRJET- Bitcoin - The Future Currency
IRJET- Bitcoin - The Future Currency
 
IRJET- Consensus Mechanism on Secure Challenges in Blockchain Networks
IRJET-  	  Consensus Mechanism on Secure Challenges in Blockchain NetworksIRJET-  	  Consensus Mechanism on Secure Challenges in Blockchain Networks
IRJET- Consensus Mechanism on Secure Challenges in Blockchain Networks
 
IRJET-Block Chain based Cyber Security System for Data Transfer
IRJET-Block Chain based Cyber Security System for Data TransferIRJET-Block Chain based Cyber Security System for Data Transfer
IRJET-Block Chain based Cyber Security System for Data Transfer
 
IRJET - Blockchain Application Used in Enhance Technology from Cryptocurr...
IRJET -  	  Blockchain Application Used in Enhance Technology from Cryptocurr...IRJET -  	  Blockchain Application Used in Enhance Technology from Cryptocurr...
IRJET - Blockchain Application Used in Enhance Technology from Cryptocurr...
 
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAINAN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
 
[A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT]
[A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT][A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT]
[A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT]
 
Blockchain and Its Applications in the Real World
Blockchain and Its Applications in the Real WorldBlockchain and Its Applications in the Real World
Blockchain and Its Applications in the Real World
 
IRJET- Secure E-Documents Storage using Blockchain
IRJET- Secure E-Documents Storage using BlockchainIRJET- Secure E-Documents Storage using Blockchain
IRJET- Secure E-Documents Storage using Blockchain
 
Blockchain based Government Schemes and Transaction Tracker
Blockchain based Government Schemes and Transaction TrackerBlockchain based Government Schemes and Transaction Tracker
Blockchain based Government Schemes and Transaction Tracker
 

Mehr von 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
 

Mehr von 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...
 

KĂŒrzlich hochgeladen

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
 
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
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
(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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
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
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
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
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 

KĂŒrzlich hochgeladen (20)

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...
 
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
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
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
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
(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...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
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🔝
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
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
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 

IRJET- Block Chain based Banking Application

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 373 Block Chain Based Banking Application Miss. Patil Snehal A.1, Mr.Mohire Abhishek S.2, Miss. Vibhute Aishwarya Ulhas3, Miss. Shaikh Rabana Sharif4, Miss. Mali Jyoti Ashok5 1,2,3,4,5BE Student of Department of Computer Science and Engineering, AGTI’S Dr. Daulatrao Aher College of Engg, Karad, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract— Blockchain technology is a core, underlying technology with promising application prospects in the banking industry. To date, blockchain technology is relevant in all areas and the banking system is not an exception. blockchains could revolutionize the underlying technology of the payment clearing and credit information systems in banks, thus upgrading and transforming them. block chain technology should be introduced in the modern banking system, since they provide control over crypto currency that will help in counteracting money- laundering and financing of terrorism in the country and around the world Keywords— lockchain, Benefits from Blockchain, Decentralized consensus, Features of Blockchain, Security Aspects of Blockchain, Smart contracts, Trusted Computing, Banking. I. INTRODUCTION The blockchain is the public ledger of all Bitcoin transactions that have ever been executed. It is constantly growing as miners add new blocks to it (every 10 minutes) to record the most recent transactions. The blocks are added to the blockchain in a linear, chronological order. Each full node (i.e., every computer connected to the Bitcoin network using a client that performs the task of validating and relaying transactions) has a copy of the blockchain, which is downloaded automatically when the miner joins the Bitcoin network. The blockchain has complete information about addresses and balances from the genesis block (the very first transactions ever executed) to the most recently completed block. The blockchain as a public ledger means that it is easy to query any block explorer (such as https://blockchain.info/) for transactions associated with a particular Bitcoin address—for example, you can look up your own wallet address to see the transaction in which you received your first Bitcoin. 1.1 Need of Reserch ‱Blockchain is Reshaping the Banking Sector The banking industry is strictly regulated in all jurisdictions, while banking sector representatives are distinguished by their conservative attitudes. But the wide dissemination of blockchain in the recent years, the overwhelming popularity of cryptocurrencies, and the ICO boom have contributed to the fact that the management of many banks and financial organizations no longer deny the potential of blockchain technology. ‱ Cost Savings At its most basic, blockchain can be a useful and efficient way for financial institutions to manage the books and involve the customer in the process. For example, banks can use blockchain technology to give customers granular details of where their money is invested and when interest payments come through. Instead of encoding and issuing ATM cards, banks can create and use securely encrypted apps based on blockchain. By adopting this technology, financial institutions can save money and grant customers more safety, power and control over the money they entrust in those institutions. ‱ Accountability It’s rarely discussed, but computerization and software have done wonders to reduce both external fraud and internal misuse of company assets. It’s much harder for an employee to fudge the books when those books are digitally generated, and you can check who last logged into the computer to change them, after all. But blockchain promises to further reduce increasingly rare incidents of fraud for financial institutions who adopt the technology. Blockchain technology makes all transactions easy to check and makes it impossible to change every backup of the books. Therefore, fraud attempts can be stopped before money leaves the bank and customer accounts will be protected. ‱ Blockchain is virtually impossible to hack While hackers can break into traditional networks and find all the data in a single repository and exfiltrate it or corrupt it, the blockchain makes this unfeasibly hard. The data is decentralized, encrypted, and cross-checked by the whole network. Once a record is on the ledger it’s almost impossible to alter or remove without it being noticed and invalidating the signature.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 374 II. LITERATURE SURVEY Androulaki, E., Karame, G.O., Roeschlin, M., Scherer, T. and Capkun, S., 2013. Evaluating user privacy in bitcoin. In Financial Cryptography and Data Security (pp. 34-51). Springer Berlin Heidelberg The world has globalized and so are the operations and the business carrying out in the market of this world. As suggested by TReid and Harrigan (2013), world is now a global village. The importance of economy and currency cannot be neglected. Where there raised a situation where the business is taking place without any consideration of boundaries and walls, there should be easy availability of currency as well. Several approaches have been made towards making the payment method easier and faster. The concept of e-money and e-commerce has long been used in the market (Mkiers et al. 3013). Contemporary situation has witnessed the importance of mobile wallet and transfer of money using applications in mobile phones. All these things are welcoming an approach towards a kind of money that could be used in the business. One such concept is the introduction of Bitcoin. Barber, S., Boyen, X., Shi, E. and Uzun, E., 2012. Bitter to better—how to make bitcoin a better currency. In Financial cryptography and data security (pp. 399-414). Springer Berlin Heidelberg The Bitcoin operates in the manner as the ATM that includes a string of numbers or letters attached in a particular fashion. A pin is often offered to the user of the Bitcoin account for carrying out any kind of monetary transaction with any person throughout the world (Androulaki et al. 2013). However, in the year 2014, IRS declared that all digital currencies are to be charged with certain amount of transaction charges. Any gain or loss suffered in the Bitcoin will b considered as the gain or loss of the country as a whole. Thus, the transaction is to be included in the GDP of the country. This created an alarm among the users of the digital money system. The miners were the main users of this currency. III. METHODOLGY A) Blockchain Technology: How does it work? We explain the concept of the blockchain by explaining how Bitcoin works since it is intrinsically linked to the Bitcoin. However, the blockchain technology is applicable to any digital asset transaction exchanged online. The blockchain is a decentralized distributed ledger. Speaking in a human language — it is a network of computers having an identical copy of the database and changing its state (records) by a common agreement based on pure Mathematics. Fig.3.1 Modules B) Implementation Details i) UI Module This module provides Front end UI of our system without blockchain support/storage. It shows banking transactions without blockchain i.e. using simple database storage.It allows to client signup with system and makes transactions, request fund from trusted party by exchanging currency with DC coins. Trusted party has rights to transfer fund on request.System generates account identifier using SHA256 algorithm and uses GUID to differentiate transactions from each other. In addition of that, it provides interfaces for login, dashboard, send fund, receive fund and request fund etc. To make system more secure it uses OTP during login process. ii) Block Generator and Web Miner Module In previous module, we have created required UI for customers for sending and receiving DC coins without support of Block Chain Platform.In this module we are going to create blockchain on a single node/server and a simple proof of work (mining) System.Blockchain is a chain/list of blocks. Each block has their own hash/digital signature. Once blockchain is formed then we will check its integrity by looping through blocks in blockchain i.e. checking current block previous hash is same as previous block hash and current hash with newly calculated hash. This is called as “Proof of Work”. Any tampering with old block – requires to create whole block chain again. iii) Transactions and wallet Module In module 2, we have stored only plain transaction message as data. In this module we are going to replace data with Transaction details and customer’s wallet with public and private keys generated using Elliptic-curve ryptography For our DC coin, public key will acts as sender address hence it is OK to send share public key with others to receive payment. Our private key is used to sign our transactions so that nobody can spend/use our coins
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 375 other than owner of private key. During transaction, public key will be sent and can be used to verify that our signature is valid and data is not tampered. Because signature consists of Sender+To+NoofCoins The private key is used to sign the data we don’t want to be tampered with. The public key is used to verify the signature i.e. its integrity. iv) Peer to Peer Networks to Node In Module 2, we have created only one node/server. In this we are going to create 2/3 nodes which will form P2P networks.Each node will maintain their copy of Blockchain and web miner will verify integrity throughout network. Here we are going to use Proof-of- Authority (PoA) is a consensus algorithm which can be used for permissioned ledgers. It uses a set of ‘authorities’, which are designated nodes that are allowed to create new blocks and secure the ledger. Ledgers using PoA require sign-off by a majority of authorities in order for a block to be created.And Block Storage is nothing but ledger and database to store details of blockchain IV. SOFTWARE DESIGN A) Data flow diagram: A data flow diagram (DFD) is a graphical representation of the "flow" of data through an information system, modelling its process aspects. A DFD is often used as a preliminary step to create an overview of the system without going into great detail, which can later be elaborated. A context diagram is a top level (also known as "Level 0") data flow diagram. It only contains one process node ("Process 0") that generalizes the function of the entire system in relationship to external entities. DFD Layers.... Draw the context diagram first, followed by various layers of data flow diagrams. DFD Levels. Fig. DFD Design 1st Level DFD: Fig.1st Level DFD 2nd Level DFD: Fig.2nd Level DFD B) Flow Chart: A flowchart is a type of diagram that represents an algorithm, workflow or process. The flowchart shows the steps as boxes of various kinds, and their order by connecting the boxes with arrows. This diagrammatic representation illustrates a solution model to a given problem. Flowchart diagram for sender side: Fig.Flow Chart
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 376 V. THE SCOPE OF BLOCKCHAIN TECHNOLOGY IN THE BANKING SECTOR As banks need to make numerous transactions every day, Blockchain technology could be of enormous significance by bringing in security and genuineness in transactions. Endorsing an idea of trust economy, Blockchain can give financial institutions an opportunity to win the faith and confidence of their customers. Blockchain is a technological advancement that will transform the financial services provided by banks. The global financial system serves billions of individuals and businesses, bringing in trillions of dollars in circulation every day A) Benefits of Blockchain:  Speeding up transactions  Blockchain’s verification system has the potential to enable near to or real-time processing and settlement of transactions.  Cutting costs and complexity  Blockchain can be used to orchestrate and automate interactions with external parties, as well as within your own processes.  Reducing data duplication  Blockchain provides a single shared view of the truth in your network, reducing data entry duplication and reconciliation.  Increasing resilience  Due to the distributed nature of blockchain, there is no single point of failure. This makes it significantly more resilient than current systems. B) Existing System: Traditional systems tend to be cumbersome, error- prone and maddeningly slow. Intermediaries are often needed to mediate the process and resolve conflicts. Naturally, this costs stress, time, and money. In contrast, users find the blockchain cheaper, more transparent, and more effective. C) Proposed System: Trusted Third Party[ Has sufficient amount of fund] DCoins Customer will first register with bank. Bank will provide UserName and Password[Hash Code] and will send via mail to customer account- Customer will request fund to TTP and TTP will assign no of coins to customer Steps ====== 1. Register customer Email : jaishwarya9996@gmail.com Password: admin123 Confirm Password: admin123 Register ====> Send Mail [ Account Identifier] 2. Login ===> Enter Account identifier and password 3. Request Fund --------------------- Amt: <Next> ===> Request submitted to Third Party VI. FUTURE SCOPE Currently we are going to implement blockchain system for banking online transfer transactions. But it is equally applicable for following domains with few changes ‱- Password or any personal identification ‱- Healthcare ‱- Government Services ‱- IOT ‱- Financial Service VII.CONCLUSIONS ‱ It is useful to understand blockchains in the context of bitcoin, but you should not assume that all blockchain ecosystems need bitcoin mechanisms such as proof of work, longest chain rule, etc. Bitcoin is the first attempt at ‱ maintaining a decentralised, public ledger with no formal control or governance. There are significant challenges involved. ‱ On the other hand, private distributed ledgers and blockchains can be deployed to solve other sets of problems. As ever, there are tradeoffs and pros and cons to each solution, and you need to consider these individually for each individual use case. VIII. ACKNOWLEDMENT We would like to give the special thanks to the computer science engineering department of the college DACOE HOD Prof. Ashish N. Patil and Project guide Prof. Sayali P. Shinde to have their guidance. We are also thankful to the technologies that we have used to have such format of paper. REFERENCES 1. Anonymous Post-Quantum Cryptocash [pdf, cached pdf, bib] Huang Zhang, Fangguo Zhang, Haibo Tian, Man Ho AuIn Proc. of: Proceedings of the 22nd International Conference on Financial Cryptography and Data Security (FC). Springer, 2018, 2. A Taxonomy of Blockchain-Based Systems for Architecture Design [pdf, cached pdf, bib]Xiwei Xu, Ingo Weber, Mark Staples, Liming Zhu, Jan Bosch, Len Bass, Cesare Pautasso, Paul RimbaIn
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 377 Proc. of: Software Architecture (ICSA), 2017 IEEE International Conference on, 2017, 3. Proof of Luck: An Efficient Blockchain Consensus Protocol [pdf, cached pdf, bib]Mitar Milutinovic, Warren He, Howard Wu, Maxinder KanwalIn Proc. of: SysTEX '16 Proceedings of the 1st Workshop on System Software for Trusted Execution, 2016, ACM 4. A first look at the usability of bitcoin key management [pdf, cached pdf, bib]Shayan Eskandari, David Barrera, Elizabeth Stobert, Jeremy ClarkIn Proc. of: Workshop on Usable Security (USEC), 2015, 5. On Decentralizing Prediction Markets and Order Books [pdf, cached pdf, bib]Jeremy Clark, Joseph Bonneau, Edward W Felten, Joshua A Kroll, Andrew Miller, Arvind NarayananIn Proc. of: WEIS, 2014, 6. Zerocoin: Anonymous distributed e-cash from bitcoin [pdf, cached pdf, bib]Ian Miers, Christina Garman, Matthew Green, Aviel D RubinIn Proc. of: Security and Privacy (SP), 2013 IEEE Symposium on, 2013, 7. Traveling the Silk Road: A measurement analysis of a large anonymous online marketplace [pdf, cached pdf, bib] Nicolas ChristinIn Proc. of: Proceedings of the 22nd World Wide Web Conference (WWW'13), 2013.