SlideShare a Scribd company logo
Aug 2, 2018
let title = “Building a Blockchain Network in JS”;
let info = {
speaker: “Svetlin Nakov”,
position: “Co-founder @ SoftUni, blockchain technical trainer”,
author-url: “http://nakov.com”,
demo-project-url: “https://github.com/nakov/NakovChain”
};
Aug 2, 2018
About Svetlin Nakov
• Software engineer, trainer, PhD,
entrepreneur, author of 12 books,
blockchain expert
• 3 successful tech educational initiatives:
Aug 2, 2018
agenda();
• Blockchain Networks
o Minimalistic Overview
• Building a Simple Proof-of-Work Blockchain in JS
o Architecture and Components
o Blockchain Node, Wallet, Miner
o Peer-to-Peer Chain Synchronization
Svetlin Nakov Building a Blockchain Network in JS
Aug 2, 2018
Blockchain Networks
Minimalistic Overview
Aug 2, 2018
What is Blockchain?
Distributed ledger
Peer-to-Peer
network
Nodes hold
ledger of facts +
history of updates
Decentralized
(no owner)
Secure
Transactions are
verified by the
entire network
Immutable
Aug 2, 2018
Blockchain == Chain of Data Blocks
timestamp block_hash
all_transactions_hash
transaction #1 hash
transaction #2 hash
transaction #3 hash
…
Block #0 (genesis block)
prev_hash nonce
timestamp block_hash
all_transactions_hash
transaction #1 hash
transaction #2 hash
transaction #3 hash
…
Block #1
nonceprev_hash
timestamp block_hash
all_transactions_hash
transaction #1 hash
transaction #2 hash
transaction #3 hash
…
Block #3
prev_hash nonce
Demo: https://etherscan.io
Aug 2, 2018
Building a Simple
Blockchain Network in JS
Architecture, Components,
Blockchain Node, Wallet, Miner
P2P Chain Synchronization
Aug 2, 2018
Blockchain System Architecture
Node
 Chain
 Blocks
 Transactions
 Balances
 Mining jobs
 Peers and sync
Wallet
 Keep private keys
 Check balances
 Send transactions
Miner
 Get mining block
 Mine (PoW)
 Submit result
Block Explorer
 View blocks
 View confirmed
transactions
 View pending
transactions
 View accounts
and balances
 View peers map
Faucet
 Request coins
Aug 2, 2018
Building the Blockchain Node
Node
 NodeId: unique_string
 SelfUrl: URL
 Peers: map(nodeId 
URL)
 Chain: Blockchain
 REST Endpoints
Blockchain
 Blocks: Block[]
 PendingTransactions: Transaction[]
 CurrentDifficulty: integer
 MiningJobs: map(
blockDataHash  Block)
Aug 2, 2018
The Wallet
Aug 2, 2018
The Miner
Block Candidate
 BlockDataHash: hex_number
 Nonce: number
 DateCreated: timestamp
 BlockHash: hex_number
SHA256
Node
Increment
the Nonce
00099e325df2a8…1b51
Aug 2, 2018
Peers and Synchronization
Aug 2, 2018
Blockchain Network: REST API
Demo: https://stormy-everglades-34766.herokuapp.com
Aug 2, 2018
Thanks to our Sponsors

More Related Content

What's hot (20)

PPTX
The Blockchain and JavaScript
Portia Burton
 
PPTX
Blockchains 101
Nikhil Krishna Nair
 
PDF
Blockchain
Soichiro Takagi
 
PPTX
Block chain by harsh biltu agarwal
N V Jagadeesh Kumar
 
PPTX
Explaining Ethereum
Pascal Van Hecke
 
PPTX
Ethereum Intro
Dejan Radic
 
PPTX
Blockchain Tokenization
Bellaj Badr
 
PDF
Ethereum under the Hood, intro for developers as preparation for Blockchain H...
Pascal Van Hecke
 
PPTX
Introduction to Blockchain and Recordkeeping
Peter Van Garderen
 
PDF
Introduction to Ethereum
Terek Judi
 
PDF
Programming Decentralized Application
Bambang Purnomosidi D. P.
 
PDF
Economías criptográficas
navajanegra
 
PPTX
Solanki bhargav blockchain_technology
pradipyogi59
 
PDF
14 Jan17- Nullmeets -Blockchain concept decoded by Ninad Sarang
Ninad Sarang
 
PPTX
Understanding blockchain
Priyab Satoshi
 
PDF
Blockchain basics
Ramesh BN
 
