Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Blockchain Developers Meetup 05 - Introduction ...
Search
Milen Radkov
November 28, 2018
Technology
0
91
Blockchain Developers Meetup 05 - Introduction to Polkadot
https://hack.bg
https://meetup.com/blockchain-developers-meetup-bulgaria
Milen Radkov
November 28, 2018
Tweet
Share
More Decks by Milen Radkov
See All by Milen Radkov
Blockchain Developers Meetup 04
radkov
0
69
Blockchain Developers Meetup #03
radkov
0
110
Other Decks in Technology
See All in Technology
MCPに潜むセキュリティリスクを考えてみる
milix_m
1
930
猫でもわかるQ_CLI(CDK開発編)+ちょっとだけKiro
kentapapa
0
150
経理出身PdMがAIプロダクト開発を_ハンズオンで学んだ話.pdf
shunsukenarita
1
260
GMOペパボのデータ基盤とデータ活用の現在地 / Current State of GMO Pepabo's Data Infrastructure and Data Utilization
zaimy
2
120
Unson OS|48時間で「売れるか」を判定する AI 市場検証プラットフォーム
unson
0
150
人と生成AIの協調意思決定/Co‑decision making by people and generative AI
moriyuya
0
230
大規模イベントを支える ABEMA の アーキテクチャ 変遷 2025
nagapad
5
580
みんなのSRE 〜チーム全員でのSRE活動にするための4つの取り組み〜
kakehashi
PRO
2
110
Gemini in Android Studio - Google I/O Bangkok '25
akexorcist
0
110
robocopy の怖い話/scary-story-about-robocopy
emiki
0
420
オブザーバビリティプラットフォーム開発におけるオブザーバビリティとの向き合い / Hatena Engineer Seminar #34 オブザーバビリティの実現と運用編
arthur1
0
210
【CEDEC2025】『ウマ娘 プリティーダービー』における映像制作のさらなる高品質化へ!~ 豊富な素材出力と制作フローの改善を実現するツールについて~
cygames
PRO
0
100
Featured
See All Featured
Navigating Team Friction
lara
188
15k
GitHub's CSS Performance
jonrohan
1031
460k
KATA
mclloyd
31
14k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.2k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Documentation Writing (for coders)
carmenintech
72
4.9k
Site-Speed That Sticks
csswizardry
10
730
Docker and Python
trallard
45
3.5k
Transcript
None
About me • Founder and CEO of hack.bg • Full-stack
developer • Blockchain enthusiast and developer • Email:
[email protected]
• Twitter: @milen_radkov • Milen Radkov
What happened recently? • Aeternity is LIVE • BCH hard
fork • Ethereum 2.0
Aeternity mainnet launch
Bitcoin Cash hard fork BCH ABC BCH SV
Ethereum 2.0 https://ethresear.ch/ https://ethereum-magicians.org/ More info: VM improvements - EWASM
(https://github.com/ewasm) PoS (Casper), Beacon chain Sharding https://github.com/ethereum/eth2.0-specs/tree/master/specs/core
Introduction to
What is?
a network that connects Blockchains is Attempting to solve problems:
1. Interoperability 2. Scalability 3. Shared Security
How does work ?
network • Validators • Nominators • Collators • Fishermen
network • Validators - Secure the relay chain by staking
DOTs, validating proofs from collators and participating in consensus with other validators
network • Nominators - Secure the relay chain by selecting
good validators and staking DOTs
network • Collators - Maintain parachains by collecting parachain transactions
from users and producing state transition proof for validators.
network • Fishermen - Final security frontier, they monitor the
network and prove bad behaviour to validators
Start your own node using Docker Polkadot / Substrate Workshop
Goals
Laptop Docker Requirements Wifi
Readme Riot How to start Rust Toolchain https://github.com/paritytech/polkadot https://github.com/paritytech/substrate Build
and wait …
docker pull chevdor/polkadot:0.2.17 Step 1: docker pull chevdor/substrate
docker run --rm -it chevdor/polkadot:0.2.17 polkadot Step 2:
mkdir -p /home/<youruser>/polkadot-data Step 3: docker run --rm -it -p
30333:30333 -p 9933:9933 -v / home/<youruser>/polkadot-data/:/data chevdor/ polkadot:latest polkadot
Step 4: docker run --rm -it -p 30333:30333 -p 9933:9933
-v / home/<youruser>/polkadot-data/:/data chevdor/ polkadot:latest polkadot --name "hackbg"
Now what? Dashboard and Monitoring: http://telemetry.polkadot.io http://gav.polkadot.io/ https://poc-2.polkadot.io/#/explorer (All hosted)
https://polkadot.js.org/apps/#/explorer (need local node) https://polkadot.js.org/apps/next/#/explorer
Thank you
Resources https://1ml.com/ https://www.coinrivet.com/lightning-network-hits-massive-capacity-growth-in-just-a-month/ https://www.youtube.com/watch?v=lIghiCmHz0U&feature=youtu.be https://www.reddit.com/r/dot/comments/8xmns6/welcome_to_polkadots_subreddit_read_this_guide_to https://blog.aeternity.com/introducing-roma-the-first-live-implementation-of-the-%C3%A6ternity- blockchain-5a1cebfc3384 http://polkadot.io/ https://riot.im/app/#/room/#polkadot-watercooler:matrix.org https://github.com/w3f/Web3-wiki/wiki/Polkadot