SlideShare a Scribd company logo
1 of 15
Download to read offline
Goals Of This Conference
1.TO UNDERSTAND THE FUTURE OF SAVING DATA
2.TO RUN AGAINST OUR ENVIRONMENT
3.TO KNOW WHERE WE ARE AND WHERE WE ARE GOING TO BE
5.TO UNDERSTAND THE MEANING OF A UNIQUE AND OPEN SOURCE WORLD
Erfan Arefi
UMZ_CS
The History Of Saving Data
#We should save our data
because we live by them!
?
Erfan Arefi
UMZ_CS
Centralized Databases VS. Distributed Databases
#A DISTRIBUTED DATABASE, IS A DATABASE IN WHICH ALL THE
INFORMATION IS STORED ON MULTIPLE PHYSICAL LOCATIONS
#A CENTRALIZED DATABASE IS A DATABASE THAT IS LOCATED, STORED,
AND MAINTAINED IN A SINGLE LOCATION
Erfan Arefi
UMZ_CS
Decentralization Using Concept
Peer-to-peer (P2P) is a decentralized communications model in which
each party has the same capabilities
and either party can initiate a communication session.
Unlike the client/server model, in which the client makes a
service request and the server fulfills the request,
the P2P network model allows each node to function as both a client and server.
Erfan Arefi
UMZ_CS
Storing Data Using Storage
Storj is an open source
project that aims to offer a
completely decentralized,
secure, and efficient cloud
storage service, that also
serves as a peer-to-peer
payment system like
Bitcoin
Interplanetary file
System is a protocol
designed to create a
permanent and
decentralized method
of storing and sharing
files
#Each file and all of the blocks within it are given
a unique fingerprint called a cryptographic hash.
#IPFS removes duplications across the network
and tracks version history for every file
#Each network node stores only content it is
interested in, and some indexing information that
helps figure out who is storing what
#When looking up files, you're asking the network to find
nodes storing the content behind a unique hash.
#Every file can be found by human-readable
names using a decentralized naming system
called IPNS.
Erfan Arefi
UMZ_CS
#A Blockchain is a continuously growing list of records, called blocks;
is a decentralized and distributed digital ledger which are linked and
secured using cryptography.
Sharing As A Simplest Example Of How Blockchain Works
This is Where The BLOCKCHAIN Comes In
#Proof of Concept
To better explain how blockchain technology can create a true peer-to-peer sharing
economy, let’s look at the following example:
Say you want to rent a car for a short trip from one side of town to the other.
To do so, you could use a mobile app to identify vehicles that are available in
your vicinity. Then, after verifying the digital identities of both yourself and the
vehicle owner, you agree to terms and conditions, such as the fee and duration
of the rental, and buy a micro-insurance policy covering the ride, via an immutable
smart contract. Once the terms and conditions are agreed upon and the smart contract is
created and verified, you can open the car using your smartphone and the payment is directly
deducted from your digital wallet and transferred to the vehicle owner upon completing your trip.
In this scenario, no central authority is needed to agree on transaction terms,
verify payments or screen participants’ identities as all that would be handled by the distributed ledger
technology underlying the transaction.
Erfan Arefi
UMZ_CS
#Bitcoin is a type of unregulated digital currency
Also known as a “cryptocurrency”,
Bitcoin transactions are stored and transferred using a distributed ledger on a peer-to-peer network that is open,
public and anonymous. Blockchain is the underpinning technology that maintains the Bitcoin transaction ledger
The Bitcoin blockchain in its simplest form is a database or
ledger comprised of Bitcoin transaction records. However, because this database is distributed
across a peer-to-peer network and is without a central authority, network participants must agree on the
validity of transactions before they can be recorded. This agreement,
which is known as “consensus,” is achieved through a process called “mining.”
+ +
Erfan Arefi
UMZ_CS
Who Uses This Technology
A decentralized autonomous
organization (DAO), sometimes
labeled a decentralized
autonomous
corporation (DAC), is
an organization that is run
through rules encoded
as computer
programs called smart
contracts. A DAO's financial
transaction record and
program rules are maintained
on a blockchain
DTube is a decentralized streaming video platform linked
to Steemit (the decentralized social media) which allows
users to upload videos easily and make money (or cryptocurrency)
via the upvotes or likes on their post.
Steemit is a social
news service which runs a
blogging and social
networking website on
top of
a blockchain database,
known as Steem
A smart contract, also known as a cryptocontract, is a computer program that directly
controls the transfer of digital currencies or assets between parties under certain conditions.
These contracts are stored on blockchain technology,
a decentralized ledger that also underpins bitcoin and other cryptocurrencies.
Blockchain is ideal for storing smart contracts because of the technology's security and immutability.
Ethereum is an open-source,
public, blockchain-based distributed computing
platform featuring smart contract (scripting) functionality
Erfan Arefi
UMZ_CS
BLOCKCHAIN VS. Traditional Databases
Erfan Arefi
UMZ_CS
If BLOCKCHAIN Is A Distributed Database
Where Is The Data ?
Blockchains are databases from a high-level view, but the underlying technology
is different enough to make some assumptions inaccurate.
An Excel file is also a database, but with characteristics unneeded/harmful for say, a NoSQL database.
The data "is" on every full node. That is, every client replicates the entire blockchain. This is indeed inefficient,
and future development is aimed towards removing this requirement.
The official specification for the state (that is, the set of all contracts and accounts
and their storage and balance) is a Merkle Patricia Tree. However,
an individual node may implement it internally in whatever way it finds best. (geth uses levelDB for example.)
Every full node has its own copy of the blockchain. The blockchain is stored, distributed,
on every machine in the Bitcoin network being used to mine Bitcoin.
This network is self-regulating and peer-to-peer. There is majority rule,
meaning that if one node on the network no longer agrees with the other nodes
it is kicked out of the network and will have to "resync" its data to be in agreement with the network
Erfan Arefi
UMZ_CS
What We Can Do With This Technology
Blockchains can be used for a wide variety of applications, such as
tracking ownership or the provenance of documents, digital assets,
physical assets, IOT, Streaming TV, digital identification system, crypto-currencies or voting rights.
Blockchain technology was popularised by the Bitcoin digital currency system.
But, essentially, a blockchain is just a special kind of database. The Bitcoin
blockchain stores cryptographically signed records of financial transfers,
but blockchain systems can store any kind of data. Blockchains can also
store and run computer code called “smart contracts”.
What makes a blockchain system special is that it doesn’t run on just one computer like a regular database.
Rather, many distributed processing nodes collaborate to run it.
There can be a full copy of the database on every node,
and the system encourages all those nodes to establish a consensus about its contents.
This boosts our confidence in the database and its contents. It’s difficult, if not impossible,
to meddle with the database without others finding out and correcting it.
The global consensus among the nodes about
the integrity and contents of the distributed database is why it’s often called a “distributed ledger”.
Erfan Arefi
UMZ_CS
Problems Of A Technology
#MAIN PROBLEM
Here’s the real problem. While your auditors would probably love you,
you may not like what you find in your blockchain.
Accidental transactions are permanent. Once added to the chain,
transactions are there for life (unless you destroy the entire network).
That means making sure what you put in your chain is truly what you want to keep there.
Since every block is encrypted based on the previous block,
undoing a block is impossible without a complete rollback of everything on every node to the point in time.
Erfan Arefi
UMZ_CS
Conclusion
#What we should or shouldn’t do!
#Who we are going to be!
#Where is our place in blockchain future!
Erfan Arefi
UMZ_CS
References
https://www.google.com/amp/s/www.cryptocompare.com/coins/guides/what-is-a-bitcoin-double-spend-and-how-does-it-work/%3faltTemplate=WebPageAMPGuide
https://bitcoin.stackexchange.com/questions/28168/what-are-the-keys-used-in-the-blockchain-leveldb-ie-what-are-the-keyvalue-pair
https://www.quora.com/Where-is-the-blockchain-database-stored-for-Bitcoin-transactions-I-know-that-no-company-person-owns-this
https://www.quora.com/Where-is-the-blockchain-ledger-of-bitcoin-transactions-stored-and-how-is-it-being-backed-up
https://ethereum.stackexchange.com/questions/10509/if-a-blockchain-is-a-distributed-database-where-is-the-data
https://medium.com/@sbmeunier/blockchain-technology-a-very-special-kind-of-distributed-database-e63d00781118
https://medium.freecodecamp.org/from-what-is-blockchain-to-building-a-blockchain-within-an-hour-4e738efc819d
http://startupmanagement.org/2014/12/27/the-blockchain-is-the-new-database-get-ready-to-rewrite-everything/
https://bitcoin.stackexchange.com/questions/7330/whats-the-process-of-creating-a-block-on-the-blockchain
https://www.ibm.com/blogs/blockchain/2017/05/the-difference-between-bitcoin-and-blockchain-for-business/
https://bitcoin.stackexchange.com/questions/21575/where-are-the-blocks-in-the-blockchain-stored
https://bitcoin.stackexchange.com/questions/1600/where-are-the-users-bitcoins-actually-stored
http://www.nasdaq.com/article/can-blockchain-help-curb-the-flow-of-blood-diamonds-cm673953
https://arzdigital.com/your-company-will-use-blockchain-in-less-than-10-years-heres-how/
https://techbeacon.com/Blockchain-relational-database-which-right-for-your-application
https://www.techbullion.com/the-structure-of-blockchain-technology-and-how-it-works/
https://www.coindesk.com/information/what-is-the-difference-blockchain-and-database/
https://techcrunch.com/2015/10/04/why-the-internet-needs-ipfs-before-its-too-late/
https://marmelab.com/blog/2016/04/28/blockchain-for-web-developers-the-theory.html
https://www.cryptocompare.com/coins/guides/why-is-ethereum-different-to-bitcoin/
http://www.zdnet.com/article/blockchains-in-the-database-world-what-for-and-how/
https://www.sitepoint.com/managing-data-storage-with-blockchain-and-bigchaindb/
https://medium.com/@micheledaliessi/how-does-the-blockchain-work-98c8cd01d2ae
https://www.wsj.com/articles/what-blockchain-is-and-what-it-can-do-1466388185
https://medium.com/@micheledaliessi/how-does-the-blockchain-work-98c8cd01d2ae
https://www.multichain.com/blog/2016/03/blockchains-vs-centralized-databases/
https://flyingzumwalt.gitbooks.io/decentralized-web-primer/content/ipfs-dag/
https://www.hackread.com/blockchain-can-revolutionize-personal-data-storage/
https://www.quora.com/Whats-the-difference-between-blockchain-and-a-database
https://www.quora.com/How-can-blockchain-be-used-as-a-database-to-store-data
https://bitcoin.stackexchange.com/questions/11104/what-is-the-database-for
https://www.cryptocoinsnews.com/will-blockchain-new-database-2015-beyond/
https://www.coindesk.com/information/how-does-blockchain-technology-work/
https://blog.ethereum.org/2016/07/12/build-server-less-applications-mist/
https://www.coindesk.com/7-cool-decentralized-apps-built-ethereum/
https://www.cryptocompare.com/mining/guides/what-is-proof-of-work/
https://blockgeeks.com/questions/where-is-the-blockchain-saved/
https://distributed.com/news/streaming-television-blockchain/
http://www.makeuseof.com/tag/p2p-peer-peer-file-sharing-works/
https://www.coindesk.com/information/what-can-a-blockchain-do/
https://hbr.org/2017/03/how-safe-are-blockchains-it-depends
https://bitcoin.org/en/developer-guide#block-chain-overview
Erfan Arefi
UMZ_CS
https://arzdigital.com/how-does-blockchain-technology-work/
https://coinhub.ir/blog/31/what-is-blockchain-technology/
https://en.wikipedia.org/wiki/InterPlanetary_File_System
https://www.quora.com/Where-is-the-main-bitcoin-database
https://appliedblockchain.com/blockchain-as-a-database/
https://arzdigital.com/the-beginning-story-of-etherum/
https://arzdigital.com/ethereum-smart-contracts-work/
https://arzdigital.com/what-is-blockchain-technology/
https://www.sap.com/products/leonardo/blockchain.html
https://www.oracle.com/cloud/blockchain/index.html
https://arzdigital.com/bitcoin_smart_contracts/
https://blockgeeks.com/guides/what-is-ethereum/
https://en.wikipedia.org/wiki/Bitcoin_network
https://www.weusecoins.com/what-is-ethereum/
https://en.wikipedia.org/wiki/Peer-to-peer
https://faizod.com/blockchain-technology/
https://en.wikipedia.org/wiki/Blockchain
https://en.bitcoin.it/wiki/Block_chain
https://en.bitcoin.it/wiki/Block
https://www.multichain.com
https://www.bigchaindb.com
https://www.ethereum.org/
http://way2pay.ir/51154
https://en.bitcoin.it
https://ties.network/
https://storj.io/
https://ipfs.io/
Erfan Arefi
UMZ_CS
References

