An open API service indexing awesome lists of open source software.

https://github.com/akagi201/polkadot-parachain-implementers-guide

The Polkadot Parachain Host Implementers' Guide
https://github.com/akagi201/polkadot-parachain-implementers-guide

book guide parachain parachain-book polkadot

Last synced: 3 months ago
JSON representation

The Polkadot Parachain Host Implementers' Guide

Awesome Lists containing this project

README

        

# Polkadot 平行链实现指南

[![docs lint](https://github.com/Akagi201/polkadot-parachain-implementers-guide/actions/workflows/linter.yml/badge.svg)](https://github.com/Akagi201/polkadot-parachain-implementers-guide/actions/workflows/linter.yml)

波卡官方 `The Polkadot Parachain Host Implementers' Guide` 中文版

英文原版地址:[repo](https://github.com/paritytech/polkadot/tree/master/roadmap/implementers-guide) rev: 64f094877a96c4e3c41b861642b290bbd20cbaff

## Build the book

```sh
brew install graphviz # for macOS
sudp pacman -S graphviz # for Arch Linux
sudo apt-get install graphviz # for Ubuntu/Debian
cargo install mdbook mdbook-linkcheck mdbook-graphviz mdbook-mermaid
mdbook serve roadmap/implementers-guide
open http://localhost:3000
```

## mdbook translate plugins

*