Files
pezkuwi-subxt/polkadot/roadmap/implementers-guide
Marcin S 1f8219767e PVF timeouts follow-up (#6151)
* Rename timeout consts and timeout parameter; bump leniency

* Update implementor's guide with info about PVFs

* Make glossary a bit easier to read

* Add a note to LENIENT_PREPARATION_TIMEOUT

* Remove PVF-specific section from glossary

* Fix some typos
2022-11-01 10:59:53 -04:00
..
2022-11-01 10:59:53 -04:00
2020-07-07 10:10:36 -04:00
2022-10-27 14:04:56 +02:00

The Polkadot Parachain Host Implementers' Guide

The implementers' guide is compiled from several source files with mdBook.

Hosted build

This is avalible at https://paritytech.github.io/polkadot/book/

Local build

To view it locally from the repo root:

Ensure graphviz is installed:

brew install graphviz # for macOS
sudo apt-get install graphviz # for Ubuntu/Debian

Then install and build the book:

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

Specification

See also the Polkadot specificaton hosted, and it's source).