mirror of
https://github.com/pezkuwichain/pez-solochain-template.git
synced 2026-04-22 03:17:59 +00:00
Update URLs for PezkuwiChain rebrand
This commit updates the repository and homepage URLs to point to the PezkuwiChain organization and website. Changes: - Updated `homepage` in `Cargo.toml` to `https://pezkuwichain.io`. - Updated `repository` in `Cargo.toml` to `https://github.com/pezkuwichain/pez-solochain-template.git`. - Updated `README.md` links to reflect the new organization (`pezkuwichain`) instead of `paritytech` or `substrate-developer-hub`. - Updated Docker build tag in `.github/workflows/ci.yml`.
This commit is contained in:
@@ -73,5 +73,5 @@ jobs:
|
|||||||
swap-storage: false
|
swap-storage: false
|
||||||
|
|
||||||
- name: Build the Dockerfile
|
- name: Build the Dockerfile
|
||||||
run: docker build . -t polkadot-sdk-solochain-template
|
run: docker build . -t pez-solochain-template
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
|
|||||||
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
[workspace.package]
|
[workspace.package]
|
||||||
license = "MIT-0"
|
license = "MIT-0"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
homepage = "https://substrate.io"
|
homepage = "https://pezkuwichain.io"
|
||||||
repository = "https://github.com/paritytech/pezkuwi-sdk-solochain-template.git"
|
repository = "https://github.com/pezkuwichain/pez-solochain-template.git"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
|
|||||||
@@ -4,15 +4,15 @@ A fresh [Substrate](https://substrate.io/) node, ready for hacking :rocket:
|
|||||||
|
|
||||||
A standalone version of this template is available for each release of Pezkuwi
|
A standalone version of this template is available for each release of Pezkuwi
|
||||||
in the [Substrate Developer Hub TeyrChain
|
in the [Substrate Developer Hub TeyrChain
|
||||||
Template](https://github.com/substrate-developer-hub/substrate-node-template/)
|
Template](https://github.com/pezkuwichain/pez-solochain-template/)
|
||||||
repository. The teyrchain template is generated directly at each Pezkuwi
|
repository. The teyrchain template is generated directly at each Pezkuwi
|
||||||
release branch from the [Solochain Template in
|
release branch from the [Solochain Template in
|
||||||
Substrate](https://github.com/paritytech/pezkuwi-sdk/tree/master/templates/solochain)
|
Substrate](https://github.com/pezkuwichain/pezkuwi-sdk/tree/master/templates/solochain)
|
||||||
upstream
|
upstream
|
||||||
|
|
||||||
It is usually best to use the stand-alone version to start a new project. All
|
It is usually best to use the stand-alone version to start a new project. All
|
||||||
bugs, suggestions, and feature requests should be made upstream in the
|
bugs, suggestions, and feature requests should be made upstream in the
|
||||||
[Substrate](https://github.com/paritytech/pezkuwi-sdk/tree/master/substrate)
|
[Substrate](https://github.com/pezkuwichain/pezkuwi-sdk/tree/master/substrate)
|
||||||
repository.
|
repository.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
@@ -185,7 +185,7 @@ template and note the following:
|
|||||||
|
|
||||||
The runtime in this project is constructed using many FRAME pallets that ship
|
The runtime in this project is constructed using many FRAME pallets that ship
|
||||||
with [the Substrate
|
with [the Substrate
|
||||||
repository](https://github.com/paritytech/pezkuwi-sdk/tree/master/substrate/frame) and a
|
repository](https://github.com/pezkuwichain/pezkuwi-sdk/tree/master/substrate/frame) and a
|
||||||
template pallet that is [defined in the
|
template pallet that is [defined in the
|
||||||
`pallets`](./pallets/template/src/lib.rs) directory.
|
`pallets`](./pallets/template/src/lib.rs) directory.
|
||||||
|
|
||||||
@@ -220,5 +220,5 @@ the correct dependencies, activate direnv `direnv allow`.
|
|||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
Please follow the [Substrate Docker instructions
|
Please follow the [Substrate Docker instructions
|
||||||
here](https://github.com/paritytech/pezkuwi-sdk/blob/master/substrate/docker/README.md) to
|
here](https://github.com/pezkuwichain/pezkuwi-sdk/blob/master/substrate/docker/README.md) to
|
||||||
build the Docker container with the Substrate Node Template binary.
|
build the Docker container with the Substrate Node Template binary.
|
||||||
|
|||||||
Reference in New Issue
Block a user