SlideShare una empresa de Scribd logo
1 de 43
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Proof Of Work &
Blockchain Program
What is Blockchain &
Bitcoin?
Blockchain
Technologies
Ethereum & Smart
Contracts
Peer To Peer Networks
& Cryptography
Blockchain
Applications & Use
Cases
Agenda
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
What is Blockchain & Bitcoin?
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
What is Blockchain & Bitcoin?
Blockchain Technology
Blockchain is a continuously growing list of records
called blocks linked and secured using cryptography 04
Blockchain came into existence with the introduction of
Bitcoin's whitepaper in October 2008 03
02Blockchain is the implementation of the digital cryptocurrency
Bitcoin
01Blockchain Technology is the latest buzz in
the industry today
31
’08
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Bitcoin’s Blockchain
Blockchain Technology
Currently, about 1200
transactions are added
to every block
For every block that is
added, the miner gets
12.5 BTC as reward
A new block is added
every 10 minutes
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Technologies
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Technologies
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Peer to Peer Network
Blockchain Technology
All Blockchains run on
Distributed Peer-to-Peer
Networks
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Peer to Peer Network
Blockchain Technology
Ledger
Account Number
1Pos4r9Eesbv8754b…
Balance
19K4ejhJW94U0212… 37
1ZOL9470uier2UMb… 42.67
178errbZ81FePNr30… 1342
1Mr3UNPH8H4U24v… 12.005
563
1JoH83jfos03n2490i… 974.65
… …
Every single person on the network has a copy of the ledger
There is no single centralized original copy
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Technologies
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Hash Encryption
Blockchain Technology
All data stored in
Blockchain is encrypted
using Hash Functions
Hello World
Hello World!
hello world!
A591a6d40bf420404a011733cf…
7f83b1657ff1fc53b92dc18148a…
7509e5bda0c762d2bac7f90d75…
Hash Function
Unlike encryption algorithms, Hash functions cannot be decrypted
Bitcoin uses SHA256(SHA256(Block_Header))
Highly secure as minute input changes give completely different output
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Technologies
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Proof Of Work
Blockchain Technology
Proof Of Work involves
solving a
computationally
expensive puzzle to add
blocks to the Blockchain
Hash (n-1)
Block Data
Nonce
Hash (n)
Block Data
Nonce
Hash (n+1)
Block Data
Nonce
Block n Block n+1 Block n+2
Bitcoin has miners who
validate have to solve a
complex mathematical
puzzle to add a block to
the blockchain
Miners search for a
specific nonce which
gives the desired hash
which is predetermined
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Technologies
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Program
Blockchain Technology
Blockchains can be used to perform multiple programs
An example of a program is to store ID cards of all citizens
for authentication during elections
Different blockchains can have different programs in them
Blockchain Program is
used to create and
implement rules in the
Blockchain
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Program
Blockchain Technology
Blockchain Program is
used to create and
implement rules in the
Blockchain
We can create
conditions as to
when a transfer
has to happen
E.g. Transfer
money to school
on 1st of every
month
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Ethereum
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Ethereum
Blockchain Technology
Ethereum is an
open-source &
public blockchain
based distributed
computing platform
Currency Issuance
Decentralized Autonomous
Organizations (DAO)
Smart Contracts
Smart Property
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Ethereum
Blockchain Technology
Smart Contracts
are the basic
building blocks
of Ethereum
Ethereum also
provides a
cryptocurrency
token called
"ether"
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Smart Contracts
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Smart Contracts
Blockchain Technology
pragma solidity ^0.4.0;
contract Simple {
function taker(uint _a, uint _b){
// Do something with a and b
} }
Used to create rules in
the Blockchain program
Written in Solidity language
for most Blockchains
A sample smart contract
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Applications
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Where is Blockchain being used?
Blockchain Technology
BitcoinStore
Online marketplace that sells a
variety of electronic gadgets
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Where is Blockchain being used?
Blockchain Technology
Coingig
Online marketplace that conducts its
transactions solely in Bitcoins where
you can find everything from books
to T-shirts
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Where is Blockchain being used?
Blockchain Technology
The Swiss Pharmacy
Provides high-quality medicine and
accepts Bitcoins and ships worldwide
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Where is Blockchain being used?
Blockchain Technology
All Things Luxury
Carries a large selection of jewellery,
including rings, necklaces, bracelets,
earrings and cuff links
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Where is Blockchain being used?
Blockchain Technology
Virgin Galactic
Richard Branson’s Virgin Galactic
venture began accepting Bitcoins as
payment for their suborbital space
flights
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Where is Blockchain being used?
Blockchain Technology
Cheap Air
CheapAir intends to eventually allow
you to book hotels and flights using
Bitcoin via their app
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain
Will Disrupt
Supply Chain
Management
Financial
Services
Voting Real
Estate
Music
Streaming
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain
Will Disrupt
Supply Chain
Management
Financial
Services
Voting Real
Estate
Music
Streaming
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain Will Disrupt
Blockchain Technology
In September 2016,
Barclays carried out
the world’s first
trade transaction
using blockchain
NASDAQ will
soon run
Blockchain
trading
Financial
Services
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain
Will Disrupt
Supply Chain
Management
Financial
Services Voting
Real
Estate
Music
Streaming
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain Will Disrupt
Blockchain Technology
Estonia, a small
Baltic nation is the
first to implement
Blockchain based E-
Voting System
Followmyvote is
world’s first open-
source online voting
solution based on
blockchain
Voting
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain
Will Disrupt
Supply Chain
Management
Financial
Services
Voting Real Estate
Music
Streaming
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain Will Disrupt
Blockchain Technology
Solves issues of
huge paperwork
and high agent
fees
Using Ubitquity,
anyone can
manage, track, and
transfer land titles
and property deeds
Real
Estate
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain
Will Disrupt
Supply Chain
Management
Financial
Services
Voting Real
Estate
Music
Streaming
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain Will Disrupt
Blockchain Technology
Music
Streaming
Artists lose up to 86%
of the proceeds from
their music because
of illegal downloading
Mycelia is a
Blockchain based
platform for artists
to sell their work
directly to
customers
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain
Will Disrupt
Supply Chain
Management
Financial
Services
Voting Real
Estate
Music
Streaming
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain Will Disrupt
Blockchain Technology
Supply
Chain
Management
Middlemen in
supply chains take
time, add costs,
and make
mistakes often
Provenance
facilitates
“transparent and
traceable” trade on
the Blockchain
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Session In A Minute
What is Blockchain & Bitcoin? Blockchain Technologies Networks & Cryptography
Proof Of Work & Programs Ethereum & Smart Contracts Blockchain Applications
Blockchain Technology
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockchain Training | Edureka