More Related Content

What's hot

How Blockchain Is Different From Cryptocurrency?
How Blockchain Is Different From Cryptocurrency?How Blockchain Is Different From Cryptocurrency?
How Blockchain Is Different From Cryptocurrency?Endive Software
 
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | CryptocurrencyBlockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | CryptocurrencyUnbiased Technolab
 
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...JP Batra
 
Blockchain for Executives, Entrepreneurs and Investors
Blockchain for Executives, Entrepreneurs and InvestorsBlockchain for Executives, Entrepreneurs and Investors
Blockchain for Executives, Entrepreneurs and InvestorsFenbushi Capital
 
Presentation about Blockchain technology
Presentation about Blockchain technologyPresentation about Blockchain technology
Presentation about Blockchain technologyZakaria Hossain
 
A Quick Start To Blockchain by Seval Capraz
A Quick Start To Blockchain by Seval CaprazA Quick Start To Blockchain by Seval Capraz
A Quick Start To Blockchain by Seval CaprazSeval Çapraz
 
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...Blockchain Council
 
Blockchian introduction
Blockchian introductionBlockchian introduction
Blockchian introductionkesavan N B
 
The Basic Theories of Blockchain
The Basic Theories of BlockchainThe Basic Theories of Blockchain
The Basic Theories of BlockchainSota Watanabe
 
