波卡一起学

Polkadot wiki学习总结

2019-09-16  本文已影响0人  空乱木

Polkadot WIKI

https://wiki.polkadot.network/en/latest/polkadot/build/build-with-polkadot/

parachain

An in-development extension to Substrate called Cumulus will allow any Substrate built chain to connect to Polkadot and become a parachain.

two ways for you to deploy your application:

Cumulus - a Polkadot-ready parachain

The goal of Cumulus is to be an extension of Substrate that will make any Substrate runtime compatible with Polkadot.

relay chain

relay chain itself will not support smart contracts

One project that has announced intent to become a Polkadot parachain with support for smart contracts is Edgeware.

https://edgewa.re/

Relay chain

https://github.com/darwinia-network/darwinia

parachain

https://github.com/paritytech/cumulus

https://github.com/nczhu/parachain

https://github.com/alekspickle/basic_parachain

https://github.com/UltronAGI/substrate-ultron

test-parachains

git clone https://github.com/paritytech/polkadot.git

open source examples

Substrate Runtimes

Parity

Community

Ideas

A parachain has two major value adds that make it a desirable choice for a developer over creating a standalone chain:

What is a PDK?

As mentioned, a PDK is a set of tools that allows developers to easily create a parachain. In practice this means that the PDK will consist of a couple key components:

a collator node also acts as a light client for the Polkadot relay chain

https://wiki.polkadot.network/en/latest/polkadot/learn/parachains/

https://wiki.polkadot.network/en/latest/polkadot/learn/staking/

https://wiki.polkadot.network/en/latest/polkadot/learn/bridges/

Transaction on the relay-chain will likely be priced higher than they will be on parachains.

https://research.web3.foundation/en/latest/polkadot/GRANDPA/

Bridge

A node which acts as an intermediary between the Polkadot relay chain and an external chain, in such a way that it appears to the relay chain that the external chain is a parachain (i.e., meets the Polkadot Runtime Environment requirements). Bridges allow for interaction between other blockchains such as Ethereum and Bitcoin which are not natively compatible with Polkadot.

Collator

A node which maintains a parachain by collecting parachain transactions and producing state transition proofs for the validators.

OverviewICMP

为什么parachain和smart contract进行比较呢?

;;;有点水,还没看完,看完再做进一步整理;;;

上一篇下一篇

猜你喜欢

热点阅读