Files
pwap/web/public/sdk_docs/pezkuwi_sdk_docs/guides/index.html
T
pezkuwichain 11678fe7cd feat(web): add network subpages and subdomains listing page
- Add /subdomains page listing all 20 PezkuwiChain subdomains
- Add Back to Home button to Subdomains page
- Create NetworkPage reusable component for network details
- Add 7 network subpages: /mainnet, /staging, /testnet, /beta, /alfa, /development, /local
- Update ChainSpecs network cards to navigate to network subpages
- Add i18n translations for chainSpecs section in en.ts
- Add SDK docs with rebranding support (rebrand-rustdoc.cjs)
- Add generate-docs-structure.cjs for automatic docs generation
- Update shared libs: endpoints, polkadot, wallet, xcm-bridge
- Add new token logos: TYR, ZGR, pezkuwi_icon
- Add new pages: Explorer, Docs, Wallet, Api, Faucet, Developers, Grants, Wiki, Forum, Telemetry
2025-12-11 00:33:47 +03:00

21 lines
7.2 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="In-depth guides about the most common components of the Pezkuwi SDK. They are slightly more high level and broad than `reference_docs`."><title>pezkuwi_sdk_docs::guides - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-e56847b5.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="pezkuwi_sdk_docs" data-themes="" data-resource-suffix="" data-rustdoc-version="1.91.1 (ed61e7d7e 2025-11-07)" data-channel="1.91.1" data-search-js="search-e256b49e.js" data-stringdex-js="stringdex-c3e638e9.js" data-settings-js="settings-c38705f0.js" ><script src="../../static.files/storage-e2aeef58.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../static.files/main-6dc2a7f3.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-263c88ec.css"></noscript><link rel="icon" href="https://pezkuwichain.io/favicon.ico"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">Module guides</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../pezkuwi_sdk_docs/index.html">pezkuwi_<wbr>sdk_<wbr>docs</a><span class="version">0.0.1</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Module guides</a></h2><h3><a href="#">Sections</a></h3><ul class="block top-toc"><li><a href="#pezkuwi-sdk-docs-guides" title="Pezkuwi SDK Docs Guides">Pezkuwi SDK Docs Guides</a></li></ul><h3><a href="#modules">Module Items</a></h3><ul class="block"><li><a href="#modules" title="Modules">Modules</a></li></ul></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="../index.html">In crate pezkuwi_<wbr>sdk_<wbr>docs</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../index.html">pezkuwi_sdk_docs</a></div><h1>Module <span>guides</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/pezkuwi_sdk_docs/guides/mod.rs.html#1-50">Source</a> </span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>In-depth guides about the most common components of the Pezkuwi SDK. They are slightly more
high level and broad than <a href="../reference_docs/index.html" title="mod pezkuwi_sdk_docs::reference_docs"><code>reference_docs</code></a>.</p>
<h2 id="pezkuwi-sdk-docs-guides"><a class="doc-anchor" href="#pezkuwi-sdk-docs-guides">§</a>Pezkuwi SDK Docs Guides</h2>
<p>This crate contains a collection of guides that are foundational to the developers of
Pezkuwi SDK. They are common user-journeys that are traversed in the Pezkuwi ecosystem.</p>
<p>The main user-journey covered by these guides is:</p>
<ul>
<li><a href="your_first_pallet/index.html" title="mod pezkuwi_sdk_docs::guides::your_first_pallet"><code>your_first_pallet</code></a>, where you learn what a FRAME pallet is, and write your first
application logic.</li>
<li><a href="your_first_runtime/index.html" title="mod pezkuwi_sdk_docs::guides::your_first_runtime"><code>your_first_runtime</code></a>, where you learn how to compile your pallets into a WASM runtime.</li>
<li><a href="your_first_node/index.html" title="mod pezkuwi_sdk_docs::guides::your_first_node"><code>your_first_node</code></a>, where you learn how to run the said runtime in a node.</li>
</ul>
<blockquote>
<p>By this step, you have already launched a full Pezkuwi-SDK-based blockchain!</p>
</blockquote>
<p>Once done, feel free to step up into one of our templates: <a href="../pezkuwi_sdk/templates/index.html" title="mod pezkuwi_sdk_docs::pezkuwi_sdk::templates"><code>crate::pezkuwi_sdk::templates</code></a>.</p>
<p>Other guides are related to other miscellaneous topics and are listed as modules below.</p>
</div></details><h2 id="modules" class="section-header">Modules<a href="#modules" class="anchor">§</a></h2><dl class="item-table"><dt><a class="mod" href="async_backing_guide/index.html" title="mod pezkuwi_sdk_docs::guides::async_backing_guide">async_<wbr>backing_<wbr>guide</a></dt><dd>How to enable Async Backing on teyrchain projects that started in 2023 or before.</dd><dt><a class="mod" href="enable_elastic_scaling/index.html" title="mod pezkuwi_sdk_docs::guides::enable_elastic_scaling">enable_<wbr>elastic_<wbr>scaling</a></dt><dd>How to enable elastic scaling on a teyrchain.</dd><dt><a class="mod" href="enable_metadata_hash/index.html" title="mod pezkuwi_sdk_docs::guides::enable_metadata_hash">enable_<wbr>metadata_<wbr>hash</a></dt><dd>How to enable metadata hash verification in the runtime.</dd><dt><a class="mod" href="enable_pov_reclaim/index.html" title="mod pezkuwi_sdk_docs::guides::enable_pov_reclaim">enable_<wbr>pov_<wbr>reclaim</a></dt><dd>How to enhance a given runtime and node to be cumulus-enabled, run it as a teyrchain
and connect it to a relay-chain.
How to enable storage weight reclaiming in a teyrchain node and runtime.</dd><dt><a class="mod" href="handling_teyrchain_forks/index.html" title="mod pezkuwi_sdk_docs::guides::handling_teyrchain_forks">handling_<wbr>teyrchain_<wbr>forks</a></dt><dd>How to parameterize teyrchain forking in relation to relay chain forking.</dd><dt><a class="mod" href="your_first_node/index.html" title="mod pezkuwi_sdk_docs::guides::your_first_node">your_<wbr>first_<wbr>node</a></dt><dd>Running the given runtime with a node. No specific consensus mechanism is used at this stage.</dd><dt><a class="mod" href="your_first_pallet/index.html" title="mod pezkuwi_sdk_docs::guides::your_first_pallet">your_<wbr>first_<wbr>pallet</a></dt><dd>Write your first simple pallet, learning the most most basic features of FRAME along the way.</dd><dt><a class="mod" href="your_first_runtime/index.html" title="mod pezkuwi_sdk_docs::guides::your_first_runtime">your_<wbr>first_<wbr>runtime</a></dt><dd>Write your first real <a href="../reference_docs/wasm_meta_protocol/index.html" title="mod pezkuwi_sdk_docs::reference_docs::wasm_meta_protocol">runtime</a>,
compiling it to <a href="../pezkuwi_sdk/substrate/index.html#wasm-build" title="mod pezkuwi_sdk_docs::pezkuwi_sdk::substrate">WASM</a>.</dd></dl></section></div></main></body></html>