mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 23:01:01 +00:00
1f8219767e
* 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
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).