SlideShare a Scribd company logo
1 of 26
Download to read offline
BLOCKCHAIN
WORKSHOP
10th March 2017
Visakhapatnam, Andhra Pradesh
Introduction and Today’s Agenda
Session Time
Introduction to Blockchain 1pm – 1:20pm
Brief History of Distributed Systems
Blockchain & Cryptocurrency – Platform and Use Case
Distinction
Basic Technical Concepts 1:20pm – 2:30pm
Cryptography & Blockchain
Digital Signatures
Mining
Merkel Tree
Consensus Mechanisms
Blockchain Application 2:30pm – 3:15pm
Public Vs Permissioned (Private) Blockchain
A few In-Play Use Cases
How to Get Started with Blockchain - Ethereum
Q & A 3:15pm – 3:45pm
Hand Over Self Starter Exercise & Close Session 4pm
Parag Jain, Co-Founder & CEO, ThynkBlynk
Retail Banker, Payments Expert, BPO Experience,
Business P&L Management, International Business
Growth, Alumni of London Business School, Lived
& Worked Across the Globe
Devendar, Co-Founder, ThynkBlynk
Banking Technology Leader, ex-CIO & Payments
Expert with experience working across the Globe.
Has run bank mergers and complex enterprise
implementations in a multi-party and cross border
environment.
About ThynkBlynk
◉ Incorporated	in	India	and	US,	ThynkBlynk	is	creating	
ChainTrail.Com,	a	subscription	based	online	service	on	
the	Blockchain	that	enables	identity	attributes based	
transactions	to	be	executed	Securely,	Efficiently	and	
Digitally
◉ Co-Founded	by	a	team	of	executives	with	
combined	international	&	cross-industry	
experience	of	over	60	years	with	business	
relationships	in	over	20	countries,	our	service	is	for	
the	Global	Marketplace,	offering	Local	Solutions
INTRODUCTION TO BLOCKCHAIN
What is Blockchain?
“The	blockchain	is	an	incorruptible	distributed digital	ledger	of	economic	transactions	that	can	be	
programmed	to	record	not	just	financial	transactions	but	virtually	everything	of	value.”	Don	&	
Alex	Tapscott,	authors	Blockchain	Revolution
According	to	Sunny	Ray,	Co-founder	and	President	of	India's	leading	bitcoin	
blockchain	company,	Unicoin,	"blockchain	enables	two	entities	that	do	not	know	
each	other	to	agree	that	something	is	true	without	the	need	of	a	third	party.
IMMUTABLE VERIFIABLE
Distributed Ledgers, Systems
TRUST = EMPOWERMENT
Credit:	https://www2.deloitte.com/content/dam/Deloitte/au/Images/infographics/au-deloitte-technology-bitcoin-blockchain-distributed-ledgers-180416.pdf
Distributed Ledgers, Systems
TRUST = EMPOWERMENT
Credit:	https://www2.deloitte.com/content/dam/Deloitte/au/Images/infographics/au-deloitte-technology-bitcoin-blockchain-distributed-ledgers-180416.pdf
Distributed Ledgers’ Landscape
Credit:	https://assets.kpmg.com/content/dam/kpmg/pdf/2016/06/kpmg-blockchain-consensus-mechanism.pdf
Cryptocurrency & Blockchain Distinction
Irreversible Pseudonymous Fast	&	Global Secure Permissionless
BLOCKCHAIN: BASIC CONCEPTS
Cryptography
Cryptography is	the	science	of	using	mathematics	to	encrypt	and	decrypt	data.	
Conventional	
Cryptography
Public	Key	
Cryptography
Credit:	‘The	Basics	of	Cryptography’,	Phil	Zimmermann	
Digital	Signatures
One	Way	
Hash	Function
Cryptography
Cryptography is	the	science	of	using	mathematics	to	encrypt	and	decrypt	data.	
An	extremely	simple	example	of	conventional	cryptography	is	a	substitution	
cipher.	A	substitution	cipher	substitutes	one	piece	of	information	for	another.	
In	conventional	cryptography,	also	called	secret-key	or	symmetric-key	
encryption,	one	key	is	used	both	for	encryption	and	decryption.	
Public	key	cryptography	is	an	asymmetric	scheme	that	uses	a	pair	of	keys	for	
encryption:	a	public	key,	which	encrypts	data,	and	a	corresponding	private,	or	
secret	key	for	decryption.	You	publish	your	public	key	to	the	world	while	keeping	
your	private	key	secret.	Anyone	with	a	copy	of	your	public	key	can	then	encrypt	
information	that	only	you	can	read.	Even	people	you	have	never	met.	
Credit:	‘The	Basics	of	Cryptography’,	Phil	Zimmermann
Digital Signatures & One way Hashes
A	major	benefit	of	public	key	cryptography	is	that	it	provides	a	method	for	employing	
digital	signatures.	Digital	signatures	enable	the	recipient	of	information	to	verify	the	
authenticity	of	the	information’s	origin,	and	also	verify	that	the	information	is	intact.	
Thus,	public	key	digital	signatures	provide	authentication	and	data	integrity.	A	digital	
signature	also	provides	non-repudiation,	which	means	that	it	prevents	the	sender	from	
claiming	that	he	or	she	did	not	actually	send	the	information.	
The	system	described	above	has	some	problems.	It	is	slow,	and	it	produces	an	
enormous	volume	of	data—at	least	double	the	size	of	the	original	information.	An	
improvement	on	the	above	scheme	is	the	addition	of	a	one-way	hash	function	in	the	
process.	A	one-way	hash	function	takes	variable-length	input—in	this	case,	a	message	
of	any	length,	even	thousands	or	millions	of	bits—and	produces	a	fixed-length	output;	
say,	160-bits.	The	hash	function	ensures	that,	if	the	information	is	changed	in	any	
way—even	by	just	one	bit—an	entirely	different	output	value	is	produced.	
Credit:	‘The	Basics	of	Cryptography’,	Phil	Zimmermann
Merkel Tree
A	Merkle	tree	is	a hash	based	data	structure that	is	a	generalization	of	the hash	list.	It	is	
a tree structure	in	which	each	leaf	node	is	a	hash	of	a	block	of	data,	and	each	non-leaf	node	is	a	hash	of	
its	children. Merkle	trees	are	used	in	distributed	systems	for	efficient	data	verification	– Merkel	Proofs
In the	figure	alongside,	a	node	can	prove	that	a	
transaction	K	is	included	in	the	block	by	producing	a	
merkle	path	that	is	only	four	32-byte	hashes	long	(128	
bytes	total).	The	path	consists	of	the	four	hashes	(noted	
in	blue)	HL,	HIJ,	HMNOP and	HABCDEFGH.	With	those	four	
hashes	provided	as	an	authentication	path,	any	node	
can	prove	that	HK (noted	in	green	in	the	diagram)	is	
included	in	the	merkle	root	by	computing	four	
additional	pair-wise	hashes	HKL,	HIJKL,	HIJKLMNOP,	and	the	
merkle	tree	root	(outlined	in	a	dotted	line	in	the	
diagram).
Root	Hash:	Public	&	Trusted
Credit:	https://www.weusecoins.com/what-is-a-merkle-tree/,	http://www.blockchaintechnologies.com/blockchain-mining
Consensus Mechanism
In	distributed	ledgers,	a	consensus	mechanism	
is	the	way	in	which	a	majority	(or,	in	some	
mechanisms,	all)	of	network	members	agree	
on	the	value	of	a	piece	of	data	or	a	proposed	
transaction,	which	then	updates	the	ledger.	In	
other	words,	a	consensus	mechanism	is	a	set	
of	rules	and	procedures	that	maintains	a	
coherent	set	of	facts	among	the	participating	
nodes.	
How	consensus	mechanisms	work	
Basic	parameters	that	define	a	consensus	mechanism:	
Decentralized	governance:	A	single	central	authority	cannot	provide	
transaction	nality.	
Quorum	structure:	Nodes	exchange	messages	in	prede ned ways,	which	
may	include	stages	or	tiers.	
Authentication:	This	process	provides	means	to	verify	the	participants’	
identities.	
Integrity:	It	enforces	the	validation	of	the	transaction	integrity	(e.g.,	
mathematically	through	cryptography).	
Nonrepudiation:	This	provides	means	to	verify	that	the	supposed	sender	
really	sent	the	message.	
Privacy:	It	helps	ensure	that	only	the	intended	recipient	can	read	the	message.	
Fault	tolerance:	The	network	operates	efficiently	and	quickly,	even	if	some	
nodes	or	servers	fail	or	are	slow.	
Performance:	It	considers	throughput,	liveness,	scalability,	and	latency	
Credit:	KPMG	Paper	on	Consensus	Mechanism
Consensus Mechanisms’ Landscape
Credit:	KPMG	Paper	on	
Consensus	Mechanism
Transactions & Mining
Mining refers	to	the	distributed	computational	review	process	performed	on	each	"block"	of	data	in	a	
"block-chain".	This	allows	for	achievement	of consensus in	an	environment	where	neither	party	
knows	or	trusts	each	other.	The	process	is	carried	out	by	Miners
Credit:	http://www.blockchaintechnologies.com/blockchain-mining#sthash.cc3W9Ie1.dpuf,	http://www.coindesk.com/information/how-bitcoin-mining-works/
When	a	block	of	transactions	is	created,	miners	put	it	
through	a	process.	They	take	the	information	in	the	
block,	and	apply	a	mathematical	formula	to	it,	turning	
it	into	a	Hash.	The	bitcoin	protocol	won’t	just	accept	
any	old	hash.	It	demands	that	a	block’s	hash	has	to	
look	a	certain	way;	it	must	have	a	certain	number	of	
zeroes	at	the	start.
Miners	continually	change	the	data	they’re	using	to	create	a	different	hash	without	meddling	with	transaction	
data.	They	do	this	using	another,	random	piece	of	data	called	a	‘nonce’.	This	is	used	with	the	transaction	data	
to	create	a	hash.	If	the	hash	doesn’t	fit	the	required	format,	the	nonce	is	changed,	and	the	whole	thing	is	
hashed	again.
BLOCKCHAIN APPLICATION
Smart Contracts
Credit:	http://www.kwm.com/en/au/knowledge/insights/10-things-you-need-to-know-smart-contracts-20160630,	
http://www.blockchaintechnologies.com/blockchain-smart-contracts
A	smart	contract	is	an	agreement	that	is	fully	or	partially	automated	using	software	to	
facilitate	execution,	enforcement	and	performance	underlying	that	contract.
Key	Benefits
• Contracts	become	Efficient,	Faster	and	Improve	Underlying	Performance
• An	agreement	does	not	need	to	be	completely	automated	to	be	a	smart	contract.	
• Combined	with	other	technology	like	Blockchain,	smart	contracts	have	transformative	potential
• It	is	still	early	days.	Really	early	days.
Smart	contracts	for	the	music	industry - In	this	use	case,	a	public	blockchain	could	
keep	track	of	ownership	rights.	These	rights	&	usage	conditions	could	be	publicly	
accessible	to	all.	Furthermore,	the	transfer	of	royalty	payments	could	be	real	time	
and	the	smart	contract	could	ensure	that	each	time	a	payment	is	generated	for	a	
given	work,	the	money	would	be	automatically	split	according	to	the	set	terms,	and	
each	party’s	account	would	instantly	reflect	the	additional	revenue.
Public Vs Permissioned (Private) Blockchain
Public	blockchains:	a	public	blockchain	is	a	blockchain	that	
anyone	in	the	world	can	read,	anyone	in	the	world	can	send	
transactions	to	and	expect	to	see	them	included	if	they	are	
valid,	and	anyone	in	the	world	can	participate	in	
the consensus	process
Consortium	blockchains:	a	consortium	blockchain	is	a	
blockchain	where	the	consensus	process	is	controlled	by	a	
pre-selected	set	of	nodes;	for	example,	one	might	imagine	a	
consortium	of	15	financial	institutions,	each	of	which	
operates	a	node	and	of	which	10	must	sign	every	block	in	
order	for	the	block	to	be	valid.
Fully	private	blockchains:	a	fully	private	blockchain	is	a	
blockchain	where	write	permissions	are	kept	centralized	to	
one	organization.	Read	permissions	may	be	public	or	
restricted	to	an	arbitrary	extent.
Privacy	is	a	universal	human	
right	&	data	confidentiality	
standards	are	well	defined	laws	
in	most	jurisdictions
https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
Use-Cases: Government
• Blockchain Notarization Services to e-Residents
• Estonian settling and clearing business by Nasdaq
• Land Registry on Blockchain
• UK Gov’t is Trialing the Blockchain for Welfare & Pensions
• Identity - Immigration
• Australian Securities Exchange (ASX) considering migration to a
Blockchain-based settlement system by the end of 2017
• Dubai Wants All Government Documents on Blockchain By 2020
Use-Cases: Private Sector
• First Real Property Ownership Transfer Recorded on the
Blockchain with Ubitquity
• ICICI Bank executes India’s first banking transactions on
blockchain in partnership with Emirates NBD
• Santander Becomes First U.K. Bank to Introduce Blockchain
Technology for International Payments
• Everledger: blockchain-based diamond fraud detection
• Blockchain for Open Sharing of Academic Proficiency and Progress
Records
Q & A
Ready to Launch?!
So lets Get Going: Self Starter Exercise
http://www.ibm.com/developerworks/cloud/
library/cl-ibm-blockchain-101-quick-start-
guide-for-developers-bluemix-trs/index.html
https://dappsforbeginners.w
ordpress.com/
1. Take	a	few	minutes	to	gather	your	thoughts	about	Blockchain	
and	Distributed	Systems.
2. How	do	you	believe	this	emerging	technology	can	create	
visible	impact? List	down	3	real-life	use	cases	that	you	believe	
are	viable	in	2	areas:
a.	Community	or	Citizen	Services
b.	Business
3. Pick	1	or	2	simple	use	cases	that	you	will	create	a	PoC for
Any questions ?
You can find us at
◉ www.thynkblynk.com
◉ devendark@thynkblynk.com
◉ parag.jain@thynkblynk.com
Thanks!

