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

Commit

Permalink
Update impl guide README (#6197)
Browse files Browse the repository at this point in the history
* update impl guide readme

* Update README.md
  • Loading branch information
nuke-web3 committed Oct 27, 2022
1 parent 11221b5 commit ef8d1a7
Showing 1 changed file with 12 additions and 1 deletion.
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)).

0 comments on commit ef8d1a7

Please sign in to comment.