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
68
Blockchain Developers Meetup #03
radkov
0
110
Other Decks in Technology
See All in Technology
開発生産性を組織全体の「生産性」へ! 部門間連携の壁を越える実践的ステップ
sudo5in5k
3
7.5k
オフィスビルを監視しよう:フィジカル×デジタルにまたがるSLI/SLO設計と運用の難しさ / Monitoring Office Buildings: The Challenge of Physical-Digital SLI/SLO Design & Operation
bitkey
1
120
AI専用のリンターを作る #yumemi_patch
bengo4com
6
4.4k
CDKコード品質UP!ナイスな自作コンストラクタを作るための便利インターフェース
harukasakihara
2
130
20250705 Headlamp: 專注可擴展性的 Kubernetes 用戶界面
pichuang
0
290
Zero Data Loss Autonomous Recovery Service サービス概要
oracle4engineer
PRO
2
7.8k
2025-07-06 QGIS初級ハンズオン「はじめてのQGIS」
kou_kita
0
180
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
54
21k
CDK Vibe Coding Fes
tomoki10
0
220
Claude Code に プロジェクト管理やらせたみた
unson
6
4.6k
SRE不在の開発チームが障害対応と 向き合った100日間 / 100 days dealing with issues without SREs
shin1988
1
410
NewSQLや分散データベースを支えるRaftの仕組み - 仕組みを理解して知る得意不得意
hacomono
PRO
3
190
Featured
See All Featured
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
For a Future-Friendly Web
brad_frost
179
9.8k
Building Applications with DynamoDB
mza
95
6.5k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Adopting Sorbet at Scale
ufuk
77
9.5k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Rails Girls Zürich Keynote
gr2m
95
14k
Scaling GitHub
holman
460
140k
Why Our Code Smells
bkeepers
PRO
336
57k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
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