More Related Content

What's hot

Disadvantages of Blockchain
Disadvantages of BlockchainDisadvantages of Blockchain
Disadvantages of Blockchain101 Blockchains
 
How To Become A Certified Blockchain Expert?
How To Become A Certified Blockchain Expert?How To Become A Certified Blockchain Expert?
How To Become A Certified Blockchain Expert?101 Blockchains
 
How to Become Certified Expert in Blockchain?
How to Become Certified Expert in Blockchain?How to Become Certified Expert in Blockchain?
How to Become Certified Expert in Blockchain?101 Blockchains
 
PoW vs. PoS - Key Differences
PoW vs. PoS - Key DifferencesPoW vs. PoS - Key Differences
PoW vs. PoS - Key Differences101 Blockchains
 
Blockchain and AI - A Perfect Combination?
Blockchain and AI - A Perfect Combination?Blockchain and AI - A Perfect Combination?
Blockchain and AI - A Perfect Combination?101 Blockchains
 
How to become a Blockchain developer ?
How to become a Blockchain developer ?How to become a Blockchain developer ?
How to become a Blockchain developer ?Blockchain Council
 
Introduction To Solidity
Introduction To SolidityIntroduction To Solidity
Introduction To Solidity101 Blockchains
 
Crypto Wallet Types Explained
Crypto Wallet Types ExplainedCrypto Wallet Types Explained
Crypto Wallet Types Explained101 Blockchains
 