Más contenido relacionado

La actualidad más candente

Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to BlockchainMalak Abu Hammad
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain TechnologyRashi Singh
 
Blockchain Introduction Presentation
Blockchain Introduction PresentationBlockchain Introduction Presentation
Blockchain Introduction PresentationAmr Alaa Yassen
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology Niuversity
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to BlockchainJordan Harris
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technologyhellygeorge
 
Blockchain Technology Fundamentals
Blockchain Technology FundamentalsBlockchain Technology Fundamentals
Blockchain Technology FundamentalsExperfy
 
Introduction to Blockchain and Smart Contracts
Introduction to Blockchain and Smart ContractsIntroduction to Blockchain and Smart Contracts
Introduction to Blockchain and Smart ContractsTechracers
 
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
 
The Blockchain - The Technology behind Bitcoin
The Blockchain - The Technology behind Bitcoin The Blockchain - The Technology behind Bitcoin
The Blockchain - The Technology behind Bitcoin Jérôme Kehrli
 
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 LibrariesBohyun Kim
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxSahilBansal648873
 
Blockchain Tokenization
Blockchain TokenizationBlockchain Tokenization
Blockchain TokenizationBellaj Badr
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain TechnologyPalakGulati10
 

La actualidad más candente (20)

Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 
Blockchain Introduction Presentation
Blockchain Introduction PresentationBlockchain Introduction Presentation
Blockchain Introduction Presentation
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
 