SpaceChain - Blockchain in Space
SpaceChain - Blockchain in SpaceSpaceChain - Blockchain in Space
SpaceChain - Blockchain in SpaceAlecHo7
 
Becoming a blockchain professional
Becoming a blockchain professionalBecoming a blockchain professional
Becoming a blockchain professionalPortia Burton
 
Decentralization in blockchain
Decentralization in blockchainDecentralization in blockchain
Decentralization in blockchainSaravanan T.M
 
Blockchain: An Innovative Technology
Blockchain: An Innovative TechnologyBlockchain: An Innovative Technology
Blockchain: An Innovative TechnologyIJSRED
 
InfiniteChain White Paper
InfiniteChain White Paper InfiniteChain White Paper
InfiniteChain White Paper InfiniteChain
 
1% OF EVERYTHING ABOUT BLOCKCHAIN
1% OF EVERYTHING ABOUT BLOCKCHAIN1% OF EVERYTHING ABOUT BLOCKCHAIN
1% OF EVERYTHING ABOUT BLOCKCHAINRavi Choudhary
 
Blockchain 101
Blockchain 101Blockchain 101
Blockchain 101Suki Chana
 

What's hot (20)

How Blockchain Is Different From Cryptocurrency?
How Blockchain Is Different From Cryptocurrency?How Blockchain Is Different From Cryptocurrency?
How Blockchain Is Different From Cryptocurrency?
 
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | CryptocurrencyBlockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
 
