Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Blockchain Developers Meetup 05 - Introduction to Polkadot
Milen Radkov
November 28, 2018
Technology
0
57
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
41
Blockchain Developers Meetup #03
radkov
0
52
Other Decks in Technology
See All in Technology
プロダクション環境の信頼性を損ねず観測する技術
egmc
4
730
[SRE NEXT 2022]ヤプリのSREにおけるセキュリティ強化の取り組みを公開する
mmochi23
1
730
A Conditional Point Diffusion-Refinement Paradigm for 3D Point Cloud Completion
takmin
0
220
CTOのためのQAのつくりかた #scrumniigata / SigSQA How to create QA for CTOs and VPoEs
caori_t
0
320
toilを解消した話
asumaywy
0
210
失敗から学ぶAWSコスト管理入門 ~想定の50倍以上の請求がきた話~
msato
0
440
OSS ことはじめ
hsbt
3
570
Steps toward self-service operations in eureka
fukubaka0825
0
840
プロダクトグロースと技術のベースアップを両立させるRettyのアプリ開発スタイル / Achieve Product Growth and Tech Update
imaizume
1
300
[SRE NEXT 2022]KaaS桶狭間の戦い 〜Yahoo! JAPANのSLI/SLOを用いた統合監視〜
srenext
0
480
プロダクトの理想と現実はなぜ乖離しがち?プロダクト作りに潜む問題を考える
suzukentaro
0
200
Graph API について
miyakemito
0
290
Featured
See All Featured
Fireside Chat
paigeccino
11
1.3k
4 Signs Your Business is Dying
shpigford
169
20k
Build your cross-platform service in a week with App Engine
jlugia
219
17k
Designing with Data
zakiwarfel
91
3.9k
Practical Orchestrator
shlominoach
178
8.6k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
268
11k
Debugging Ruby Performance
tmm1
65
10k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
350
21k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
119
28k
Happy Clients
brianwarren
89
5.5k
Creatively Recalculating Your Daily Design Routine
revolveconf
207
10k
YesSQL, Process and Tooling at Scale
rocio
157
12k
Transcript
None
About me • Founder and CEO of hack.bg • Full-stack
developer • Blockchain enthusiast and developer • Email: radkov@hack.bg • 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