Rebrand Solochain Template to PezkuwiChain

This commit applies the PezkuwiChain terminology to the Solochain Template.

Changes include:
- Renaming packages:
    - `solochain-template-node` -> `pez-solochain-template-node`
    - `solochain-template-runtime` -> `pez-solochain-template-runtime`
- Updating dependencies in `Cargo.toml` files.
- Fixing the `solochain-template-runtime` path in the root `Cargo.toml`.
- Updating `runtime/src/lib.rs` with new `spec_name` and `impl_name`.
- Rebranding documentation and comments (Polkadot -> Pezkuwi, Parachain -> TeyrChain).
- Updating `Dockerfile` binary names.
This commit is contained in:
google-labs-jules[bot]
2026-01-11 10:44:27 +00:00
parent f5608df8bf
commit c297b0f009
9 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -178,8 +178,8 @@ rustup target add wasm32-unknown-unknown --toolchain nightly
If you want to guarantee that your build works on your computer as you update Rust and other dependencies, you should
use a specific Rust nightly version that is known to be compatible with the version of Substrate they are using; this
version will vary from project to project and different projects may use different mechanisms to communicate this
version to developers. For instance, the Polkadot client specifies this information in its [release
notes](https://github.com/paritytech/polkadot-sdk/releases).
version to developers. For instance, the Pezkuwi client specifies this information in its [release
notes](https://github.com/paritytech/pezkuwi-sdk/releases).
```bash
# Specify the specific nightly toolchain in the date below: