mirror of
https://github.com/pezkuwichain/pez-solochain-template.git
synced 2026-06-14 18:01:09 +00:00
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:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user