PPTX
Mining Opportunities of Block Chain and BitCoin
Deepu S Nath
 
PPTX
Blockchain Technology
Rashi Singh
 
PDF
SAA Blockchain Presentation. 10 Startups using the Blockchain
Tom McGovern
 
PPTX
Intro into blockchain
Roderik van der Veer
 
The Blockchain and JavaScript
Portia Burton
 
Blockchains 101
Nikhil Krishna Nair
 
Blockchain
Soichiro Takagi
 
Block chain by harsh biltu agarwal
N V Jagadeesh Kumar
 
Explaining Ethereum
Pascal Van Hecke
 
Ethereum Intro
Dejan Radic
 
Blockchain Tokenization
Bellaj Badr
 
Ethereum under the Hood, intro for developers as preparation for Blockchain H...
Pascal Van Hecke
 
Introduction to Blockchain and Recordkeeping
Peter Van Garderen
 
Introduction to Ethereum
Terek Judi
 
Programming Decentralized Application
Bambang Purnomosidi D. P.
 
Economías criptográficas
navajanegra
 
Solanki bhargav blockchain_technology
pradipyogi59
 
14 Jan17- Nullmeets -Blockchain concept decoded by Ninad Sarang
Ninad Sarang
 
Understanding blockchain
Priyab Satoshi
 
Blockchain basics
Ramesh BN
 
Mining Opportunities of Block Chain and BitCoin
Deepu S Nath
 
Blockchain Technology
Rashi Singh
 
SAA Blockchain Presentation. 10 Startups using the Blockchain
Tom McGovern
 
Intro into blockchain
Roderik van der Veer
 

Similar to Building a Blockchain in JavaScript - Nakov - at Beer.js - August 2018 (20)

PDF
Blockchain for scala lovers
Marcin Gosk
 
PPTX
BLISS 03-T3 Unit 1 slides v3.0 final controled.pptx
vijisri11
 
PDF
Off the Chain: Scaling Blockchain Data With Kafka With Jan Svoboda and Alex S...
HostedbyConfluent
 
PPTX
Blockchain in research and education - UKSG Webinar - September 2017
Martin Hamilton
 
PPTX
Blockchain
Ranajeet Barik
 
PDF
SpaceChain - Blockchain in Space
AlecHo7
 
PDF
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
AlAtfat
 
PDF
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
AlAtfat
 
PDF
IRJET- Blockchain Technology
IRJET Journal
 
PDF
Utility Applications for Blockchain
Josh Gould
 
PDF
Improved Particle Swarm Optimization Based on Blockchain Mechanism for Flexib...
BRNSSPublicationHubI
 
PPTX
Introduction to Blockchain
Akshay Kumar
 
PPTX
Blockchain and Cryptocurrencies: Hands on Lab
Svetlin Nakov
 
DOCX
Blockchain based Banking System
Gaurav Singh
 
PPTX
UKSG webinar: Blockchain in research and education with Martin Hamilton, Jisc
UKSG: connecting the knowledge community
 
PPTX
What's Blockchain and it's structures?
juliomacr
 
PPT
Block_Chain_Technology and its concepts in reality
nazimsattar
 
PPTX
IIOT Exploring-Bitcoin-and-Blockchain.pptx
RAJPUTMANITA
 
PDF
Blockchain: An Innovative Technology
IJSRED
 
PDF
Blockchain Technology by : Ali H.Ahmed
alihassaah1994
 
Blockchain for scala lovers
Marcin Gosk
 
BLISS 03-T3 Unit 1 slides v3.0 final controled.pptx
vijisri11
 
Off the Chain: Scaling Blockchain Data With Kafka With Jan Svoboda and Alex S...
HostedbyConfluent
 
Blockchain in research and education - UKSG Webinar - September 2017
Martin Hamilton
 
Blockchain
Ranajeet Barik
 
SpaceChain - Blockchain in Space
AlecHo7
 
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
AlAtfat
 
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
AlAtfat
 
IRJET- Blockchain Technology
IRJET Journal
 
Utility Applications for Blockchain
Josh Gould
 
Improved Particle Swarm Optimization Based on Blockchain Mechanism for Flexib...
BRNSSPublicationHubI
 
Introduction to Blockchain
Akshay Kumar
 
Blockchain and Cryptocurrencies: Hands on Lab
Svetlin Nakov
 
Blockchain based Banking System
Gaurav Singh
 
UKSG webinar: Blockchain in research and education with Martin Hamilton, Jisc
UKSG: connecting the knowledge community
 
