paritytech / polkadot

Polkadot Node Implementation
GNU General Public License v3.0
7.13k stars 1.58k forks source link

Implement a series of parachain examples that start from easy and progress towards advanced implementations #5

Open adrianbrink opened 6 years ago

adrianbrink commented 6 years ago

A folder with parachain examples would make it easier for new developers to pick up substrate as well as understand the logic behind deploying a parachain to Polkadot.

The examples should increase in difficulty and complexity. Furthermore, they should be built with Substrate.

EdwardAThomson commented 6 years ago

Maybe add a direct link to Rob's addr code? https://github.com/paritytech/polkadot/blob/master/parachain/tests/adder.rs

rphmeier commented 5 years ago

With substrate 1.0-beta approaching this is probably possible to tackle starting soon.

We will want a substrate-consensus-polkadot implementation which runs a light client (we are blocked on Aura/GRANDPA light clients being implemented in this case). Also to add/limit WASM APIs used within Polkadot parachain-validation code.

adrianbrink commented 5 years ago

Okay great.

thomasmodeneis commented 4 years ago

any news here ? would be nice to have the other examples linked here if they already exist. Cheers.