Blockchain Technology Fundamentals
Blockchain Technology FundamentalsBlockchain Technology Fundamentals
Blockchain Technology Fundamentals
 
Blockchain
BlockchainBlockchain
Blockchain
 
An Introduction to Blockchain
An Introduction to BlockchainAn Introduction to Blockchain
An Introduction to Blockchain
 
Blockchain ppt
Blockchain pptBlockchain ppt
Blockchain ppt
 
Introduction to Blockchain and Smart Contracts
Introduction to Blockchain and Smart ContractsIntroduction to Blockchain and Smart Contracts
Introduction to Blockchain and Smart Contracts
 
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...
 
The Blockchain - The Technology behind Bitcoin
The Blockchain - The Technology behind Bitcoin The Blockchain - The Technology behind Bitcoin
The Blockchain - The Technology behind Bitcoin
 
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
BlockchainBlockchain
Blockchain
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptx
 
Blockchain Tokenization
Blockchain TokenizationBlockchain Tokenization
Blockchain Tokenization
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 

Destacado

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 in Health Care
Blockchain in Health CareBlockchain in Health Care
Blockchain in Health CarePolsinelli PC
 
The Blockchain, Bitcoin and other Cryptocurrencies
The Blockchain, Bitcoin and other CryptocurrenciesThe Blockchain, Bitcoin and other Cryptocurrencies
The Blockchain, Bitcoin and other CryptocurrenciesApondi Kevin Omondi
 
CBGTBT - Part 6 - Transactions 102
CBGTBT - Part 6 - Transactions 102CBGTBT - Part 6 - Transactions 102
CBGTBT - Part 6 - Transactions 102Blockstrap.com
 
CBGTBT - Part 5 - Blockchains 102
CBGTBT - Part 5 - Blockchains 102CBGTBT - Part 5 - Blockchains 102
CBGTBT - Part 5 - Blockchains 102Blockstrap.com
 
'State of Blockchain' - Consensus 2017
'State of Blockchain' - Consensus 2017'State of Blockchain' - Consensus 2017
'State of Blockchain' - Consensus 2017CoinDesk
 
Blockchain @ Capitant FinTech Day Antwerp
Blockchain @ Capitant FinTech Day AntwerpBlockchain @ Capitant FinTech Day Antwerp
Blockchain @ Capitant FinTech Day AntwerpKoen Vingerhoets
 
CBGTBT - Part 2 - Blockchains 101
CBGTBT - Part 2 - Blockchains 101CBGTBT - Part 2 - Blockchains 101
CBGTBT - Part 2 - Blockchains 101Blockstrap.com
 
CBGTBT - Part 3 - Transactions 101
CBGTBT - Part 3 - Transactions 101CBGTBT - Part 3 - Transactions 101
CBGTBT - Part 3 - Transactions 101Blockstrap.com
 
CBGTBT - Part 4 - Mining
CBGTBT - Part 4 - MiningCBGTBT - Part 4 - Mining
CBGTBT - Part 4 - MiningBlockstrap.com
 
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...Ogilvy Consulting
 
CBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primerCBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primerBlockstrap.com
 
Blockchain Consensus Protocols
Blockchain Consensus ProtocolsBlockchain Consensus Protocols
Blockchain Consensus ProtocolsMelanie Swan
 
An Introduction to Blockchain
An Introduction to BlockchainAn Introduction to Blockchain
An Introduction to BlockchainThomvest Ventures
 
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...Edureka!
 

Destacado (15)

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 in Health Care
Blockchain in Health CareBlockchain in Health Care
Blockchain in Health Care
 
