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
95
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
75
Blockchain Developers Meetup #03
radkov
0
130
Other Decks in Technology
See All in Technology
ユーザーの声とAI検証で進める、プロダクトディスカバリー
sansantech
PRO
1
130
AWS IoT 超入門 2025
hattori
0
330
コンテキストエンジニアリング入門〜AI Coding Agent作りで学ぶ文脈設計〜
kworkdev
PRO
1
750
ComposeではないコードをCompose化する case ビズリーチ / DroidKaigi 2025 koyasai
visional_engineering_and_design
0
110
AWS Control Tower に学ぶ! IAM Identity Center 権限設計の第一歩 / IAM Identity Center with Control Tower
y___u
0
150
LLMアプリの地上戦開発計画と運用実践 / 2025.10.15 GPU UNITE 2025
smiyawaki0820
1
520
速習AGENTS.md:5分で精度を上げる "3ブロック" テンプレ
ismk
6
1.2k
自動テストのコストと向き合ってみた
qa
1
230
オープンソースでどこまでできる?フォーマル検証チャレンジ
msyksphinz
0
130
Node.js 2025: What's new and what's next
ruyadorno
0
140
HR Force における DWH の併用事例 ~ サービス基盤としての BigQuery / 分析基盤としての Snowflake ~@Cross Data Platforms Meetup #2「BigQueryと愉快な仲間たち」
ryo_suzuki
0
190
LLM時代にデータエンジニアの役割はどう変わるか?
ikkimiyazaki
6
1.3k
Featured
See All Featured
Building an army of robots
kneath
306
46k
BBQ
matthewcrist
89
9.8k
A Tale of Four Properties
chriscoyier
161
23k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Visualization
eitanlees
149
16k
How to Think Like a Performance Engineer
csswizardry
27
2k
The Straight Up "How To Draw Better" Workshop
denniskardys
238
140k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Code Reviewing Like a Champion
maltzj
526
40k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
No one is an island. Learnings from fostering a developers community.
thoeni
21
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