Files
pezkuwi-subxt/polkadot/roadmap/implementers-guide
Robert Habermeier b6a87891ac Drop availability only for candidates that lose disputes (#3973)
* guide: updates for disputes changes

* paras_inherent: drop availability only for candidates that lose disputes

* spellcheck

* Update runtime/parachains/src/paras_inherent.rs

Co-authored-by: Andronik Ordian <write@reusable.software>

Co-authored-by: Andronik Ordian <write@reusable.software>
2021-09-29 20:33:16 +00:00
..
2020-07-07 10:10:36 -04:00

The Polkadot Parachain Host Implementers' Guide

The implementers' guide is compiled from several source files with mdBook. To view it live, locally, from the repo root:

cargo install mdbook mdbook-linkcheck mdbook-graphviz
mdbook serve roadmap/implementers-guide
open http://localhost:3000