The Blockchain, Bitcoin and other Cryptocurrencies
The Blockchain, Bitcoin and other CryptocurrenciesThe Blockchain, Bitcoin and other Cryptocurrencies
The Blockchain, Bitcoin and other Cryptocurrencies
 
CBGTBT - Part 6 - Transactions 102
CBGTBT - Part 6 - Transactions 102CBGTBT - Part 6 - Transactions 102
CBGTBT - Part 6 - Transactions 102
 
CBGTBT - Part 5 - Blockchains 102
CBGTBT - Part 5 - Blockchains 102CBGTBT - Part 5 - Blockchains 102
CBGTBT - Part 5 - Blockchains 102
 
'State of Blockchain' - Consensus 2017
'State of Blockchain' - Consensus 2017'State of Blockchain' - Consensus 2017
'State of Blockchain' - Consensus 2017
 
Blockchain @ Capitant FinTech Day Antwerp
Blockchain @ Capitant FinTech Day AntwerpBlockchain @ Capitant FinTech Day Antwerp
Blockchain @ Capitant FinTech Day Antwerp
 
CBGTBT - Part 2 - Blockchains 101
CBGTBT - Part 2 - Blockchains 101CBGTBT - Part 2 - Blockchains 101
CBGTBT - Part 2 - Blockchains 101
 
CBGTBT - Part 3 - Transactions 101
CBGTBT - Part 3 - Transactions 101CBGTBT - Part 3 - Transactions 101
CBGTBT - Part 3 - Transactions 101
 
CBGTBT - Part 4 - Mining
CBGTBT - Part 4 - MiningCBGTBT - Part 4 - Mining
CBGTBT - Part 4 - Mining
 
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
 
CBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primerCBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primer
 
Blockchain Consensus Protocols
Blockchain Consensus ProtocolsBlockchain Consensus Protocols
Blockchain Consensus Protocols
 
An Introduction to Blockchain
An Introduction to BlockchainAn Introduction to Blockchain
An Introduction to Blockchain
 
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
 

Similar a Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockchain Training | Edureka

Blockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | EdurekaBlockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | EdurekaEdureka!
 
Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...
Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...
Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...Edureka!
 
Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...
Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...
Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...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!
 
Cisco on Distributed Ledgers & Blockchain
Cisco on Distributed Ledgers & BlockchainCisco on Distributed Ledgers & Blockchain
Cisco on Distributed Ledgers & BlockchainMatteo Masi
 
What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...
What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...
What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...Edureka!
 
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
 
001 What is Blockchain.pdf
001 What is Blockchain.pdf001 What is Blockchain.pdf
001 What is Blockchain.pdfMarvelMovies4
 
How Secure Is Content Streaming With Blockchain Technology
How Secure Is  Content Streaming With Blockchain Technology How Secure Is  Content Streaming With Blockchain Technology
How Secure Is Content Streaming With Blockchain Technology Blockchain Council
 
CWIN17 Rome / blockchain
CWIN17 Rome / blockchainCWIN17 Rome / blockchain
CWIN17 Rome / blockchainCapgemini
 
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!
 
Code on the chain! An introduction in writing smart contracts and tooling for...
Code on the chain! An introduction in writing smart contracts and tooling for...Code on the chain! An introduction in writing smart contracts and tooling for...
Code on the chain! An introduction in writing smart contracts and tooling for...Codemotion
 
Executive summary guild42 elca_blockchain.pptx_v1.0
Executive summary guild42 elca_blockchain.pptx_v1.0Executive summary guild42 elca_blockchain.pptx_v1.0
Executive summary guild42 elca_blockchain.pptx_v1.0Nagib Aouini
 
The most relevant platforms overview for blockchain developers in 2020
The most relevant platforms overview for blockchain developers in 2020The most relevant platforms overview for blockchain developers in 2020
The most relevant platforms overview for blockchain developers in 2020Blockchain Council
 
