Update documentation and templates for Pezkuwi branding

This commit is contained in:
2026-01-17 23:19:40 +03:00
parent d839cbd92b
commit 9bd688a742
172 changed files with 12903 additions and 6604 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
:source-highlighter: highlight.js
:highlightjs-languages: bash
= Polkadot Parachain Runtimes
= Pezkuwi Teyrchain Runtimes
A collection of secure runtime templates to build parachains more easily on Polkadot.
A collection of secure runtime templates to build teyrchains more easily on Pezkuwi.
== Runtimes
* xref:runtimes/generic.adoc[Generic Runtime Template]
@@ -11,6 +11,6 @@ A collection of secure runtime templates to build parachains more easily on Polk
== Where to get started
* xref:guides/quick_start.adoc[Quick Start]: a generic parachain runtime that works out of the box. It has all the must have features, and allows further customization based on your project's needs. Generic Runtime Template also serves as the base for our other runtime templates.
* xref:guides/testing_with_zombienet.adoc[Testing with Zombienet]: a more opinionated parachain runtime template that maximizes Ethereum compatibility by using `AccountId20` and configures a local EVM instance. You can easily migrate/deploy Solidity Smart Contracts to this one.
* xref:guides/quick_start.adoc[Quick Start]: a generic teyrchain runtime that works out of the box. It has all the must have features, and allows further customization based on your project's needs. Generic Runtime Template also serves as the base for our other runtime templates.
* xref:guides/testing_with_zombienet.adoc[Testing with Zombienet]: a more opinionated teyrchain runtime template that maximizes Ethereum compatibility by using `AccountId20` and configures a local EVM instance. You can easily migrate/deploy Solidity Smart Contracts to this one.