What's Blockchain and it's structures?
juliomacr
 
Block_Chain_Technology and its concepts in reality
nazimsattar
 
IIOT Exploring-Bitcoin-and-Blockchain.pptx
RAJPUTMANITA
 
Blockchain: An Innovative Technology
IJSRED
 
Blockchain Technology by : Ali H.Ahmed
alihassaah1994
 
Ad

More from Svetlin Nakov (20)

PPTX
AI and the Future of Devs: Nakov @ Techniverse (Nov 2024)
Svetlin Nakov
 
PPTX
AI за ежедневието - Наков @ Techniverse (Nov 2024)
Svetlin Nakov
 
PPTX
AI инструменти за бизнеса - Наков - Nov 2024
Svetlin Nakov
 
PPTX
AI Adoption in Business - Nakov at Forbes HR Forum - Sept 2024
Svetlin Nakov
 
PPTX
Software Engineers in the AI Era - Sept 2024
Svetlin Nakov
 
PPTX
Най-търсените направления в ИТ сферата за 2024
Svetlin Nakov
 
PPTX
BG-IT-Edu: отворено учебно съдържание за ИТ учители
Svetlin Nakov
 
PPTX
Programming World in 2024
Svetlin Nakov
 
PDF
AI Tools for Business and Startups
Svetlin Nakov
 
PPTX
AI Tools for Scientists - Nakov (Oct 2023)
Svetlin Nakov
 
PPTX
AI Tools for Entrepreneurs
Svetlin Nakov
 
PPTX
Bulgarian Tech Industry - Nakov at Dev.BG All in One Conference 2023
Svetlin Nakov
 
PPTX
AI Tools for Business and Personal Life
Svetlin Nakov
 
PDF
Дипломна работа: учебно съдържание по ООП - Светлин Наков
Svetlin Nakov
 
PPTX
Дипломна работа: учебно съдържание по ООП
Svetlin Nakov
 
PPTX
Свободно ИТ учебно съдържание за учители по програмиране и ИТ
Svetlin Nakov
 
PPTX
AI and the Professions of the Future
Svetlin Nakov
 
PPTX
Programming Languages Trends for 2023
Svetlin Nakov
 
PPTX
IT Professions and How to Become a Developer
Svetlin Nakov
 
PPTX
GitHub Actions (Nakov at RuseConf, Sept 2022)
Svetlin Nakov
 
AI and the Future of Devs: Nakov @ Techniverse (Nov 2024)
Svetlin Nakov
 
AI за ежедневието - Наков @ Techniverse (Nov 2024)
Svetlin Nakov
 
AI инструменти за бизнеса - Наков - Nov 2024
Svetlin Nakov
 
AI Adoption in Business - Nakov at Forbes HR Forum - Sept 2024
Svetlin Nakov
 
Software Engineers in the AI Era - Sept 2024
Svetlin Nakov
 
Най-търсените направления в ИТ сферата за 2024
Svetlin Nakov
 
BG-IT-Edu: отворено учебно съдържание за ИТ учители
Svetlin Nakov
 
Programming World in 2024
Svetlin Nakov
 
AI Tools for Business and Startups
Svetlin Nakov
 
AI Tools for Scientists - Nakov (Oct 2023)
Svetlin Nakov
 
AI Tools for Entrepreneurs
Svetlin Nakov
 
Bulgarian Tech Industry - Nakov at Dev.BG All in One Conference 2023
Svetlin Nakov
 
AI Tools for Business and Personal Life
Svetlin Nakov
 
Дипломна работа: учебно съдържание по ООП - Светлин Наков
Svetlin Nakov
 
Дипломна работа: учебно съдържание по ООП
Svetlin Nakov
 
Свободно ИТ учебно съдържание за учители по програмиране и ИТ
Svetlin Nakov
 
AI and the Professions of the Future
Svetlin Nakov
 
Programming Languages Trends for 2023
Svetlin Nakov
 
IT Professions and How to Become a Developer
Svetlin Nakov
 
GitHub Actions (Nakov at RuseConf, Sept 2022)
Svetlin Nakov
 
Ad

Recently uploaded (20)

PDF
People & Earth's Ecosystem -Lesson 2: People & Population
marvinnbustamante1
 
PDF
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
PPTX
How to Set Maximum Difference Odoo 18 POS
Celine George
 
PPTX
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
PDF
SSHS-2025-PKLP_Quarter-1-Dr.-Kerby-Alvarez.pdf
AishahSangcopan1
 
