Open adrianbrink opened 6 years ago
Maybe add a direct link to Rob's addr code? https://github.com/paritytech/polkadot/blob/master/parachain/tests/adder.rs
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.
Okay great.
any news here ? would be nice to have the other examples linked here if they already exist. Cheers.
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.