Building Blockchain Projects on Enterprise Ethereum [Webinar]
Building Blockchain Projects on Enterprise Ethereum [Webinar] Building Blockchain Projects on Enterprise Ethereum [Webinar]
Building Blockchain Projects on Enterprise Ethereum [Webinar] Kaleido
 
Seratio whitepaper educational passport distributed learning ledger (30 april...
Seratio whitepaper educational passport distributed learning ledger (30 april...Seratio whitepaper educational passport distributed learning ledger (30 april...
Seratio whitepaper educational passport distributed learning ledger (30 april...Sajin Abdu
 
Introduction to Blockchain-as-a-Service (BaaS)
Introduction to Blockchain-as-a-Service (BaaS)Introduction to Blockchain-as-a-Service (BaaS)
Introduction to Blockchain-as-a-Service (BaaS)Cygnet Infotech
 
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 Presentation
Blockchain PresentationBlockchain Presentation
Blockchain PresentationZied GUESMI
 
Blockchain Expert Solution portfolio
Blockchain Expert Solution portfolioBlockchain Expert Solution portfolio
Blockchain Expert Solution portfoliomudaseriqbal
 
Blockchain in Supply Chain Management
Blockchain in Supply Chain ManagementBlockchain in Supply Chain Management
Blockchain in Supply Chain Management101 Blockchains
 
How To Become A Blockchain Engineer
How To Become A Blockchain EngineerHow To Become A Blockchain Engineer
How To Become A Blockchain Engineer101 Blockchains
 
Blockchain security a different perspective
Blockchain security a different perspectiveBlockchain security a different perspective
Blockchain security a different perspectiveSecunoid Systems Inc
 
Blockchain Digital Transformation Presentation
Blockchain Digital Transformation PresentationBlockchain Digital Transformation Presentation
Blockchain Digital Transformation Presentation101 Blockchains
 
Blockchain Challenge - Enrico Ferro - 14/11/18
Blockchain Challenge - Enrico Ferro - 14/11/18Blockchain Challenge - Enrico Ferro - 14/11/18
Blockchain Challenge - Enrico Ferro - 14/11/18The Blockchain Council
 

What's hot (20)

Disadvantages of Blockchain
Disadvantages of BlockchainDisadvantages of Blockchain
Disadvantages of Blockchain
 
How To Become A Certified Blockchain Expert?
How To Become A Certified Blockchain Expert?How To Become A Certified Blockchain Expert?
How To Become A Certified Blockchain Expert?
 
How to Become Certified Expert in Blockchain?
How to Become Certified Expert in Blockchain?How to Become Certified Expert in Blockchain?
How to Become Certified Expert in Blockchain?
 
PoW vs. PoS - Key Differences
PoW vs. PoS - Key DifferencesPoW vs. PoS - Key Differences
PoW vs. PoS - Key Differences
 
Blockchain and AI - A Perfect Combination?
Blockchain and AI - A Perfect Combination?Blockchain and AI - A Perfect Combination?
Blockchain and AI - A Perfect Combination?
 
How to become a Blockchain developer ?
How to become a Blockchain developer ?How to become a Blockchain developer ?
How to become a Blockchain developer ?
 
Introduction To Solidity
Introduction To SolidityIntroduction To Solidity
Introduction To Solidity
 
Crypto Wallet Types Explained
Crypto Wallet Types ExplainedCrypto Wallet Types Explained
Crypto Wallet Types Explained
 
Building Blockchain Projects on Enterprise Ethereum [Webinar]
Building Blockchain Projects on Enterprise Ethereum [Webinar] Building Blockchain Projects on Enterprise Ethereum [Webinar]
Building Blockchain Projects on Enterprise Ethereum [Webinar]
 
Seratio whitepaper educational passport distributed learning ledger (30 april...
Seratio whitepaper educational passport distributed learning ledger (30 april...Seratio whitepaper educational passport distributed learning ledger (30 april...
Seratio whitepaper educational passport distributed learning ledger (30 april...
 
Introduction to Blockchain-as-a-Service (BaaS)
Introduction to Blockchain-as-a-Service (BaaS)Introduction to Blockchain-as-a-Service (BaaS)
Introduction to Blockchain-as-a-Service (BaaS)
 
Top 5 DeFi Applications
Top 5 DeFi ApplicationsTop 5 DeFi Applications
Top 5 DeFi Applications
 
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 Presentation
Blockchain PresentationBlockchain Presentation
Blockchain Presentation
 
Blockchain Expert Solution portfolio
Blockchain Expert Solution portfolioBlockchain Expert Solution portfolio
Blockchain Expert Solution portfolio
 
Blockchain in Supply Chain Management
Blockchain in Supply Chain ManagementBlockchain in Supply Chain Management
Blockchain in Supply Chain Management
 
How To Become A Blockchain Engineer
How To Become A Blockchain EngineerHow To Become A Blockchain Engineer
How To Become A Blockchain Engineer
 
Blockchain security a different perspective
Blockchain security a different perspectiveBlockchain security a different perspective
Blockchain security a different perspective
 
Blockchain Digital Transformation Presentation
Blockchain Digital Transformation PresentationBlockchain Digital Transformation Presentation
Blockchain Digital Transformation Presentation
 
Blockchain Challenge - Enrico Ferro - 14/11/18
Blockchain Challenge - Enrico Ferro - 14/11/18Blockchain Challenge - Enrico Ferro - 14/11/18
Blockchain Challenge - Enrico Ferro - 14/11/18
 

Similar to ThynkBlynk: Understanding the Blockchain - A workshop for Students

Feasibilities Study of Blockchain Ecosystem in Asia Region
Feasibilities Study of Blockchain Ecosystem in Asia RegionFeasibilities Study of Blockchain Ecosystem in Asia Region
Feasibilities Study of Blockchain Ecosystem in Asia RegionEffendy Zulkifly
 
Feasibilities Study Asia for BCCONF PDF
Feasibilities Study Asia for BCCONF PDFFeasibilities Study Asia for BCCONF PDF
Feasibilities Study Asia for BCCONF PDFEffendy Zulkifly
 
How does blockchain work in terms of the financial audit
How does blockchain work in terms of the financial auditHow does blockchain work in terms of the financial audit
How does blockchain work in terms of the financial auditOliviaJune1
 
Blockchain & Education Ecosystem
Blockchain & Education EcosystemBlockchain & Education Ecosystem
Blockchain & Education EcosystemEffendy Zulkifly
 
Exploring Blockchain in the Enterprise
Exploring Blockchain in the EnterpriseExploring Blockchain in the Enterprise
Exploring Blockchain in the EnterpriseFredBrandonAuthorMCP
 
Abcd is changing the world!
Abcd is changing the world!Abcd is changing the world!
Abcd is changing the world!Effendy Zulkifly
 
Tricks for cracking a blockchain expert interview
Tricks for cracking a blockchain expert interviewTricks for cracking a blockchain expert interview
Tricks for cracking a blockchain expert interviewBlockchain Council
 
internship report sample
internship report sampleinternship report sample
internship report samplevipul947693
 
How blockchain technology help you to enhance your business in 2020
How blockchain technology help you to enhance your business in 2020How blockchain technology help you to enhance your business in 2020
How blockchain technology help you to enhance your business in 2020Blockchain Council
 
Blockchain course-content-at-nbits (1)
Blockchain course-content-at-nbits (1)Blockchain course-content-at-nbits (1)
Blockchain course-content-at-nbits (1)sureshbits
 
Why blockchain education is important in india
Why blockchain education is important in indiaWhy blockchain education is important in india
Why blockchain education is important in indiaGlobal Tech Council
 
10 Blockchain_Technology_SDP_Report_CE_FH2020 (1).pdf
10 Blockchain_Technology_SDP_Report_CE_FH2020 (1).pdf10 Blockchain_Technology_SDP_Report_CE_FH2020 (1).pdf
10 Blockchain_Technology_SDP_Report_CE_FH2020 (1).pdfkaranThakur305665
 
Why blockchain education is important in india
Why blockchain education is important in indiaWhy blockchain education is important in india
Why blockchain education is important in indiaBlockchain Council
 
5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts 5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts Blockchain Council
 
Blockchain in Telecom - Blockchain Summit Melbourne 2017 - Speaker: Sohag Sarkar
Blockchain in Telecom - Blockchain Summit Melbourne 2017 - Speaker: Sohag SarkarBlockchain in Telecom - Blockchain Summit Melbourne 2017 - Speaker: Sohag Sarkar
Blockchain in Telecom - Blockchain Summit Melbourne 2017 - Speaker: Sohag SarkarSohag Sarkar
 
Role of Blockchain Technology In Business
Role of Blockchain Technology In BusinessRole of Blockchain Technology In Business
Role of Blockchain Technology In BusinessBlockchain Council
 
The Future Of Blockchain For Start Ups Or Businesses
The Future Of Blockchain For Start Ups Or BusinessesThe Future Of Blockchain For Start Ups Or Businesses
The Future Of Blockchain For Start Ups Or BusinessesBlockchain Council
 

Similar to ThynkBlynk: Understanding the Blockchain - A workshop for Students (20)

Feasibilities Study of Blockchain Ecosystem in Asia Region
Feasibilities Study of Blockchain Ecosystem in Asia RegionFeasibilities Study of Blockchain Ecosystem in Asia Region
Feasibilities Study of Blockchain Ecosystem in Asia Region
 
Feasibilities Study Asia for BCCONF PDF
Feasibilities Study Asia for BCCONF PDFFeasibilities Study Asia for BCCONF PDF
Feasibilities Study Asia for BCCONF PDF
 
How does blockchain work in terms of the financial audit
How does blockchain work in terms of the financial auditHow does blockchain work in terms of the financial audit
How does blockchain work in terms of the financial audit
 
Blockchain & Education Ecosystem
Blockchain & Education EcosystemBlockchain & Education Ecosystem
Blockchain & Education Ecosystem
 
Exploring Blockchain in the Enterprise
Exploring Blockchain in the EnterpriseExploring Blockchain in the Enterprise
Exploring Blockchain in the Enterprise
 
Abcd is changing the world!
Abcd is changing the world!Abcd is changing the world!
Abcd is changing the world!
 
Blockchain africa conference 2017 programme
Blockchain africa conference 2017 programmeBlockchain africa conference 2017 programme
Blockchain africa conference 2017 programme
 
Tricks for cracking a blockchain expert interview
Tricks for cracking a blockchain expert interviewTricks for cracking a blockchain expert interview
Tricks for cracking a blockchain expert interview
 
internship report sample
internship report sampleinternship report sample
internship report sample
 
How blockchain technology help you to enhance your business in 2020
How blockchain technology help you to enhance your business in 2020How blockchain technology help you to enhance your business in 2020
How blockchain technology help you to enhance your business in 2020
 
Blockchain course-content-at-nbits (1)
Blockchain course-content-at-nbits (1)Blockchain course-content-at-nbits (1)
Blockchain course-content-at-nbits (1)
 
Why blockchain education is important in india
Why blockchain education is important in indiaWhy blockchain education is important in india
Why blockchain education is important in india
 
Gobinath.T Resume - Copy
Gobinath.T Resume - CopyGobinath.T Resume - Copy
Gobinath.T Resume - Copy
 
10 Blockchain_Technology_SDP_Report_CE_FH2020 (1).pdf
10 Blockchain_Technology_SDP_Report_CE_FH2020 (1).pdf10 Blockchain_Technology_SDP_Report_CE_FH2020 (1).pdf
10 Blockchain_Technology_SDP_Report_CE_FH2020 (1).pdf
 
Why blockchain education is important in india
Why blockchain education is important in indiaWhy blockchain education is important in india
Why blockchain education is important in india
 
5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts 5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts
 
Blockchain in Telecom - Blockchain Summit Melbourne 2017 - Speaker: Sohag Sarkar
Blockchain in Telecom - Blockchain Summit Melbourne 2017 - Speaker: Sohag SarkarBlockchain in Telecom - Blockchain Summit Melbourne 2017 - Speaker: Sohag Sarkar
Blockchain in Telecom - Blockchain Summit Melbourne 2017 - Speaker: Sohag Sarkar
 
Blockchain beyond bitcoin
Blockchain beyond bitcoinBlockchain beyond bitcoin
Blockchain beyond bitcoin
 
Role of Blockchain Technology In Business
Role of Blockchain Technology In BusinessRole of Blockchain Technology In Business
Role of Blockchain Technology In Business
 
The Future Of Blockchain For Start Ups Or Businesses
The Future Of Blockchain For Start Ups Or BusinessesThe Future Of Blockchain For Start Ups Or Businesses
The Future Of Blockchain For Start Ups Or Businesses
 

Recently uploaded

Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 

Recently uploaded (20)

Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 

ThynkBlynk: Understanding the Blockchain - A workshop for Students