Skip to content

Commit 1e7da76

Browse files
committed
Use variables in urls
1 parent 10faea2 commit 1e7da76

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

llms.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25139,7 +25139,7 @@ The files required to register a parachain must specify the correct relay chain
2513925139

2514025140
To define your chain specification:
2514125141

25142-
1. Generate the plain chain specification for the parachain template node by running the following command. Make sure to use the `*.compact.compressed.wasm` version of your compiled runtime when generating your chain specification, and replace `INSERT_PARA_ID` with the id you obtained in the [Reserve a Parachain Identifier](#reserve-a-parachain-identifier) section:
25142+
1. Generate the plain chain specification for the parachain template node by running the following command. Make sure to use the `*.compact.compressed.wasm` version of your compiled runtime when generating your chain specification, and replace `INSERT_PARA_ID` with the ID you obtained in the [Reserve a Parachain Identifier](#reserve-a-parachain-identifier) section:
2514325143

2514425144
```bash
2514525145
chain-spec-builder \
@@ -26745,7 +26745,7 @@ Before getting started, ensure you have done the following:
2674526745

2674626746
This tutorial requires two essential tools:
2674726747

26748-
- [**Chain spec builder**](https://crates.io/crates/staging-chain-spec-builder/9.0.0){target=\_blank} - is a Polkadot SDK utility for generating chain specifications. Refer to the [Generate Chain Specs](/develop/parachains/deployment/generate-chain-specs/){target=\_blank} documentation for detailed usage.
26748+
- [**Chain spec builder**](https://crates.io/crates/staging-chain-spec-builder/{{dependencies.crates.chain_spec_builder.version}}){target=\_blank} - is a Polkadot SDK utility for generating chain specifications. Refer to the [Generate Chain Specs](/develop/parachains/deployment/generate-chain-specs/){target=\_blank} documentation for detailed usage.
2674926749

2675026750
Install it by executing the following command:
2675126751

@@ -26755,7 +26755,7 @@ This tutorial requires two essential tools:
2675526755

2675626756
This installs the `chain-spec-builder` binary.
2675726757

26758-
- [**Polkadot Omni Node**](https://crates.io/crates/polkadot-omni-node/0.4.0){target=\_blank} - is a white-labeled binary, released as a part of Polkadot SDK that can act as the collator of a parachain in production, with all the related auxiliary functionalities that a normal collator node has: RPC server, archiving state, etc. Moreover, it can also run the wasm blob of the parachain locally for testing and development.
26758+
- [**Polkadot Omni Node**](https://crates.io/crates/polkadot-omni-node/{{dependencies.crates.polkadot_omni_node.version}}){target=\_blank} - is a white-labeled binary, released as a part of Polkadot SDK that can act as the collator of a parachain in production, with all the related auxiliary functionalities that a normal collator node has: RPC server, archiving state, etc. Moreover, it can also run the wasm blob of the parachain locally for testing and development.
2675926759

2676026760
To install it, run the following command:
2676126761

tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Before getting started, ensure you have done the following:
3333

3434
This tutorial requires two essential tools:
3535

36-
- [**Chain spec builder**](https://crates.io/crates/staging-chain-spec-builder/9.0.0){target=\_blank} - is a Polkadot SDK utility for generating chain specifications. Refer to the [Generate Chain Specs](/develop/parachains/deployment/generate-chain-specs/){target=\_blank} documentation for detailed usage.
36+
- [**Chain spec builder**](https://crates.io/crates/staging-chain-spec-builder/{{dependencies.crates.chain_spec_builder.version}}){target=\_blank} - is a Polkadot SDK utility for generating chain specifications. Refer to the [Generate Chain Specs](/develop/parachains/deployment/generate-chain-specs/){target=\_blank} documentation for detailed usage.
3737

3838
Install it by executing the following command:
3939

@@ -43,7 +43,7 @@ This tutorial requires two essential tools:
4343

4444
This installs the `chain-spec-builder` binary.
4545

46-
- [**Polkadot Omni Node**](https://crates.io/crates/polkadot-omni-node/0.4.0){target=\_blank} - is a white-labeled binary, released as a part of Polkadot SDK that can act as the collator of a parachain in production, with all the related auxiliary functionalities that a normal collator node has: RPC server, archiving state, etc. Moreover, it can also run the wasm blob of the parachain locally for testing and development.
46+
- [**Polkadot Omni Node**](https://crates.io/crates/polkadot-omni-node/{{dependencies.crates.polkadot_omni_node.version}}){target=\_blank} - is a white-labeled binary, released as a part of Polkadot SDK that can act as the collator of a parachain in production, with all the related auxiliary functionalities that a normal collator node has: RPC server, archiving state, etc. Moreover, it can also run the wasm blob of the parachain locally for testing and development.
4747

4848
To install it, run the following command:
4949

0 commit comments

Comments
 (0)