Donn felker etehreum
Donn felker etehreumDonn felker etehreum
Donn felker etehreum
 
Blockchain
BlockchainBlockchain
Blockchain
 
All About Ethereum
All About EthereumAll About Ethereum
All About Ethereum
 
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
 
Blockchain for Executives, Entrepreneurs and Investors
Blockchain for Executives, Entrepreneurs and InvestorsBlockchain for Executives, Entrepreneurs and Investors
Blockchain for Executives, Entrepreneurs and Investors
 
Presentation about Blockchain technology
Presentation about Blockchain technologyPresentation about Blockchain technology
Presentation about Blockchain technology
 
INTRO TO BLOCKCHAINS AND CRYPTOCURRENCY
INTRO TO BLOCKCHAINS AND CRYPTOCURRENCYINTRO TO BLOCKCHAINS AND CRYPTOCURRENCY
INTRO TO BLOCKCHAINS AND CRYPTOCURRENCY
 
A Quick Start To Blockchain by Seval Capraz
A Quick Start To Blockchain by Seval CaprazA Quick Start To Blockchain by Seval Capraz
A Quick Start To Blockchain by Seval Capraz
 
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
 
Blockchian introduction
Blockchian introductionBlockchian introduction
Blockchian introduction
 
The Basic Theories of Blockchain
The Basic Theories of BlockchainThe Basic Theories of Blockchain
The Basic Theories of Blockchain
 
SpaceChain - Blockchain in Space
SpaceChain - Blockchain in SpaceSpaceChain - Blockchain in Space
SpaceChain - Blockchain in Space
 
Becoming a blockchain professional
Becoming a blockchain professionalBecoming a blockchain professional
Becoming a blockchain professional
 
Decentralization in blockchain
Decentralization in blockchainDecentralization in blockchain
Decentralization in blockchain
 
Blockchain: An Innovative Technology
Blockchain: An Innovative TechnologyBlockchain: An Innovative Technology
Blockchain: An Innovative Technology
 
InfiniteChain White Paper
InfiniteChain White Paper InfiniteChain White Paper
InfiniteChain White Paper
 
1% OF EVERYTHING ABOUT BLOCKCHAIN
1% OF EVERYTHING ABOUT BLOCKCHAIN1% OF EVERYTHING ABOUT BLOCKCHAIN
1% OF EVERYTHING ABOUT BLOCKCHAIN
 
Blockchain 101
Blockchain 101Blockchain 101
Blockchain 101
 

Similar to Blockchain Technology

