Slide 1

Slide 1 text

No content

Slide 2

Slide 2 text

About me • Founder and CEO of hack.bg • Full-stack developer • Blockchain enthusiast and developer • Email: [email protected] • Twitter: @milen_radkov • Milen Radkov

Slide 3

Slide 3 text

What happened recently? • Aeternity is LIVE • BCH hard fork • Ethereum 2.0

Slide 4

Slide 4 text

Aeternity mainnet launch

Slide 5

Slide 5 text

Bitcoin Cash hard fork BCH ABC BCH SV

Slide 6

Slide 6 text

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

Slide 7

Slide 7 text

Introduction to

Slide 8

Slide 8 text

What is?

Slide 9

Slide 9 text

a network that connects Blockchains is Attempting to solve problems: 1. Interoperability 2. Scalability 3. Shared Security

Slide 10

Slide 10 text

How does work ?

Slide 11

Slide 11 text

network • Validators • Nominators • Collators • Fishermen

Slide 12

Slide 12 text

network • Validators - Secure the relay chain by staking DOTs, validating proofs from collators and participating in consensus with other validators

Slide 13

Slide 13 text

network • Nominators - Secure the relay chain by selecting good validators and staking DOTs

Slide 14

Slide 14 text

network • Collators - Maintain parachains by collecting parachain transactions from users and producing state transition proof for validators.

Slide 15

Slide 15 text

network • Fishermen - Final security frontier, they monitor the network and prove bad behaviour to validators

Slide 16

Slide 16 text

Start your own node using Docker Polkadot / Substrate Workshop

Slide 17

Slide 17 text

Goals

Slide 18

Slide 18 text

Laptop Docker Requirements Wifi

Slide 19

Slide 19 text

Readme Riot How to start Rust Toolchain https://github.com/paritytech/polkadot https://github.com/paritytech/substrate Build and wait …

Slide 20

Slide 20 text

docker pull chevdor/polkadot:0.2.17 Step 1: docker pull chevdor/substrate

Slide 21

Slide 21 text

docker run --rm -it chevdor/polkadot:0.2.17 polkadot Step 2:

Slide 22

Slide 22 text

mkdir -p /home//polkadot-data Step 3: docker run --rm -it -p 30333:30333 -p 9933:9933 -v / home//polkadot-data/:/data chevdor/ polkadot:latest polkadot

Slide 23

Slide 23 text

Step 4: docker run --rm -it -p 30333:30333 -p 9933:9933 -v / home//polkadot-data/:/data chevdor/ polkadot:latest polkadot --name "hackbg"

Slide 24

Slide 24 text

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

Slide 25

Slide 25 text

Thank you

Slide 26

Slide 26 text

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