Silicon Valley Code Camp Blockchain Oct 2017
Silicon Valley Code Camp Blockchain Oct 2017Silicon Valley Code Camp Blockchain Oct 2017
Silicon Valley Code Camp Blockchain Oct 2017Nelson Petracek
 
How An Ai Blockchain Platform Creates Digital Assets From Personal Data
How An Ai Blockchain Platform Creates Digital Assets From Personal Data How An Ai Blockchain Platform Creates Digital Assets From Personal Data
How An Ai Blockchain Platform Creates Digital Assets From Personal Data Blockchain Council
 
#Blockchain - ISG Digital Business Summit 2017 - AP Manders
#Blockchain - ISG Digital Business Summit 2017 - AP Manders#Blockchain - ISG Digital Business Summit 2017 - AP Manders
#Blockchain - ISG Digital Business Summit 2017 - AP MandersAlex Manders
 
How do blockchain and wordpress work together
How do blockchain and wordpress work together How do blockchain and wordpress work together
How do blockchain and wordpress work together Blockchain Council
 
Blockchain - The Next Big Thing for Middleware
Blockchain - The Next Big Thing for MiddlewareBlockchain - The Next Big Thing for Middleware
Blockchain - The Next Big Thing for MiddlewareKai Wähner
 
Latest blockchain trends you should know in 2020
Latest blockchain trends you should know in 2020Latest blockchain trends you should know in 2020
Latest blockchain trends you should know in 2020Blockchain Council
 

Similar a Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockchain Training | Edureka (20)

Blockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | EdurekaBlockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | Edureka
 
Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...
Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...
Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...
 
Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...
Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...
Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...
 
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...
 
Cisco on Distributed Ledgers & Blockchain
Cisco on Distributed Ledgers & BlockchainCisco on Distributed Ledgers & Blockchain
Cisco on Distributed Ledgers & Blockchain
 
What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...
What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...
What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...
 
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
 
001 What is Blockchain.pdf
001 What is Blockchain.pdf001 What is Blockchain.pdf
001 What is Blockchain.pdf
 
How Secure Is Content Streaming With Blockchain Technology
How Secure Is  Content Streaming With Blockchain Technology How Secure Is  Content Streaming With Blockchain Technology
How Secure Is Content Streaming With Blockchain Technology
 
CWIN17 Rome / blockchain
CWIN17 Rome / blockchainCWIN17 Rome / blockchain
CWIN17 Rome / blockchain
 
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...
 
Code on the chain! An introduction in writing smart contracts and tooling for...
Code on the chain! An introduction in writing smart contracts and tooling for...Code on the chain! An introduction in writing smart contracts and tooling for...
Code on the chain! An introduction in writing smart contracts and tooling for...
 
Executive summary guild42 elca_blockchain.pptx_v1.0
Executive summary guild42 elca_blockchain.pptx_v1.0Executive summary guild42 elca_blockchain.pptx_v1.0
Executive summary guild42 elca_blockchain.pptx_v1.0
 
The most relevant platforms overview for blockchain developers in 2020
The most relevant platforms overview for blockchain developers in 2020The most relevant platforms overview for blockchain developers in 2020
The most relevant platforms overview for blockchain developers in 2020
 
Silicon Valley Code Camp Blockchain Oct 2017
Silicon Valley Code Camp Blockchain Oct 2017Silicon Valley Code Camp Blockchain Oct 2017
Silicon Valley Code Camp Blockchain Oct 2017
 
How An Ai Blockchain Platform Creates Digital Assets From Personal Data
How An Ai Blockchain Platform Creates Digital Assets From Personal Data How An Ai Blockchain Platform Creates Digital Assets From Personal Data
How An Ai Blockchain Platform Creates Digital Assets From Personal Data
 
#Blockchain - ISG Digital Business Summit 2017 - AP Manders
#Blockchain - ISG Digital Business Summit 2017 - AP Manders#Blockchain - ISG Digital Business Summit 2017 - AP Manders
#Blockchain - ISG Digital Business Summit 2017 - AP Manders
 