CASE STUDY ON EVOTING USING BLOCKCHAIN1.pptx
CASE STUDY ON  EVOTING USING BLOCKCHAIN1.pptxCASE STUDY ON  EVOTING USING BLOCKCHAIN1.pptx
CASE STUDY ON EVOTING USING BLOCKCHAIN1.pptxATHULPSUDHEER
 
Application of Blockchain Technologies in Digital Forensics
Application of Blockchain Technologies in Digital ForensicsApplication of Blockchain Technologies in Digital Forensics
Application of Blockchain Technologies in Digital ForensicsMahdi_Fahmideh
 
Blockchain Explained
Blockchain Explained Blockchain Explained
Blockchain Explained wedefine
 
Ultimate guide to understand- What is Blockchain Technology
Ultimate guide to understand- What is Blockchain Technology Ultimate guide to understand- What is Blockchain Technology
Ultimate guide to understand- What is Blockchain Technology Chapter247 Infotech
 
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...Shefali Shetty
 
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...Shefali Shetty
 
Learn Blockchain-Basics - 101Blockchains
Learn Blockchain-Basics - 101BlockchainsLearn Blockchain-Basics - 101Blockchains
Learn Blockchain-Basics - 101BlockchainsJackSmith435850
 
Introduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrenciesIntroduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrenciesAurobindo Nayak
 
Blockchain tutorial
Blockchain tutorial Blockchain tutorial
Blockchain tutorial Rohit Verma
 
Blockchain, Blockchain Platform, Private and a Public Blockchain?
Blockchain, Blockchain Platform, Private and a Public Blockchain?Blockchain, Blockchain Platform, Private and a Public Blockchain?
Blockchain, Blockchain Platform, Private and a Public Blockchain?dipankarmondal42
 
BLOCK CHAIN technology for the students.
BLOCK CHAIN technology for the students.BLOCK CHAIN technology for the students.
BLOCK CHAIN technology for the students.Rajasekhar364622
 
Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...
Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...
Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...eraser Juan José Calderón
 
От прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийОт прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийPositive Hack Days
 
Blockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdfBlockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdfArcadePrinters
 

Similar to Blockchain Technology (20)

BlockChain Public
BlockChain PublicBlockChain Public
BlockChain Public
 
CASE STUDY ON EVOTING USING BLOCKCHAIN1.pptx
CASE STUDY ON  EVOTING USING BLOCKCHAIN1.pptxCASE STUDY ON  EVOTING USING BLOCKCHAIN1.pptx
CASE STUDY ON EVOTING USING BLOCKCHAIN1.pptx
 
Blockchain Assignment
Blockchain AssignmentBlockchain Assignment
Blockchain Assignment
 
Blockchain.pptx
Blockchain.pptxBlockchain.pptx
Blockchain.pptx
 
Application of Blockchain Technologies in Digital Forensics
Application of Blockchain Technologies in Digital ForensicsApplication of Blockchain Technologies in Digital Forensics
Application of Blockchain Technologies in Digital Forensics
 
BLOCKCHAIN.pptx
BLOCKCHAIN.pptxBLOCKCHAIN.pptx
BLOCKCHAIN.pptx
 
Blockchain Explained
Blockchain Explained Blockchain Explained
Blockchain Explained
 
Ultimate guide to understand- What is Blockchain Technology
Ultimate guide to understand- What is Blockchain Technology Ultimate guide to understand- What is Blockchain Technology
Ultimate guide to understand- What is Blockchain Technology
 
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
 
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
 
Block chain technology
Block chain technologyBlock chain technology
Block chain technology
 
Learn Blockchain-Basics - 101Blockchains
Learn Blockchain-Basics - 101BlockchainsLearn Blockchain-Basics - 101Blockchains
Learn Blockchain-Basics - 101Blockchains
 
Introduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrenciesIntroduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrencies
 
Blockchain tutorial
Blockchain tutorial Blockchain tutorial
Blockchain tutorial
 
Block chain technology
Block chain technology Block chain technology
Block chain technology
 
Blockchain, Blockchain Platform, Private and a Public Blockchain?
Blockchain, Blockchain Platform, Private and a Public Blockchain?Blockchain, Blockchain Platform, Private and a Public Blockchain?
Blockchain, Blockchain Platform, Private and a Public Blockchain?
 
BLOCK CHAIN technology for the students.
BLOCK CHAIN technology for the students.BLOCK CHAIN technology for the students.
BLOCK CHAIN technology for the students.
 
Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...
Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...
Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...
 
От прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийОт прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компаний
 
Blockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdfBlockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdf
 

Recently uploaded

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 

Recently uploaded (20)

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 

Blockchain Technology