SlideShare a Scribd company logo
Agenda
Current Existing Monetary
System
What is Blockchain?
How can Blockchain and
Bitcoin help?
Blockchain Concepts
Bitcoin Transaction
Blockchain Use Cases
Blockchain Features
Demo – Bitcoin Transaction
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Current Existing Monetary System
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Change of Monetary system Over time
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
How Trading Happens Using Current System
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
How Trading Happens Using Current System
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
How Trading Happens Using Current System
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
How Trading Happens Using Current System
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Issues with the Current System
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Issues with current Banking Systems
Blockchain Training
Double Spending
Bank transactions are prone to Double spending due to Fake Currencies and Digital
Frauds
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Issues with current Banking Systems
Standard Transaction Fees
JPMorgan Chase, Bank of America and Wells Fargo
alone earned more than $6 billion from ATM and overdraft fees in 2015 (SNL Financial and
CNNMoney Report)
Blockchain Training
Trusted Third PartyChandler
$100 $98
Joey
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Issues with current Banking Systems
Transactions require a lot of time to be Verified and completed causing huge delays.
Transaction Delays
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Issues with current Banking Systems
US Federal Reserve
Reserve Bank of India
Banks have become synonymous with crises and crashes
due to depression and fractional reserve banking
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
How can Blockchain and Bitcoin help?
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
How can Blockchain and Bitcoin help?
Following are the ways by which Blockchain and Bitcoins solves these Issues:
Issues with centralized banks
Blockchain Training
Decentralized
Power
Public
Ledger
No Double
Spending
Immutable
to Hacks
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
How can Blockchain and Bitcoin help?
And the best part of using such a cryptocurrency is
that the transaction fee is zero or very
minimal in comparison with third parties such
as banks and digital transfer systems.
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
What is Blockchain?
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
What is Blockchain?
Blockchain is the technology behind Bitcoin
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain is the technology used in Bitcoin. It is a public distributed database holding encrypted ledgers.
Blockchain Overview
[
First Block Growing Blockchain
Sample Blockchain
New Blocks
A block is the ‘current’ part of a blockchain which records some or all of the recent transactions, and once
completed goes into the blockchain as permanent database. Each time a block gets completed, a new block
is generated.
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchains are built from 3 technologies:
Blockchain Overview
Blockchain uses Private Key Cryptography to secure identities
and hash functions to make the blockchain immutable
P2P machines on the network help in maintaining the
consistency of the distributed ledger
The program gives the blockchain its protocol based on the
requirement
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Public Key Cryptography
This approach involves two different keys
 One key is purposely kept private, the other is provided to the other party(or often the public)
 If you use private key to encrypt then the public key can decrypt
 If you use the public key to encrypt then you use the private key to decrypt. This is called
asymmetric encryption
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Peer to Peer Network
Verified
Verified
Suppose A finds the transaction: Bobby (B)
pays 5 coins to Cindy (C)
Node A broadcasts to the peers B and C in the
network
If the transaction is verified, the peers (here, B
& C) forward the transaction to their peers
The transactions propagate rapidly across the
network
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
P2P Network – Distributed Ledger
10$
1$
3$
Bobby
Andy=10$
Andy->Bobby 10$
Bobby-> Derby 3$
Derby-> Cindy 1$
Cindy
Andy=10$
Andy->Bobby 10$
Bobby-> Derby 3$
Derby-> Cindy 1$
Andy=10$
Andy->Bobby 10$
Bobby-> Derby 3$
Derby-> Cindy 1$
Andy=10$
Andy->Bobby 10$
Bobby-> Derby 3$
Derby-> Cindy 1$
Andy=10$
Andy->Bobby 10$
Bobby-> Derby 3$
Derby-> Cindy 1$
Andy
Derby
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
P2P Network – Digital Signature
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Program
The Blockchain is the way of implementing any
solution/ use case
Blockchain is a concept and can be implemented
by any language
Solidity is the most preferred default for writing
programs in Blockchain
[
First Block Growing
Blockchain
Sample Blockchain
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Bitcoin Transaction
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
The first decentralized digital currency
Ledger is produced by people using software that
solves mathematical problems
Created and held electronically in a peer to peer
open ledger called the blockchain
Uses cryptography to control its creation and
management
What is Bitcoin?
4
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Bitcoin Transaction
 Let us take a Bitcoin transaction where
James wants to transfer 500 BTC to
Kevin.
 The transaction is a part of the new
block that will be validated by miners
Lisa and Robert.
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Bitcoin Transaction
[
First Block Growing Blockchain
Sample Blockchain
Account Number
1Pos4r9Eesbv8754b…
Balance
19K4ejhJW94U0212… 37
1ZOL9470uier2UMb… 42.67
178errbZ81FePNr30… 1342
1Mr3UNPH8H4U24v… 12.005
563
1JoH83jfos03n2490i… 974.65
… …
Ledger
+500
- 500842
512.005
 Every transaction holds details of the transfer of currency from one account to the
another.
 The balance of any account is not stored explicitly. It is always calculated by adding
up all the blockchain transactions ever recorded.
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Bitcoin Transaction
 Lisa and Robert are miners who use
they resources to validate the block
containing the transaction.
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Bitcoin Transaction
 Once the block is validated, money is
deducted from James’ account and is
transferred to Kevin’s Bitcoin account.
 This solves the problem of Double
Spending.
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Bitcoin Transaction
 Finally, Lisa gets 12.5 BTC as incentive
which becomes the first transaction
for the next block.
 The current block becomes a
permanent part of the blockchain.
12.5 BTC
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain – Flow Diagram
Someone requests a
transaction
The transaction is
broadcast to the
P2P network
Validation
The network of
nodes validate the
transaction
Once verified, the transaction
becomes a part of new block
for the ledger
The new block is then added
to the existing blockchain
The transaction is complete
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Features
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
In any blockchain:
▪ All transactions are logged including information on the time,
date, participants and amount of every single transaction
▪ Each node in the network owns a full copy of the blockchain
Blockchain Features
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Features
Transactions are verified by the
Miners after solving complex
math puzzles and maintain the
ledger
The mathematical principle
ensures that the nodes
automatically and continuously
agree to the current state of
the ledger and every
transaction in it.
If anyone attempts to corrupt a
transaction, the nodes will not
arrive at a consensus and hence
will refuse to incorporate the
transaction in the blockchain.
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Types
 Public: The ledgers are visible to everyone on the
internet and anyone can verify and add a block of
transactions to the block chain.
Examples – Bitcoin, Ethereum, Dash, Factom
 Private: All permissions are kept centralized to an
organization. Only specific people in the organization
to verify and add transaction blocks but everyone on
the internet is generally allowed to view.
Examples- Multichain, Blockstack
 Consortium: Controlled by a consortium of members.
Only predefined set of nodes have access to write the
data or block.
Examples- Ripple and R3 Blockchain Types
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Use Cases
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Use Cases
▪ Monetary Aspect is just a tip of the iceberg of blockchain Technology
▪ Blockchain is a ground-breaking technology for which money is merely one of the possible applications
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Use Cases
Blockchain Training
• Settlements
• Change of suppliers
• Meter data
• Real-time Capacity matching
• EV Charging
• Peer to peer trading
• Demand-side management
• Network services
• Autonomous network
configuration
• Self serve maintenance
• Asset and inventory tracking
• Cross asset/industry data
sharing
• Eligibility for social tariffs
• Safety authorization and
permit to work
• Fraud Detection
• Loyalty Scheme
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Demo
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Demo
Problem Statement
We will implement a digital Transaction between Different Bitcoin Wallets. The
following needs to be achieved:
1. Setting a Desktop wallet using JAXX.
2. Setting an Online Bitcoin Wallet using Blockchain.
3. Initiate a Transaction between Blockchain and JAXX.
4. Verify the transaction
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Download Jaxx wallet from
Jaxx.io
Blockchain Demo – Jaxx Wallet
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Demo – Blockchain Wallet
Set up a Free Blockchain
Wallet
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Demo – Bitcoin Transaction
Specify the Private Key of
the Receiver.
1
Specify the Bitcoins that
need to be transferred.
2
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Session In A Minute
Current Banking System Blockchain Concepts The Bitcoin Story
Blockchain Features Blockchain Use Cases Demo – Bitcoin Transaction
Blockchain Training
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technology | Edureka

More Related Content

What's hot

Blockchain ppt
Blockchain pptBlockchain ppt
Blockchain ppt
abhi sharma
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology
Niuversity
 
Blockchain concepts
Blockchain conceptsBlockchain concepts
Blockchain concepts
Murughan Palaniachari
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain Presentation
Zied GUESMI
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basics
Romit Bose
 
Blockchain
BlockchainBlockchain
Blockchain
PedramDehghanpour
 
Blockchain
BlockchainBlockchain
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
Jordan Harris
 
Blockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on AzureBlockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on Azure
Nuri Cankaya
 
Blockchain Fundamentals - Top Rated for Beginners
Blockchain Fundamentals - Top Rated for Beginners Blockchain Fundamentals - Top Rated for Beginners
Blockchain Fundamentals - Top Rated for Beginners
101 Blockchains
 
Blockchain
BlockchainBlockchain
Blockchain
Amit Kumar
 
Blockchain
BlockchainBlockchain
Blockchain
Mohit Singh
 
Blockchain
BlockchainBlockchain
Blockchain
BlockchainBlockchain
Blockchain
Jaison Peter
 
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
SlideTeam
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
AIMDek Technologies
 
►TOP 13 • Blockchain Use Cases
►TOP 13 • Blockchain Use Cases ►TOP 13 • Blockchain Use Cases
►TOP 13 • Blockchain Use Cases
Andrea Soto
 
Blockchain Basics
Blockchain BasicsBlockchain Basics
Blockchain Basics
Shreyas Chaudhari
 
Blockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for LibrariesBlockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for Libraries
Bohyun Kim
 
Blockchain Technology Fundamentals
Blockchain Technology FundamentalsBlockchain Technology Fundamentals
Blockchain Technology Fundamentals
Experfy
 

What's hot (20)

Blockchain ppt
Blockchain pptBlockchain ppt
Blockchain ppt
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology
 
Blockchain concepts
Blockchain conceptsBlockchain concepts
Blockchain concepts
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain Presentation
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basics
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Blockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on AzureBlockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on Azure
 
Blockchain Fundamentals - Top Rated for Beginners
Blockchain Fundamentals - Top Rated for Beginners Blockchain Fundamentals - Top Rated for Beginners
Blockchain Fundamentals - Top Rated for Beginners
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
►TOP 13 • Blockchain Use Cases
►TOP 13 • Blockchain Use Cases ►TOP 13 • Blockchain Use Cases
►TOP 13 • Blockchain Use Cases
 
Blockchain Basics
Blockchain BasicsBlockchain Basics
Blockchain Basics
 
Blockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for LibrariesBlockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for Libraries
 
Blockchain Technology Fundamentals
Blockchain Technology FundamentalsBlockchain Technology Fundamentals
Blockchain Technology Fundamentals
 

Similar to Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technology | Edureka

BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...
BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...
BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...
Edureka!
 
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Edureka!
 
Blockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | EdurekaBlockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | Edureka
Edureka!
 
От прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийОт прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компаний
Positive Hack Days
 
All You Need To Know About Transactions in Blockchain
All You Need To Know About Transactions in BlockchainAll You Need To Know About Transactions in Blockchain
All You Need To Know About Transactions in Blockchain
Blockchain Council
 
Bitcoin 2.0
Bitcoin 2.0 Bitcoin 2.0
Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018
Chuck Bair
 
001 What is Blockchain.pdf
001 What is Blockchain.pdf001 What is Blockchain.pdf
001 What is Blockchain.pdf
MarvelMovies4
 
Crypto currency secrets
Crypto currency secretsCrypto currency secrets
Crypto currency secrets
Sahir
 
Blockchain Landscape Report 2019
Blockchain Landscape Report 2019Blockchain Landscape Report 2019
Blockchain Landscape Report 2019
[x]cube LABS
 
What is the future of blockchain in cybersecurity
What is the future of blockchain in cybersecurity What is the future of blockchain in cybersecurity
What is the future of blockchain in cybersecurity
Blockchain Council
 
What problems can blockchain solve
What problems can blockchain solveWhat problems can blockchain solve
What problems can blockchain solve
OliviaJune1
 
Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018
Frederick Ng
 
Sidechain in blockchain
Sidechain  in blockchainSidechain  in blockchain
Sidechain in blockchain
zaarahary
 
Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training ...
Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training  ...Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training  ...
Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training ...
Edureka!
 
Blockchain Technology will Be The Future Of Digital payments.
Blockchain Technology will Be The Future Of Digital payments.Blockchain Technology will Be The Future Of Digital payments.
Blockchain Technology will Be The Future Of Digital payments.
Blockchain Council
 
What Are The Three Pillars Of Blockchain Technology
What Are The Three Pillars Of Blockchain Technology What Are The Three Pillars Of Blockchain Technology
What Are The Three Pillars Of Blockchain Technology
Blockchain Council
 
What is future of Cryptocurrency | Omega Prime Group
What is future of Cryptocurrency | Omega Prime GroupWhat is future of Cryptocurrency | Omega Prime Group
What is future of Cryptocurrency | Omega Prime Group
Omega Prime Group Hashtechz
 
How does blockchain developer help improving the banking & finance sector
How does blockchain developer help improving the banking & finance sector How does blockchain developer help improving the banking & finance sector
How does blockchain developer help improving the banking & finance sector
Blockchain Council
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
Nimmy Solomon
 

Similar to Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technology | Edureka (20)

BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...
BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...
BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...
 
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
 
Blockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | EdurekaBlockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | Edureka
 
От прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийОт прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компаний
 
All You Need To Know About Transactions in Blockchain
All You Need To Know About Transactions in BlockchainAll You Need To Know About Transactions in Blockchain
All You Need To Know About Transactions in Blockchain
 
Bitcoin 2.0
Bitcoin 2.0 Bitcoin 2.0
Bitcoin 2.0
 
Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018
 
001 What is Blockchain.pdf
001 What is Blockchain.pdf001 What is Blockchain.pdf
001 What is Blockchain.pdf
 
Crypto currency secrets
Crypto currency secretsCrypto currency secrets
Crypto currency secrets
 
Blockchain Landscape Report 2019
Blockchain Landscape Report 2019Blockchain Landscape Report 2019
Blockchain Landscape Report 2019
 
What is the future of blockchain in cybersecurity
What is the future of blockchain in cybersecurity What is the future of blockchain in cybersecurity
What is the future of blockchain in cybersecurity
 
What problems can blockchain solve
What problems can blockchain solveWhat problems can blockchain solve
What problems can blockchain solve
 
Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018
 
Sidechain in blockchain
Sidechain  in blockchainSidechain  in blockchain
Sidechain in blockchain
 
Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training ...
Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training  ...Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training  ...
Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training ...
 
Blockchain Technology will Be The Future Of Digital payments.
Blockchain Technology will Be The Future Of Digital payments.Blockchain Technology will Be The Future Of Digital payments.
Blockchain Technology will Be The Future Of Digital payments.
 
What Are The Three Pillars Of Blockchain Technology
What Are The Three Pillars Of Blockchain Technology What Are The Three Pillars Of Blockchain Technology
What Are The Three Pillars Of Blockchain Technology
 
What is future of Cryptocurrency | Omega Prime Group
What is future of Cryptocurrency | Omega Prime GroupWhat is future of Cryptocurrency | Omega Prime Group
What is future of Cryptocurrency | Omega Prime Group
 
How does blockchain developer help improving the banking & finance sector
How does blockchain developer help improving the banking & finance sector How does blockchain developer help improving the banking & finance sector
How does blockchain developer help improving the banking & finance sector
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 

More from Edureka!

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
Edureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
Edureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
Edureka!
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
Edureka!
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
Edureka!
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
Edureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
Edureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
Edureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
Edureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
Edureka!
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
Edureka!
 

More from Edureka! (20)

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
 

Recently uploaded

PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 

Recently uploaded (20)

PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 

Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technology | Edureka

  • 1.
  • 2. Agenda Current Existing Monetary System What is Blockchain? How can Blockchain and Bitcoin help? Blockchain Concepts Bitcoin Transaction Blockchain Use Cases Blockchain Features Demo – Bitcoin Transaction
  • 3. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Current Existing Monetary System
  • 4. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Change of Monetary system Over time Blockchain Training
  • 5. Copyright © 2017, edureka and/or its affiliates. All rights reserved. How Trading Happens Using Current System Blockchain Training
  • 6. Copyright © 2017, edureka and/or its affiliates. All rights reserved. How Trading Happens Using Current System Blockchain Training
  • 7. Copyright © 2017, edureka and/or its affiliates. All rights reserved. How Trading Happens Using Current System Blockchain Training
  • 8. Copyright © 2017, edureka and/or its affiliates. All rights reserved. How Trading Happens Using Current System Blockchain Training
  • 9. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Issues with the Current System
  • 10. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Issues with current Banking Systems Blockchain Training Double Spending Bank transactions are prone to Double spending due to Fake Currencies and Digital Frauds
  • 11. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Issues with current Banking Systems Standard Transaction Fees JPMorgan Chase, Bank of America and Wells Fargo alone earned more than $6 billion from ATM and overdraft fees in 2015 (SNL Financial and CNNMoney Report) Blockchain Training Trusted Third PartyChandler $100 $98 Joey
  • 12. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Issues with current Banking Systems Transactions require a lot of time to be Verified and completed causing huge delays. Transaction Delays Blockchain Training
  • 13. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Issues with current Banking Systems US Federal Reserve Reserve Bank of India Banks have become synonymous with crises and crashes due to depression and fractional reserve banking Blockchain Training
  • 14. Copyright © 2017, edureka and/or its affiliates. All rights reserved. How can Blockchain and Bitcoin help?
  • 15. Copyright © 2017, edureka and/or its affiliates. All rights reserved. How can Blockchain and Bitcoin help? Following are the ways by which Blockchain and Bitcoins solves these Issues: Issues with centralized banks Blockchain Training Decentralized Power Public Ledger No Double Spending Immutable to Hacks
  • 16. Copyright © 2017, edureka and/or its affiliates. All rights reserved. How can Blockchain and Bitcoin help? And the best part of using such a cryptocurrency is that the transaction fee is zero or very minimal in comparison with third parties such as banks and digital transfer systems. Blockchain Training
  • 17. Copyright © 2017, edureka and/or its affiliates. All rights reserved. What is Blockchain?
  • 18. Copyright © 2017, edureka and/or its affiliates. All rights reserved. What is Blockchain? Blockchain is the technology behind Bitcoin Blockchain Training
  • 19. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain is the technology used in Bitcoin. It is a public distributed database holding encrypted ledgers. Blockchain Overview [ First Block Growing Blockchain Sample Blockchain New Blocks A block is the ‘current’ part of a blockchain which records some or all of the recent transactions, and once completed goes into the blockchain as permanent database. Each time a block gets completed, a new block is generated. Blockchain Training
  • 20. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchains are built from 3 technologies: Blockchain Overview Blockchain uses Private Key Cryptography to secure identities and hash functions to make the blockchain immutable P2P machines on the network help in maintaining the consistency of the distributed ledger The program gives the blockchain its protocol based on the requirement Blockchain Training
  • 21. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Public Key Cryptography This approach involves two different keys  One key is purposely kept private, the other is provided to the other party(or often the public)  If you use private key to encrypt then the public key can decrypt  If you use the public key to encrypt then you use the private key to decrypt. This is called asymmetric encryption Blockchain Training
  • 22. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Peer to Peer Network Verified Verified Suppose A finds the transaction: Bobby (B) pays 5 coins to Cindy (C) Node A broadcasts to the peers B and C in the network If the transaction is verified, the peers (here, B & C) forward the transaction to their peers The transactions propagate rapidly across the network Blockchain Training
  • 23. Copyright © 2017, edureka and/or its affiliates. All rights reserved. P2P Network – Distributed Ledger 10$ 1$ 3$ Bobby Andy=10$ Andy->Bobby 10$ Bobby-> Derby 3$ Derby-> Cindy 1$ Cindy Andy=10$ Andy->Bobby 10$ Bobby-> Derby 3$ Derby-> Cindy 1$ Andy=10$ Andy->Bobby 10$ Bobby-> Derby 3$ Derby-> Cindy 1$ Andy=10$ Andy->Bobby 10$ Bobby-> Derby 3$ Derby-> Cindy 1$ Andy=10$ Andy->Bobby 10$ Bobby-> Derby 3$ Derby-> Cindy 1$ Andy Derby
  • 24. Copyright © 2017, edureka and/or its affiliates. All rights reserved. P2P Network – Digital Signature Blockchain Training
  • 25. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Program The Blockchain is the way of implementing any solution/ use case Blockchain is a concept and can be implemented by any language Solidity is the most preferred default for writing programs in Blockchain [ First Block Growing Blockchain Sample Blockchain Blockchain Training
  • 26. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Bitcoin Transaction
  • 27. Copyright © 2017, edureka and/or its affiliates. All rights reserved. The first decentralized digital currency Ledger is produced by people using software that solves mathematical problems Created and held electronically in a peer to peer open ledger called the blockchain Uses cryptography to control its creation and management What is Bitcoin? 4 Blockchain Training
  • 28. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Bitcoin Transaction  Let us take a Bitcoin transaction where James wants to transfer 500 BTC to Kevin.  The transaction is a part of the new block that will be validated by miners Lisa and Robert. Blockchain Training
  • 29. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Bitcoin Transaction [ First Block Growing Blockchain Sample Blockchain Account Number 1Pos4r9Eesbv8754b… Balance 19K4ejhJW94U0212… 37 1ZOL9470uier2UMb… 42.67 178errbZ81FePNr30… 1342 1Mr3UNPH8H4U24v… 12.005 563 1JoH83jfos03n2490i… 974.65 … … Ledger +500 - 500842 512.005  Every transaction holds details of the transfer of currency from one account to the another.  The balance of any account is not stored explicitly. It is always calculated by adding up all the blockchain transactions ever recorded. Blockchain Training
  • 30. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Bitcoin Transaction  Lisa and Robert are miners who use they resources to validate the block containing the transaction. Blockchain Training
  • 31. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Bitcoin Transaction  Once the block is validated, money is deducted from James’ account and is transferred to Kevin’s Bitcoin account.  This solves the problem of Double Spending. Blockchain Training
  • 32. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Bitcoin Transaction  Finally, Lisa gets 12.5 BTC as incentive which becomes the first transaction for the next block.  The current block becomes a permanent part of the blockchain. 12.5 BTC Blockchain Training
  • 33. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain – Flow Diagram Someone requests a transaction The transaction is broadcast to the P2P network Validation The network of nodes validate the transaction Once verified, the transaction becomes a part of new block for the ledger The new block is then added to the existing blockchain The transaction is complete Blockchain Training
  • 34. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Features
  • 35. Copyright © 2017, edureka and/or its affiliates. All rights reserved. In any blockchain: ▪ All transactions are logged including information on the time, date, participants and amount of every single transaction ▪ Each node in the network owns a full copy of the blockchain Blockchain Features Blockchain Training
  • 36. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Features Transactions are verified by the Miners after solving complex math puzzles and maintain the ledger The mathematical principle ensures that the nodes automatically and continuously agree to the current state of the ledger and every transaction in it. If anyone attempts to corrupt a transaction, the nodes will not arrive at a consensus and hence will refuse to incorporate the transaction in the blockchain. Blockchain Training
  • 37. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Types  Public: The ledgers are visible to everyone on the internet and anyone can verify and add a block of transactions to the block chain. Examples – Bitcoin, Ethereum, Dash, Factom  Private: All permissions are kept centralized to an organization. Only specific people in the organization to verify and add transaction blocks but everyone on the internet is generally allowed to view. Examples- Multichain, Blockstack  Consortium: Controlled by a consortium of members. Only predefined set of nodes have access to write the data or block. Examples- Ripple and R3 Blockchain Types Blockchain Training
  • 38. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Use Cases
  • 39. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Use Cases ▪ Monetary Aspect is just a tip of the iceberg of blockchain Technology ▪ Blockchain is a ground-breaking technology for which money is merely one of the possible applications Blockchain Training
  • 40. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Use Cases Blockchain Training • Settlements • Change of suppliers • Meter data • Real-time Capacity matching • EV Charging • Peer to peer trading • Demand-side management • Network services • Autonomous network configuration • Self serve maintenance • Asset and inventory tracking • Cross asset/industry data sharing • Eligibility for social tariffs • Safety authorization and permit to work • Fraud Detection • Loyalty Scheme
  • 41. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Demo
  • 42. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Demo Problem Statement We will implement a digital Transaction between Different Bitcoin Wallets. The following needs to be achieved: 1. Setting a Desktop wallet using JAXX. 2. Setting an Online Bitcoin Wallet using Blockchain. 3. Initiate a Transaction between Blockchain and JAXX. 4. Verify the transaction Blockchain Training
  • 43. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Download Jaxx wallet from Jaxx.io Blockchain Demo – Jaxx Wallet Blockchain Training
  • 44. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Demo – Blockchain Wallet Set up a Free Blockchain Wallet Blockchain Training
  • 45. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Demo – Bitcoin Transaction Specify the Private Key of the Receiver. 1 Specify the Bitcoins that need to be transferred. 2 Blockchain Training
  • 46. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Session In A Minute Current Banking System Blockchain Concepts The Bitcoin Story Blockchain Features Blockchain Use Cases Demo – Bitcoin Transaction Blockchain Training
  • 47. Copyright © 2017, edureka and/or its affiliates. All rights reserved.