How do blockchain and wordpress work together
How do blockchain and wordpress work together How do blockchain and wordpress work together
How do blockchain and wordpress work together
 
Blockchain - The Next Big Thing for Middleware
Blockchain - The Next Big Thing for MiddlewareBlockchain - The Next Big Thing for Middleware
Blockchain - The Next Big Thing for Middleware
 
Latest blockchain trends you should know in 2020
Latest blockchain trends you should know in 2020Latest blockchain trends you should know in 2020
Latest blockchain trends you should know in 2020
 

Más de 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 | EdurekaEdureka!
 
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 | EdurekaEdureka!
 
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 | EdurekaEdureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaEdureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaEdureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaEdureka!
 
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 | EdurekaEdureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaEdureka!
 
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| EdurekaEdureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaEdureka!
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | EdurekaEdureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEdureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEdureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaEdureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaEdureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaEdureka!
 
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 | EdurekaEdureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaEdureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | EdurekaEdureka!
 

Más de 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
 

Último

Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxAna-Maria Mihalceanu
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...amber724300
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
Kuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialKuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialJoão Esperancinha
 
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...itnewsafrica
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Karmanjay Verma
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Mark Simos
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...Karmanjay Verma
 

Último (20)

Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance Toolbox
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
Kuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialKuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorial
 
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
 

Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockchain Training | Edureka

  • 1.
  • 2. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Proof Of Work & Blockchain Program What is Blockchain & Bitcoin? Blockchain Technologies Ethereum & Smart Contracts Peer To Peer Networks & Cryptography Blockchain Applications & Use Cases Agenda
  • 3. Copyright © 2017, edureka and/or its affiliates. All rights reserved. What is Blockchain & Bitcoin?
  • 4. Copyright © 2017, edureka and/or its affiliates. All rights reserved. What is Blockchain & Bitcoin? Blockchain Technology Blockchain is a continuously growing list of records called blocks linked and secured using cryptography 04 Blockchain came into existence with the introduction of Bitcoin's whitepaper in October 2008 03 02Blockchain is the implementation of the digital cryptocurrency Bitcoin 01Blockchain Technology is the latest buzz in the industry today 31 ’08
  • 5. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Bitcoin’s Blockchain Blockchain Technology Currently, about 1200 transactions are added to every block For every block that is added, the miner gets 12.5 BTC as reward A new block is added every 10 minutes
  • 6. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Technologies
  • 7. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Technologies
  • 8. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Peer to Peer Network Blockchain Technology All Blockchains run on Distributed Peer-to-Peer Networks
  • 9. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Peer to Peer Network Blockchain Technology Ledger Account Number 1Pos4r9Eesbv8754b… Balance 19K4ejhJW94U0212… 37 1ZOL9470uier2UMb… 42.67 178errbZ81FePNr30… 1342 1Mr3UNPH8H4U24v… 12.005 563 1JoH83jfos03n2490i… 974.65 … … Every single person on the network has a copy of the ledger There is no single centralized original copy
  • 10. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Technologies
  • 11. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Hash Encryption Blockchain Technology All data stored in Blockchain is encrypted using Hash Functions Hello World Hello World! hello world! A591a6d40bf420404a011733cf… 7f83b1657ff1fc53b92dc18148a… 7509e5bda0c762d2bac7f90d75… Hash Function Unlike encryption algorithms, Hash functions cannot be decrypted Bitcoin uses SHA256(SHA256(Block_Header)) Highly secure as minute input changes give completely different output
  • 12. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Technologies
  • 13. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Proof Of Work Blockchain Technology Proof Of Work involves solving a computationally expensive puzzle to add blocks to the Blockchain Hash (n-1) Block Data Nonce Hash (n) Block Data Nonce Hash (n+1) Block Data Nonce Block n Block n+1 Block n+2 Bitcoin has miners who validate have to solve a complex mathematical puzzle to add a block to the blockchain Miners search for a specific nonce which gives the desired hash which is predetermined
  • 14. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Technologies
  • 15. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Program Blockchain Technology Blockchains can be used to perform multiple programs An example of a program is to store ID cards of all citizens for authentication during elections Different blockchains can have different programs in them Blockchain Program is used to create and implement rules in the Blockchain
  • 16. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Program Blockchain Technology Blockchain Program is used to create and implement rules in the Blockchain We can create conditions as to when a transfer has to happen E.g. Transfer money to school on 1st of every month
  • 17. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Ethereum
  • 18. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Ethereum Blockchain Technology Ethereum is an open-source & public blockchain based distributed computing platform Currency Issuance Decentralized Autonomous Organizations (DAO) Smart Contracts Smart Property
  • 19. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Ethereum Blockchain Technology Smart Contracts are the basic building blocks of Ethereum Ethereum also provides a cryptocurrency token called "ether"
  • 20. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Smart Contracts
  • 21. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Smart Contracts Blockchain Technology pragma solidity ^0.4.0; contract Simple { function taker(uint _a, uint _b){ // Do something with a and b } } Used to create rules in the Blockchain program Written in Solidity language for most Blockchains A sample smart contract
  • 22. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Applications
  • 23. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Where is Blockchain being used? Blockchain Technology BitcoinStore Online marketplace that sells a variety of electronic gadgets
  • 24. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Where is Blockchain being used? Blockchain Technology Coingig Online marketplace that conducts its transactions solely in Bitcoins where you can find everything from books to T-shirts
  • 25. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Where is Blockchain being used? Blockchain Technology The Swiss Pharmacy Provides high-quality medicine and accepts Bitcoins and ships worldwide
  • 26. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Where is Blockchain being used? Blockchain Technology All Things Luxury Carries a large selection of jewellery, including rings, necklaces, bracelets, earrings and cuff links
  • 27. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Where is Blockchain being used? Blockchain Technology Virgin Galactic Richard Branson’s Virgin Galactic venture began accepting Bitcoins as payment for their suborbital space flights
  • 28. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Where is Blockchain being used? Blockchain Technology Cheap Air CheapAir intends to eventually allow you to book hotels and flights using Bitcoin via their app
  • 29. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Supply Chain Management Financial Services Voting Real Estate Music Streaming
  • 30. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Supply Chain Management Financial Services Voting Real Estate Music Streaming
  • 31. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Blockchain Technology In September 2016, Barclays carried out the world’s first trade transaction using blockchain NASDAQ will soon run Blockchain trading Financial Services
  • 32. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Supply Chain Management Financial Services Voting Real Estate Music Streaming
  • 33. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Blockchain Technology Estonia, a small Baltic nation is the first to implement Blockchain based E- Voting System Followmyvote is world’s first open- source online voting solution based on blockchain Voting
  • 34. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Supply Chain Management Financial Services Voting Real Estate Music Streaming
  • 35. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Blockchain Technology Solves issues of huge paperwork and high agent fees Using Ubitquity, anyone can manage, track, and transfer land titles and property deeds Real Estate
  • 36. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Supply Chain Management Financial Services Voting Real Estate Music Streaming
  • 37. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Blockchain Technology Music Streaming Artists lose up to 86% of the proceeds from their music because of illegal downloading Mycelia is a Blockchain based platform for artists to sell their work directly to customers
  • 38. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Supply Chain Management Financial Services Voting Real Estate Music Streaming
  • 39. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Blockchain Technology Supply Chain Management Middlemen in supply chains take time, add costs, and make mistakes often Provenance facilitates “transparent and traceable” trade on the Blockchain
  • 40. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Session In A Minute What is Blockchain & Bitcoin? Blockchain Technologies Networks & Cryptography Proof Of Work & Programs Ethereum & Smart Contracts Blockchain Applications Blockchain Technology
  • 41. Copyright © 2017, edureka and/or its affiliates. All rights reserved.
  • 42. Copyright © 2017, edureka and/or its affiliates. All rights reserved.