Files
pezkuwi-sdk/pezkuwi/roadmap/implementers-guide
pezkuwichain c343223ccd rebrand: kusama → dicle
- Replace all kusama/Kusama references with dicle/Dicle
- Rename weight files from ksm_size to dcl_size
- Update papi-tests files from ksm to dcl
- Remove chain-specs/kusama.json files
- cargo check --workspace successful (Finished output)
- Update MAINNET_ROADMAP.md: FAZ 8 completed
2026-01-07 09:41:15 +03:00
..
2026-01-07 09:41:15 +03:00
2025-12-23 09:37:11 +03:00

The PezkuwiChain Teyrchain Host Implementers' Guide

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

Hosted build

This is available the hosted documentation.

Local build

To view it locally, run the following (from the pezkuwi/ directory):

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-last-changed --locked
mdbook serve roadmap/implementers-guide

and in a second terminal window run:

open http://localhost:3000

Specification

See also the PezkuwiChain specification hosted, and its source.