Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Update impl guide README #6197

Merged
merged 2 commits into from
Oct 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion roadmap/implementers-guide/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# The Polkadot Parachain Host Implementers' Guide

The implementers' guide is compiled from several source files with [`mdBook`](https://github.com/rust-lang/mdBook).
To view it live, locally, from the repo root:

## 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:
```sh
Expand All @@ -16,3 +23,7 @@ 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](https://spec.polkadot.network/), and it's [source](https://github.com/w3f/polkadot-spec)).