PPTX
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
PDF
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
PPTX
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
PDF
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
PPT
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
PDF
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 
PPTX
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
PDF
The dynastic history of the Chahmana.pdf
PrachiSontakke5
 
PDF
community health nursing question paper 2.pdf
Prince kumar
 
PPTX
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
PPTX
I AM MALALA The Girl Who Stood Up for Education and was Shot by the Taliban...
Beena E S
 
PPTX
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
PDF
Chapter-V-DED-Entrepreneurship: Institutions Facilitating Entrepreneurship
Dayanand Huded
 
PDF
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
PDF
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
People & Earth's Ecosystem -Lesson 2: People & Population
marvinnbustamante1
 
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
How to Set Maximum Difference Odoo 18 POS
Celine George
 
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
SSHS-2025-PKLP_Quarter-1-Dr.-Kerby-Alvarez.pdf
AishahSangcopan1
 
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
The dynastic history of the Chahmana.pdf
PrachiSontakke5
 
community health nursing question paper 2.pdf
Prince kumar
 
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
I AM MALALA The Girl Who Stood Up for Education and was Shot by the Taliban...
Beena E S
 
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
Chapter-V-DED-Entrepreneurship: Institutions Facilitating Entrepreneurship
Dayanand Huded
 
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 

Building a Blockchain in JavaScript - Nakov - at Beer.js - August 2018

  • 1. Aug 2, 2018 let title = “Building a Blockchain Network in JS”; let info = { speaker: “Svetlin Nakov”, position: “Co-founder @ SoftUni, blockchain technical trainer”, author-url: “http://nakov.com”, demo-project-url: “https://github.com/nakov/NakovChain” };
  • 2. Aug 2, 2018 About Svetlin Nakov • Software engineer, trainer, PhD, entrepreneur, author of 12 books, blockchain expert • 3 successful tech educational initiatives:
  • 3. Aug 2, 2018 agenda(); • Blockchain Networks o Minimalistic Overview • Building a Simple Proof-of-Work Blockchain in JS o Architecture and Components o Blockchain Node, Wallet, Miner o Peer-to-Peer Chain Synchronization Svetlin Nakov Building a Blockchain Network in JS
  • 4. Aug 2, 2018 Blockchain Networks Minimalistic Overview
  • 5. Aug 2, 2018 What is Blockchain? Distributed ledger Peer-to-Peer network Nodes hold ledger of facts + history of updates Decentralized (no owner) Secure Transactions are verified by the entire network Immutable
  • 6. Aug 2, 2018 Blockchain == Chain of Data Blocks timestamp block_hash all_transactions_hash transaction #1 hash transaction #2 hash transaction #3 hash … Block #0 (genesis block) prev_hash nonce timestamp block_hash all_transactions_hash transaction #1 hash transaction #2 hash transaction #3 hash … Block #1 nonceprev_hash timestamp block_hash all_transactions_hash transaction #1 hash transaction #2 hash transaction #3 hash … Block #3 prev_hash nonce Demo: https://etherscan.io
  • 7. Aug 2, 2018 Building a Simple Blockchain Network in JS Architecture, Components, Blockchain Node, Wallet, Miner P2P Chain Synchronization
  • 8. Aug 2, 2018 Blockchain System Architecture Node  Chain  Blocks  Transactions  Balances  Mining jobs  Peers and sync Wallet  Keep private keys  Check balances  Send transactions Miner  Get mining block  Mine (PoW)  Submit result Block Explorer  View blocks  View confirmed transactions  View pending transactions  View accounts and balances  View peers map Faucet  Request coins
  • 9. Aug 2, 2018 Building the Blockchain Node Node  NodeId: unique_string  SelfUrl: URL  Peers: map(nodeId  URL)  Chain: Blockchain  REST Endpoints Blockchain  Blocks: Block[]  PendingTransactions: Transaction[]  CurrentDifficulty: integer  MiningJobs: map( blockDataHash  Block)
  • 10. Aug 2, 2018 The Wallet
  • 11. Aug 2, 2018 The Miner Block Candidate  BlockDataHash: hex_number  Nonce: number  DateCreated: timestamp  BlockHash: hex_number SHA256 Node Increment the Nonce 00099e325df2a8…1b51
  • 12. Aug 2, 2018 Peers and Synchronization
  • 13. Aug 2, 2018 Blockchain Network: REST API Demo: https://stormy-everglades-34766.herokuapp.com
  • 14. Aug 2, 2018 Thanks to our Sponsors